[Scilab-users] Backslash operator with square singular matrix

JLan j-lan at online.no
Tue Oct 27 15:14:01 CET 2015


Different in 6.0.0-alpha:
--> A = [2 4;1 2];
--> disp(det(A))
det: LAPACK error n°2.
--> b = [1;1];
--> x = A \ b;
--> disp(norm(A*x-b)); 
    0.4472136

J



--
View this message in context: http://mailinglists.scilab.org/Scilab-users-Backslash-operator-with-square-singular-matrix-tp4033040p4033042.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list