Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
|
Re: Solve Symbolic system of equation
Posted:
Dec 6, 2012 7:51 AM
|
|
On 05.12.12 22:24, João Salvador wrote: > I have a symbolic matrix (for example C(m,n) ) and each entry (m,n) represents an equation that must be equal to zero. > > So how can I solve the system of equations composed by each entry(m,n) of the matrix??
I can't promise anything without seeing your specific inputs, but
solve(C(:))
may well be all you need.
Christopher
|
|
|
|