Home > freetb4matlab > linear-algebra > rref.m

rref

PURPOSE ^

%

SYNOPSIS ^

function [A, k] = rref (A, tolerance)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[@var{r}, @var{k}] =} rref (@var{a}, @var{tol})
%
% Returns the reduced row echelon form of @var{a}.  @var{tol} defaults
% to @code{eps * max (size (@var{a})) * norm (@var{a}, inf)}.
%
% Called with two return arguments, @var{k} returns the vector of
% 'bound variables', which are those columns on which elimination 
% has been performed.
%
% @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