Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
Math Forum
»
Discussions
»
Software
»
comp.soft-sys.matlab
Notice: We are no longer accepting new posts, but the forums will continue to be readable.
Topic:
How to express system of equations in more than one row
Replies:
3
Last Post:
Feb 18, 2013 7:51 AM
|
 |
|
|
How to express system of equations in more than one row
Posted:
Feb 17, 2013 5:49 AM
|
|
Dear, I want to express system of equations in many lines (large system), each equation in one row, but expression in which equations are separated only by coma is not correct: syms x y z S=solve(x+y==1, x-11*y, y+3*z==21) S=[S.x S.y S.z]
How to write the system of equations in multiple lines?
Thanks, M
|
|
|
|