| Author |
Comment/Response |
lebista
|
12/03/11 6:03pm
Here f is a function of two variables x,y.
If I type,
Table [f[x, y], {x, 2, 3}, {y, 7, 8}]
then I get,
{{f[2, 7], f[2, 8]}, {f[3, 7], f[3, 8]}}
The mathematica gave me an unwanted answer.
I want to get :
{f[2, 7], f[2, 8], f[3, 7], f[3, 8]}.
What is the command to get
{f[2, 7], f[2, 8], f[3, 7], f[3, 8]} ??
URL: , |
|