yma16
Joined: 24 Aug 2008 Posts: 4
|
Posted: August 24, 2008 11:15 AM Post subject: SOLVING An EQUATION system |
|
|
The two equations are
xy=40
x^2+y^2 =100
I tried solve() and csolve(), the solution contains a symbol that looks like an e. One right answer should be x=2*5^.5 and y=4*5^.5.
What is that symbol and how can I get the solution?
Thanks. |
|