Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.0.0 - Français


null (Matlab function)

Null space of a matrix

Matlab/Scilab equivalent

Matlab Scilab
null(a)
null(a, 'r')
% No equivalent
% No equivalent
kernel(a)
// No equivalent
kernel(a, tolerance)
kernel(a, tolerance, "qr")

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
<< nargout (Matlab function) N num2str (Matlab function) >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Mar 27 10:12:45 GMT 2023