Home > freetb4matlab > linear-algebra > logm.m

logm

PURPOSE ^

% Compute the matrix logarithm of the square matrix @var{a}. Note that

SYNOPSIS ^

function B = logm (A)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} logm (@var{a})
% Compute the matrix logarithm of the square matrix @var{a}.  Note that
% this is currently implemented in terms of an eigenvalue expansion and
% needs to be improved to be more robust.
% @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