next up previous contents
Next: Analytical operations Up: Solving equations Previous: Nonlinear equations

Nonlinear systems

 

In Axiom

For comparison with other CAS choose from: Derive Macsyma Maple Mathematica Reduce


inputs outputs

    solve(                                                   _

[ alpha * c1 - beta * c1**2 - gamma*c1*c2 + epsilon*c3, _

-gamma*c1*c2 + (epsilon+theta)*c3 -eta *c2, _

gamma*c1*c2 + eta*c2 - (epsilon+theta) * c3], _

[c3, c2, c1])

   >> Error detected within library code:
   system does not have a finite number of solutions
   You are being returned to the top level of the interpreter.



Richard Liska