info prev up next book cdrom email home

Matrix

The Transformation given by the system of equations

$\displaystyle x_1'$ $\textstyle =$ $\displaystyle a_{11}x_1+a_{12}x_2+\ldots+a_{1n}x_n$  
$\displaystyle x_2'$ $\textstyle =$ $\displaystyle a_{21}x_1+a_{22}x_2+\ldots+a_{2n}x_n$  
  $\textstyle \vdots$    
$\displaystyle x_m'$ $\textstyle =$ $\displaystyle a_{m1}x_1+a_{m2}x_2+\ldots+a_{mn}x_n$  

is denoted by the Matrix Equation

\begin{displaymath}
\left[{\matrix{x_1'\cr x_2'\cr \vdots\cr x_n'\cr}}\right] =
...
...ight]
\left[{\matrix{x_1\cr x_2\cr \vdots\cr x_n\cr}}\right].
\end{displaymath}

In concise notation, this could be written

\begin{displaymath}
{\bf x}'={\hbox{\sf A}}{\bf x},
\end{displaymath}

where ${\bf x}'$ and ${\bf x}$ are Vectors and A is called an $n\times m$ matrix. A matrix is said to be Square if $m=n$. Special types of Square Matrices include the Identity Matrix ${\hbox{\sf I}}$, with $a_{ij}=\delta_{ij}$ (where $\delta_{ij}$ is the Kronecker Delta) and the Diagonal Matrix $a_{ij}=c_i\delta_{ij}$ (where $c_i$ are a set of constants).


For every linear transformation there exists one and only one corresponding matrix. Conversely, every matrix corresponds to a unique linear transformation. The matrix is an important concept in mathematics, and was first formulated by Sylvester and Cayley.


Two matrices may be added (Matrix Addition) or multiplied (Matrix Multiplication) together to yield a new matrix. Other common operations on a single matrix are diagonalization, inversion (Matrix Inverse), and transposition (Matrix Transpose). The Determinant ${\rm det}({\hbox{\sf A}})$ or $\vert{\hbox{\sf A}}\vert$ of a matrix A is a very important quantity which appears in many diverse applications. Matrices provide a concise notation which is extremely useful in a wide range of problems involving linear equations (e.g., Least Squares Fitting).

See also Adjacency Matrix, Adjugate Matrix, Antisymmetric Matrix, Block Matrix, Cartan Matrix, Circulant Matrix, Condition Number, Cramer's Rule, Determinant, Diagonal Matrix, Dirac Matrices, Eigenvector, Elementary Matrix, Equivalent Matrix, Fourier Matrix, Gram Matrix, Hilbert Matrix, Hypermatrix, Identity Matrix, Incidence Matrix, Irreducible Matrix, Kac Matrix, LU Decomposition, Markov Matrix, Matrix Addition, Matrix Decomposition Theorem, Matrix Inverse, Matrix Multiplication, McCoy's Theorem, Minimal Matrix, Normal Matrix, Pauli Matrices, Permutation Matrix, Positive Definite Matrix, Random Matrix, Rational Canonical Form, Reducible Matrix, Roth's Removal Rule, Shear Matrix, Skew Symmetric Matrix, Smith Normal Form, Sparse Matrix, Special Matrix, Square Matrix, Stochastic Matrix, Submatrix, Symmetric Matrix, Tournament Matrix


References

Arfken, G. ``Matrices.'' §4.2 in Mathematical Methods for Physicists, 3rd ed. Orlando, FL: Academic Press, pp. 176-191, 1985.



info prev up next book cdrom email home

© 1996-9 Eric W. Weisstein
1999-05-26