| Author |
Comment/Response |
Felipe B
|
10/11/12 3:18pm
Hi,
I have a function
myfunction[x_, y_, z_] := x^2 + y + z^2
I want to map it to these lists in the following way:
x z
1 5
2 6
3 7
hoping to get one list as follows
1^2 + y + 5^2
2^2 + y + 6^2
3^2 + y + 7^2
do you know the simplest , most transparent way to do this?
thank you very much for your help
Felipe
URL: , |
|