Suppose I have the following equations:
x + 2y + 3z = 20
2x + 5y + 9z = 100
5x + 7y + 8z = 200
How do I solve these equations for x, y and z? I would like to solve these equations, if possible, using R or any other computer tools.
|
Suppose I have the following equations:
How do I solve these equations for
| ||||
|
feedback
|
|
This should work
| |||||
feedback
|
|
Another way:
Get function from rosseta code:
| |||||||||||
feedback
|
?solve... – Ben Bolker Nov 16 '11 at 1:59