Content deleted Content added
No edit summary Tags: Visual edit Mobile edit Mobile web edit |
Entranced98 (talk | contribs) Importing Wikidata short description: "Study of matrices and their algebraic properties" |
||
(8 intermediate revisions by 7 users not shown) | |||
Line 1:
{{Short description|Study of matrices and their algebraic properties}}
</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 [[sines and cosines]] etc. of matrices), and the [[eigenvalue]]s of matrices ([[eigendecomposition of a matrix]], [[eigenvalue perturbation]] theory).<ref>{{cite book|title=Functions of Matrices: Theory and Computation|author=N. J. Higham|year=2000 |publisher=SIAM|isbn=089-871-777-9|url=https://books.google.com/books?id=S6gpNn1JmbgC&q=matrix+functions}}
</ref>
==Matrix spaces==
The set of all ''m'' × ''n'' matrices over a
:<math>\mathbf{A},\mathbf{B} \in M_{mn}(F)\,,\quad \mathbf{A} + \mathbf{B} \in M_{mn}(F) </math>
Line 19 ⟶ 20:
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
\begin{pmatrix}0&1\\0&0\end{pmatrix}\,,\quad
\begin{pmatrix}0&0\\1&0\end{pmatrix}\,,\quad
\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 36 ⟶ 40:
{{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 44 ⟶ 48:
===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 64 ⟶ 68:
{{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 122 ⟶ 126:
===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>
Line 186 ⟶ 190:
===Further reading===
*{{cite book|title=Matrix Analysis and Applied Linear Algebra Book and Solutions Manual|author=C. Meyer|year=2000 |publisher=SIAM|isbn=089-871-454-0|volume=2
*{{cite book|title=Applied Linear Algebra and Matrix Analysis|author=T. S. Shores|year=2007|publisher=Springer|isbn=978-038-733-195-
*{{cite book|title=Matrix Analysis|author=Rajendra Bhatia|year=1997|volume=169|series=Matrix Analysis Series|publisher=Springer|isbn=038-794-846-5|url=https://books.google.com/books?id=F4hRy1F1M6QC&
*{{cite book|title=Computational Matrix Analysis|author=Alan J. Laub|year=2012|publisher=SIAM|isbn=978-161-197-221-
[[Category:Linear algebra]]
[[Category:Matrices (mathematics)]]
[[Category:Numerical analysis]]
|