help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

linsolve


From: Robert Setif
Subject: linsolve
Date: Tue, 13 Oct 2015 15:17:40 +0200

Hello !
I have a problem with linsolve.
I work with Octave 4.0.0 and Windows 7 64 bits
M=[4,1;2,3] m=[9,7]
mldivide(M,m') ok [2;1]
id with M\m'
But all commands with linsolve M and m ou m' product an error->
>> linsolve(M,m')
error: 'trans_A' undefined near line 103 column 7
error: called from
    linsolve at line 103 column 3
Thank you very much.
Best regards.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]