Go to the first, previous, next, last section, table of contents.


poly_solve_linear

poly_solve_linear(Eqs,V)
: It solves the system of linear equations Eqs with respect to the set of variables V.

Example:

 poly_solve_linear([2*x+3*y-z-2, x+y+z-1], [x,y,z]);


Go to the first, previous, next, last section, table of contents.