I am looking for a way to make a two varaibles data table. Is there a way to do so?
I have also attached a photo of what I am trying to do. I want to insert two variables and using
a function to calculate the output.
Hey!
Assume something like this
1) User gives two variables (input)--> X=(X1,X2,X3...Xn) and Y=(Y1,Y2,Y3,...Yn). That's the yellow area of the above image
2) Then we use a function for each combination of Xi, Yi: f(X,Y)=X^2+2*X*Y.
3) Calculate the results (output) based on the function. That's the purple area of the above image
See also this image.