Nov. 6, 2007
4:01 p.m.
On Tue, Nov 06, 2007 at 01:31:39PM -0300, Eduardo Rodrigues wrote:
If I want to solve an equation with linalg.solve I must know the equation, right?
From help: "solve(a, b) Return the solution of a*x = b"
But if I don't know - or if I don't want to look - the equation for x, how can I solve it? I will import equations from a file.
How are these equations defined ? Can you give us an example. Cheers, Gaƫl