Mu Analysis and Synthesis Toolbox    
vdet, vdiag, vexpm, vrcond

Calculate determinant, diagonal, matrix exponential and estimate of condition number of a CONSTANT or VARYING matrix

Syntax

Description
These commands operate on square, CONSTANT and VARYING matrices and they are identical to the MATLAB commands det, diag, exp, and rcond on CONSTANT matrices.

vdet of a square, VARYING matrix, returns matout, which is a VARYING
1 x 1 matrix, containing the value of the determinant of matin at each independent variable value.

vdiag of a square, VARYING matrix, returns matout, which is a VARYING matrix of size min(size(matin)) x 1, containing the diagonal elements of matin at each independent variable.

vexpm of a square, VARYING matrix, returns matout, which is a VARYING matrix of the same size as matin, containing the matrix exponential of matin. The MATLAB command expm, which is called, uses a Pade expansion after scaling matin to calculate the exponential.

vrcond of a square, VARYING matrix, returns matout, which is an estimate of the condition number of a matrix.

Examples
vdet and vrcond work similarly to their MATLAB counterparts, det and rcond, but on square VARYING matrices as shown below.

See Also
det, diag, expm, rcond



vabs, vimag, vreal, vfloor, vceil vebe