[SciPy-User] How to solve a single linear equation

bert wiley bertwiley at gmail.com
Fri Oct 22 11:53:27 EDT 2010


Hello
   Ive just started using scipy and im learning some algebra. Ive read the
scipy tutorial and noticed they have an example of solving linear equations
and it uses 3 of them and takes a matrice for the params and one for the
constants. How do solve for a single linear equation like this  x+3y+5z =
10  ?   ive tried it like this

A = mat('[1 3 5')
b = mat('[10]')
linalg.solve(A,b)

but i get
raise ValueError, 'expected square matrix'

thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20101022/1606c15f/attachment.html>


More information about the SciPy-User mailing list