K = kernel(A) K = kernel(A,tol) Matrix K; Matrix K; Matrix A; Matrix A; Real tol;
Solution will not converge
>> A = [[1 2 3][4 5 6]]; >> S = kernel(A) === [S] : ( 3, 1) === ( 1) ( 1) 4.08248290E-01 ( 2) -8.16496581E-01 ( 3) 4.08248290E-01 >> A * S === [ans] : ( 2, 1) === ( 1) ( 1) -5.55111512E-16 ( 2) -6.66133815E-16