Mathematica 9 is now available

Dot (.)Transpose

Inverse

FilledSmallSquareInverse[m] gives the inverse of a square matrix m.

FilledSmallSquareInverse works on both symbolic and numerical matrices.

FilledSmallSquare For matrices with approximate real or complex numbers, the inverse is generated to the maximum possible precision given the input. A warning is given for ill-conditioned matrices.

FilledSmallSquareInverse[m, Modulus->n] evaluates the inverse modulo n.

FilledSmallSquareInverse[m, ZeroTest -> test] evaluates test[ m[[i, j]] ] to determine whether matrix elements are zero. The default setting is ZeroTest -> (# == 0 &).

FilledSmallSquare A Method option can also be given. Possible settings are as for LinearSolve.

FilledSmallSquare See The Mathematica Book: Section 1.8.3 and Section 3.7.6.

FilledSmallSquare Implementation Notes: see section A.9.4 and A.9.4.

FilledSmallSquare See also: PseudoInverse, LinearSolve, RowReduce, NullSpace.

FilledSmallSquare Related package: LinearAlgebra`Tridiagonal`.

Further Examples

Dot (.)Transpose



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.