<< nthroot (Matlab function) N num2str (Matlab function) >>

Scilab Help >> Code Matlab => Scilab > Matlab-Scilab equivalents > N > null (Matlab function)

null (Matlab function)

Null space of a matrix

Matlab/Scilab equivalent

Matlab Scilab

Particular cases

null(A,'r')

There is no Scilab equivalent for "r" option.

Examples

Matlab Scilab
a=[1 3 2; 2 -3 -5];
null(a)
size(null(a),2)
a=[1 3 2; 2 -3 -5];
kernel(a)
size(kernel(a),2) // Nullity of a

Report an issue
<< nthroot (Matlab function) N num2str (Matlab function) >>