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.