释义 |
MatrixThe Transformation given by the system of equations
is denoted by the Matrix Equation
In concise notation, this could be written
where and are Vectors and A is called an matrix. A matrix is said tobe Square if . Special types of Square Matrices include theIdentity Matrix , with (where is the Kronecker Delta) and theDiagonal Matrix (where are a set of constants).
For every linear transformation there exists one and only one corresponding matrix. Conversely, every matrix corresponds to aunique linear transformation. The matrix is an important concept in mathematics, and was first formulated bySylvester and Cayley. 
Two matrices may be added (Matrix Addition) or multiplied (Matrix Multiplication) together to yield a newmatrix. Other common operations on a single matrix are diagonalization, inversion (Matrix Inverse), and transposition(Matrix Transpose). The Determinant or of a matrix A is a very importantquantity which appears in many diverse applications. Matrices provide a concise notation which is extremely useful in a widerange 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, DiracMatrices, 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, RationalCanonical 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.
|