jtrox
New member
- May 31, 2004
- 2
hello just a newbee question...
I wanted to assign the result of a function with a ranged variable as input to another variable... but mathcad13 gives an error saying "this value must be a scalar or a matrix"..
example:
i:=1..10
f(x):=x^2
cd:=f(i) <<<<<error f(i) must be a scalar or matrix..
is there a way to get the result as a list..
thanks, anyone..
I wanted to assign the result of a function with a ranged variable as input to another variable... but mathcad13 gives an error saying "this value must be a scalar or a matrix"..
example:
i:=1..10
f(x):=x^2
cd:=f(i) <<<<<error f(i) must be a scalar or matrix..
is there a way to get the result as a list..
thanks, anyone..