Difference between revisions of "Matrix"
Line 1: | Line 1: | ||
A matrix is a rectangular array of scalars from any [[field]], such that each column belongs to the [[vector space]] <math>F^m</math>, where <math>m</math> is the number of rows. If a matrix <math>A</math> has <math>m</math> rows and <math>n</math> columns, its order is said to be <math>m \times n</math>, and it is written as <math>A_{m \times n}</math>. | A matrix is a rectangular array of scalars from any [[field]], such that each column belongs to the [[vector space]] <math>F^m</math>, where <math>m</math> is the number of rows. If a matrix <math>A</math> has <math>m</math> rows and <math>n</math> columns, its order is said to be <math>m \times n</math>, and it is written as <math>A_{m \times n}</math>. | ||
+ | |||
+ | The element in the <math>i^{th}</math> row and <math>j^{th}</math> column of <math>A</math> is written as <math>(A)_{ij}</math>. It is more often written as <math>a_{ij}</math>, in which case <math>A</math> can be written as <math>[a_{ij}]</math>. | ||
+ | |||
+ | == Transposes == | ||
+ | |||
+ | Let <math>A</math> be <math>[a_{ij}]</math>. Then <math>[a_{ji}]</math> is said to be the transpose of <math>A</math>, written as <math>A^T</math> or simply <math>A'</math>. If A is over the complex field, replacing each element of <math>A^T</math> by its complex conjugate gives us the conjugate transpose <math>A^*</math> of <math>A</math>. | ||
+ | |||
+ | <math>A</math> is said to be symmetric if and only if <math>A=A^T</math>. <math>A</math> is said to be hermitian if and only if <math>A=A^*</math>. <math>A</math> is said to be skew symmetric if and only if <math>A=-A^T</math>. <math>A</math> is said to be skew hermitian if and only if <math>A=-A^*</math>. |
Revision as of 22:02, 4 November 2006
A matrix is a rectangular array of scalars from any field, such that each column belongs to the vector space , where is the number of rows. If a matrix has rows and columns, its order is said to be , and it is written as .
The element in the row and column of is written as . It is more often written as , in which case can be written as .
Transposes
Let be . Then is said to be the transpose of , written as or simply . If A is over the complex field, replacing each element of by its complex conjugate gives us the conjugate transpose of .
is said to be symmetric if and only if . is said to be hermitian if and only if . is said to be skew symmetric if and only if . is said to be skew hermitian if and only if .