Content deleted Content added
Joel Brennan (talk | contribs) m added wikilinks |
|||
Line 1:
In [[mathematics]], particularly in [[linear algebra]] and applications, '''matrix analysis''' is the study of [[matrix (mathematics)|matrices]] and their algebraic properties.<ref>{{cite book|title=Matrix Analysis|author=R. A. Horn, C. R. Johnson|year=2012|publisher=Cambridge University Press|isbn=978-052-183-940-2|edition=2nd|url=https://books.google.com/books?id=5I5AYeeh0JUC&q=matrix+analysis}}
</ref> Some particular topics out of many include; operations defined on matrices (such as [[matrix addition]], [[matrix multiplication]] and operations derived from these), functions of matrices (such as [[matrix exponentiation]] and [[matrix logarithm]], and even [[
</ref>
==Matrix spaces==
The set of all ''m'' × ''n'' matrices over a [[field (mathematics)|field]] ''F'' denoted in this article ''M''<sub>''mn''</sub>(''F'') form a [[vector space]]. Examples of ''F'' include the set of [[rational number]]s <math>\mathbb{Q}</math>, the [[real number]]s <math>\mathbb{R}</math>, and set of [[complex number]]s <math>\mathbb{C}</math>. The spaces ''M''<sub>''mn''</sub>(''F'') and ''M''<sub>''pq''</sub>(''F'') are different spaces if ''m'' and ''p'' are unequal, and if ''n'' and ''q'' are unequal; for instance ''M''<sub>32</sub>(''F'') ≠ ''M''<sub>23</sub>(''F''). Two ''m'' × ''n'' matrices '''A''' and '''B''' in ''M''<sub>''mn''</sub>(''F'') can be added together to form another matrix in the space ''M''<sub>''mn''</sub>(''F''):
:<math>\mathbf{A},\mathbf{B} \in M_{mn}(F)\,,\quad \mathbf{A} + \mathbf{B} \in M_{mn}(F) </math>
Line 19:
where ''α'' and ''β'' are numbers in ''F''.
Any matrix can be expressed as a linear combination of basis matrices, which play the role of the [[basis vector]]s for the matrix space. For example, for the set of
:<math>\begin{pmatrix}1&0\\0&0\end{pmatrix}\,,\quad
Line 26:
\begin{pmatrix}0&0\\0&1\end{pmatrix}\,,</math>
because any
:<math>\begin{pmatrix}a&b\\c&d\end{pmatrix}=a \begin{pmatrix}1&0\\0&0\end{pmatrix}
Line 39:
{{main|Determinant}}
The '''determinant''' of a [[square matrix]] is an important property. The determinant indicates if a matrix is [[invertible]] (i.e. the [[inverse matrix|inverse of a matrix]] exists when the determinant is nonzero). Determinants are used for finding eigenvalues of matrices (see below), and for solving a [[system of linear equations]] (see [[Cramer's rule]]).
==Eigenvalues and eigenvectors of matrices==
Line 47:
===Definitions===
An ''n'' × ''n'' matrix '''A''' has '''eigenvectors''' '''x''' and '''eigenvalues''' ''λ'' defined by the relation:
:<math>\mathbf{A}\mathbf{x} = \lambda \mathbf{x}</math>
In words, the [[matrix multiplication]] of '''A''' followed by an eigenvector '''x''' (here an ''n''-dimensional [[column matrix]]), is the same as multiplying the eigenvector by the eigenvalue. For an ''n'' × ''n'' matrix, there are ''n'' eigenvalues. The eigenvalues are the [[root of a polynomial|roots]] of the [[characteristic polynomial]]:
:<math>p_\mathbf{A}(\lambda) = \det(\mathbf{A} - \lambda \mathbf{I}) = 0</math>
where '''I''' is the ''n'' × ''n'' [[identity matrix]].
===Perturbations of eigenvalues===
Line 67:
{{main|Matrix similarity|Change of basis}}
Two ''n'' × ''n'' matrices '''A''' and '''B''' are similar if they are related by a '''similarity transformation''':
:<math>\mathbf{B} = \mathbf{P}\mathbf{A}\mathbf{P}^{-1}</math>
Line 125:
===Frobenius norm===
The '''Frobenius norm''' is analogous to the [[dot product]] of Euclidean vectors; multiply matrix elements entry-wise, add up the results, then take the positive [[square root]]:
:<math>\|\mathbf{A}\| = \sqrt{\mathbf{A}:\mathbf{A}} = \sqrt{\sum_{i=1}^m \sum_{j=1}^n (A_{ij})^2}</math>
|