Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

solving homogeneous system of linear equations

The system is written on the form Ax=0. I know this can be done by using, for example,

solve([eq1==0,eq2==0],x1,x2)

But this is somewhat complex. I wonder if the system can be directly solved by A.solve_right or some other simpler notation?

click to hide/show revision 2
retagged

updated 13 years ago

kcrisman gravatar image

solving homogeneous system of linear equations

The system is written on the form Ax=0. I know this can be done by using, for example,

solve([eq1==0,eq2==0],x1,x2)

But this is somewhat complex. I wonder if the system can be directly solved by A.solve_right or some other simpler notation?