Zro85

52 Reputation

2 Badges

17 years, 55 days

MaplePrimes Activity


These are questions asked by Zro85

How can i avoid this error?

that happens 'cause I have 3 different solution for Vv:

> Vv3:=Re(solve(eq1,Vv)[3]);

 

 

This is what I ve to solve...It's simple!And it works, but if I write:

>fsolve({2*x + y = 1, x - y  = 2}, {x, y});

>y;

it writes y and to the value that solve the sistem!Did you understand?How can I do it?

 

>fsolve({2*x + y = 1, x - y  = 2}, {x, y});

Due to a do... for cycle I obtain thes data:

....

I have this commands:

> for i from 1 to 10 do x1:=1*i:  g:= x1*exp (T) -1 : T=fsolve( g,T) : y1=3*T end do;               

If i execute if i=1 the first lines will be:

x1 := 1

g := exp(T) - 1                  

T = 0.

y1 = 3 T

Now my questions are two:

1 2 Page 1 of 2