next up previous contents index
Next: invertibleSubmatrix Up: LinearAlgebraRing Previous: factorOfDeterminant   Contents   Index


inverse


\begin{usage}
inverse(M)(a)
\end{usage}


Signature


\begin{params}
{\em M} & \htmlref{\texttt{MatrixCategory}}{MatrixCategory} \% & A matrix type\\
{\em a} & M & A matrix\\\end{params}

\begin{retval}
Returns $(b, [d_1,\dots,d_n])$\ such that
\begin{displaymath}
a ...
..._2 & & \cr
& & \ddots & \cr
& & & d_n \cr
}\,.
\end{displaymath}
\end{retval}

\begin{remarks}
$\prod_{i=1}^n d_i \ne 0$\ if and only if $a$\ is invertible.
W...
...$R$\ is a \htmlref{\texttt{Field}}{Field} and $a$\ is invertible.
\end{remarks}


Manuel Bronstein 2000-12-13