Mathematical Methods of Physics/Matrices: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>JackBot
m Formatting, {{BookCat}} correction
 
(No difference)

Latest revision as of 21:19, 16 August 2017

We have already, in the previous chapter, introduced the concept of matrices as representations for linear transformations. Here, we will deal with them more thoroughly.

Definition

Let F be a field and let M={1,2,,m},N={1,2,,n}. An n×m matrix is a function A:N×MF.

We denote A(i,j)=aij. Thus, the matrix A can be written as the array of numbers A=(a11a12a13a1ma21a22a23a2ma31a32a33a3man1an2an3anm)

Consider the set of all n×m matrices defined on a field F. Let us define scalar product cA to be the matrix B whose elements are given by bij=caij. Also let addition of two matrices A+B be the matrix C whose elements are given by cij=aij+bij

With these definitions, we can see that the set of all n×m matrices on F form a vector space over F

Linear Transformations

Let U,V be vector spaces over the field F. Consider the set of all linear transformations T:UV.

Define addition of transformations as (T1+T2)𝐮=T1𝐮+T2𝐮 and scalar product as (cT)𝐮=c(T𝐮). Thus, the set of all linear transformations from U to V is a vector space. This space is denoted as L(U,V).

Observe that L(U,V) is an mn dimensional vector space

Operations on Matrices

Determinant

The determinant of a matrix is defined iteratively (a determinant can be defined only if the matrix is square).

If A is a matrix, its determinant is denoted as |A|

We define, |(a11a12a21a22)|=a11a22a21a12

For n=3, we define |(a11a12a13a21a22a23a31a32a33)|=a11|(a22a23a32a33)|a12|(a21a23a31a33)|+a13|(a21a22a31a32)|

We thus define the determinant for any square matrix

Trace

Let A be an n×n (square) matrix with elements aij

The trace of A is defined as the sum of its diagonal elements, that is,

tr(A)=i=1naii

This is conventionally denoted as tr(A)=i,j=1naijδij, where δij, called the Kronecker delta is a symbol which you will encounter constantly in this book. It is defined as

δij={1,if i=j0,if ij

The Kronecker delta itself denotes the members of an n×n matrix called the n×n unit matrix, denoted as I

Transpose

Let A be an m×n matrix, with elements aij. The n×m matrix AT with elements aijT is called the transpose of A when aijT=aji

Matrix Product

Let A be an m×n matrix and let B be an n×p matrix.

We define the product of A,B to be the m×p matrix C whose elements are given by

cij=k=1naikbkj and we write C=AB

Properties

(i) Product of matrices is not commutative. Indeed, for two matrices A,B, the product BA need not be well-defined even though AB can be defined as above.
(ii) For any matrix n×n A we have AI=IA=A, where I is the n×n unit matrix.

Template:BookCat