PlanetPhysics/Matrix

From testwiki
Jump to navigation Jump to search

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 [[../Vectors/|scalar]] (real or complex number), differentiation of matrices, etc. The definitions chosen for the above-mentioned [[../Cod/|operations]] will be such as to make the calculus of matrices highly applicable. A matrix 𝐀 may be denoted as follows:

𝐀=(a11a21an1a12a22an2a1ma2manm)=aji

If m=n, we say that 𝐀 is a square matrix of order n. If 𝐁 is the matrix of elements bji|,i=1,2,,m,j=1,2,,n, then 𝐁 is said to be equal to 𝐀, written 𝐁=𝐀 or 𝐀=𝐁, if and only if aji=bji 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 𝐀, 𝐁 is defined as a new matric 𝐂 whose elements cji are obtained by adding the corresponding elements of 𝐀 and 𝐁. Thus

cji=𝐂=𝐀+𝐁=aji+bji=aji+bji

We note that 𝐀+𝐁=𝐁+𝐀.

We call 𝐀 a zero matrix if and only if each element of 𝐀 is equal to the real number zero.

The product of a matrix 𝐀 by a numbe k (real or complex) is defined as the matrix whose elements are each k times those of 𝐀, that is

k𝐀=kaji=kaji

Every matrix 𝐀 can be associated with a negative matrix 𝐁=𝐀 such that 𝐀+(𝐀)=(𝐀)+𝐀=0 (zero matrix).

The rule for multiplying a matrix 𝐀 by a scalar k should not be confused with the rule for multiplying a [[../Determinant/|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:

A:zi=ajiyii=1,2,,m;j=1,2,,nB:yi=bkjxkk=1,2,,p

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:

AB:zi=ajibkjxkcki=ajibkj

This suggests a method for defining multiplication of the matrics 𝐀, 𝐁.

If 𝐀=aji,i=1,2,,m,j=1,2,,n,𝐁=bji,i=1,2,,n,j=1,2,,p, then 𝐀𝐁 is defined as the matrix 𝐂 such that

𝐂=𝐀𝐁=ajibji=aαibjα=cji

Let us note that the number of columns of the matrix 𝐀 must be equal the number of rows of 𝐁. The matrix 𝐂 of (3) is an m×p matrix. In the case of square matrices the definition for multiplication of matrices corresponds to that for multiplication of determinants. This implies that |C|=|A||B|, where |C| denotes the determinant of the set of elements comprising the square matrix 𝐂=𝐀B.

A square matrix 𝐀 is said to be a symmetric matrix if and only if 𝐀=𝐀T. If 𝐀=𝐀T, we say the 𝐀 is a skew-symmetric matrix. We now exhibit a symmetric matrix 𝐀 and a skew-symmetric matrix 𝐁.

𝐀=𝐀T=(2142103543112513)𝐁=𝐁T=(013102320)

We let the reader verify that 12(𝐀+𝐀T) is a symmetric matrix if 𝐀 is a square matrix. Let the reader first prove that (𝐀T)T=𝐀,

(𝐀+𝐁)T=𝐀T+𝐁T

It is easily seen that 12(𝐀+𝐀T) is a symmetric matrix. Any square matrix 𝐀 can obviously be written as

𝐀=12(𝐀+𝐀T)+12(𝐀𝐀T)

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].

Template:CourseCat