From: michael on
supouse i have 2 equations:

x+y=a
x^2+y^2=b

where x,y are unknown and a,b gets any value (user input)

how do i solve this set? using solve function?
From: Walter Roberson on
michael wrote:
> supouse i have 2 equations:
>
> x+y=a
> x^2+y^2=b
>
> where x,y are unknown and a,b gets any value (user input)
>
> how do i solve this set? using solve function?

Yes, solve would work for that.

solve('x+y=a','x^2+y^2=b')
 | 
Pages: 1
Prev: B(:)=A(:).p assigment
Next: doubt