larryw12524

5 Reputation

One Badge

10 years, 300 days

MaplePrimes Activity


These are questions asked by larryw12524

Suppose I have

solution:=fsolve(f(x,y)=0,x,y)

this returns 

x=<result>, y=<result>

I want to continue the computation in my worksheet by assigning values to x and y without copying the numerical values by hand.

x:=<result>

y:=<result>

Then I want to make more computations with x and y.

It is too time consuming to copy the numbers by hand each time I run the worksheet

Larry

 

 

And y

Page 1 of 1