Home > freetb4matlab > linear-algebra > null.m

null

PURPOSE ^

% Return an orthonormal basis of the null space of @var{a}.

SYNOPSIS ^

function retval = null (A, tol)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} null (@var{a}, @var{tol})
% Return an orthonormal basis of the null space of @var{a}.
%
% The dimension of the null space is taken as the number of singular
% values of @var{a} not greater than @var{tol}.  If the argument @var{tol}
% is missing, it is computed as
%
% @example
% max (size (@var{a})) * max (svd (@var{a})) * eps
% @end example
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003