Subversion Repositories wimsdev

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<p>
<a name=matrice_colonne>
<a name=matrice_ligne>
<a name=matrice_carree>
An \m×\n A matrix is a <em>line matrix</em> if \m=1,
or <em>column matrix</em> if \n=1. A is a <em>square matrix</em> if
\m=\n.

<a name=diagonale>
IN a matrix A=(\a<sub>\i\j</sub>), the coefficients \a<sub>11</sub>,
\a<sub>22</sub>, \a<sub>33</sub> ... are <em>diagonal</em> coefficients.
A is a <em>diagonal</em> matrix if all its non-diagonal coefficients are zero.

<a name=triangulaire>
The matrix A=(\a<sub>\i\j</sub>) is <em>upper-triangular</em>
(resp. <em>lower-triangular</em>) if all its coefficients below (resp. above)
the diagonal are zero, that is, \a<sub>\i\j</sub>&nbsp;=&nbsp;0 if \i &gt; \j
(resp. if \i &lt; \j).

<a name=trace>
The <em>trace</em> of a matrix A=(\a<sub>\i\j</sub>) of dimension \m&times;\n
is the sum of diagonal coefficients:
<p><center>
  trace(A) = \(\sum_{i=1}^{\min(m,n)}a_{ii})
</center><p>
<b>Remark</b>. Although the definitions of diagonal, trangular and trace are
valid for matrices of arbitrary dimensions, in general they are interesting
only for square matrices.

Generated by GNU Enscript 1.6.5.90.