3
If I have this equation:
x+y=27
xy=180
I want to solve it using:
Solve[{x+y==27,xy==180},{x,y}]
However this results in the following errors:
- Set::write: Tag Plus in x+y is Protected. >>
- Solve::svars: Equations may not give solutions for all "solve" variables. >>
Why? And how do I fix this?
1
There is site for the Mathematica program, it is http://mathematica.stackexchange.com/
– MariusMatutiae – 2015-06-11T15:57:07.3802
This question is about the syntax of Mathematica language and not about the use of the software, so is probably more suitable for stackoverflow.
– Simon – 2011-09-27T07:44:42.797