Physics Library
 An open source physics library
Encyclopedia | Forums | Docs | Random | Template Test |  
Login
create new user
Username:
Password:
forget your password?
Main Menu
Sections

Talkback

Downloads

Information
matrix (Definition)

A matrix is defined as a rectangular array of elements (usually the elements are real or complex numbers). An algebra of matrices is developed by defining addition of matrices, multiplication of matrices, multiplication of a matrix by a scalar (real or complex number), differentiation of matrices, etc. The definitions chosen for the above-mentioned operations will be such as to make the calculus of matrices highly applicable. A matrix $\mathbf{A}$ may be denoted as follows:

$\displaystyle \mathbf{A} = \left ( \begin{array}{cccc} a_1^1 & a_2^1 & \dots & ... ...m & a_2^m & \dots & a_n^m \end{array} \right ) = \left \Vert a_j^i \right \Vert$ (1)

If $m = n$, we say that $\mathbf{A}$ is a square matrix of order $n$. If $\mathbf{B}$ is the matrix of elements $\left \Vert b_j^i \right\vert, i = 1,2, \dots, m, j = 1, 2, \dots, n$, then $\mathbf{B}$ is said to be equal to $\mathbf{A}$, written $\mathbf{B} = \mathbf{A}$ or $\mathbf{A} = \mathbf{B}$, if and only if $a_j^i = b_j^i$ for the complete range of values of $i$ and $j$.

Two matrices can be compared for equality if and only if they are comparable in the sense that they have the same number of rows and the same number of columns.

The sum of two comparable matrices $\mathbf{A}$, $\mathbf{B}$ is defined as a new matric $\mathbf{C}$ whose elements $c_j^i$ are obtained by adding the corresponding elements of $\mathbf{A}$ and $\mathbf{B}$. Thus

$\displaystyle \left \Vert c_j^i \right \Vert = \mathbf{C} = \mathbf{A} + \mathb... ...\Vert + \left \Vert b_j^i \right \Vert = \left \Vert a_j^i + b_j^i \right \Vert$ (2)

We note that $\mathbf{A} + \mathbf{B} = \mathbf{B} +\mathbf{A}$.

We call $\mathbf{A}$ a zero matrix if and only if each element of $\mathbf{A}$ is equal to the real number zero.

The product of a matrix $\mathbf{A}$ by a numbe $k$ (real or complex) is defined as the matrix whose elements are each $k$ times those of $\mathbf{A}$, that is

$\displaystyle k \mathbf{A} = k \left \Vert a_j^i \right \Vert = \Vert k a_j^i \Vert$

Every matrix $\mathbf{A}$ can be associated with a negative matrix $\mathbf{B} = - \mathbf{A}$ such that $\mathbf{A}+ (-\mathbf{A}) = (-\mathbf{A}) +\mathbf{A} = 0$ (zero matrix).

The rule for multiplying a matrix $\mathbf{A}$ by a scalar $k$ should not be confused with the rule for multiplying a determinant by $k$, for in this latter case the elements of only one row or only one column are multiplied by $k$.

Before defining the product of two matrices let us consider the following sets of linear transformations:

$\displaystyle \begin{array}{ccl} A: & z^i = a_j^i y^i & i = 1, 2, \dots, m; j = 1, 2, \dots, n \ B: & y^i = b_k^j x^k & k = 1, 2, \dots, p \end{array} $

Since the $z$'s depend on the $y$'s, which in turn depend on the $x$'s, we can solve for the $z$'s in terms of the $x$'s. We write this transformation as follows:

$\displaystyle \begin{array}{ccc} AB: & z^i = a_j^i b_k^j x^k & c_k^i = a_j^i b_k^j \end{array} $

This suggests a method for defining multiplication of the matrics $\mathbf{A}$, $\mathbf{B}$.

If $\mathbf{A} = \left \Vert a_j^i \right \Vert, i = 1, 2, \dots, m, j = 1, 2, \dot... ...hbf{B} = \left \Vert b_j^i \right \Vert, i = 1, 2, \dots, n, j = 1, 2, \dots, p$, then $\mathbf{A} \mathbf{B}$ is defined as the matrix $\mathbf{C}$ such that

$\displaystyle \mathbf{C} = \mathbf{A} \mathbf{B} = \left \Vert a_j^i \right \Ve... ...t \Vert a_{\alpha}^i b_j^{\alpha} \right \Vert = \left \Vert c_j^i \right \Vert$ (3)

Let us note that the number of columns of the matrix $\mathbf{A}$ must be equal the number of rows of $\mathbf{B}$. The matrix $\mathbf{C}$ of (3) is an $m \times p$ matrix. In the case of square matrices the definition for multiplication of matrices corresponds to that for multiplication of determinants. This implies that $\left \vert C \right \vert = \left \vert A \right \vert \cdot \left \vert B \right \vert$, where $\left \vert C \right \vert$ denotes the determinant of the set of elements comprising the square matrix $\mathbf{C} = \mathbf{A}{B}$.

A square matrix $\mathbf{A}$ is said to be a symmetric matrix if and only if $\mathbf{A} = \mathbf{A}^T$. If $\mathbf{A} = - \mathbf{A}^T$, we say the $\mathbf{A}$ is a skew-symmetric matrix. We now exhibit a symmetric matrix $\mathbf{A}$ and a skew-symmetric matrix $\mathbf{B}$.

$\displaystyle \begin{array}{cc} \mathbf{A} = \mathbf{A}^T = \left ( \begin{arra... ...rrr} 0 & -1 & 3 \ 1 & 0 & -2 \ -3 & 2 & 0 \end{array} \right ) \end{array} $

We let the reader verify that $\frac{1}{2} \left( \mathbf{A}+\mathbf{A}^T \right )$ is a symmetric matrix if $\mathbf{A}$ is a square matrix. Let the reader first prove that $\left( \mathbf{A}^T \right )^T = \mathbf{A}$,

$\displaystyle \left( \mathbf{A} + \mathbf{B} \right )^T = \mathbf{A}^T +\mathbf{B}^T$

It is easily seen that $\frac{1}{2} \left( \mathbf{A}+\mathbf{A}^T \right )$ is a symmetric matrix. Any square matrix $\mathbf{A}$ can obviously be written as

$\displaystyle \mathbf{A} = \frac{1}{2} \left( \mathbf{A}+\mathbf{A}^T \right ) + \frac{1}{2} \left( \mathbf{A}-\mathbf{A}^T \right )$

Hence every square matrix can be written as the sum of a symmetric and a skew-symmetric matrix.

References

[1] Lass, Harry. "Elements of pure and applied mathematics" New York: McGraw-Hill Companies, 1957.

This entry is a derivative of the Public domain work [1].



"matrix" is owned by bloftin.

View style:

Other names:  matrices
Also defines:  square matrix, matrix sum, zero matrix, matrix multiplication, matrix product, symmetric matrix, skew-symmetric matrix

Cross-references: determinant, operations, scalar
There are 89 references to this object.

This is version 1 of matrix, born on 2010-02-21.
Object id is 845, canonical name is Matrix.
Accessed 1486 times total.

Classification:
Physics Classification02. (Mathematical methods in physics)

Pending Errata and Addenda
None.
Discussion
Style: Expand: Order:

No messages.

Testing some escape charachters for html category with a generator has an injective cogenerator" now escape ” with "