Mathematical Methods of Physics/Matrices
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.
Contents |
[edit] Definition
Let F be a field and let
,
. An n×m matrix is a function
.
We denote A(i,j) = aij. Thus, the matrix A can be written as the array of numbers 
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
[edit] Linear Transformations
Let U,V be vector spaces over the field F. Consider the set of all linear transformations
.
Define addition of transformations as
and scalar product as
. 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
[edit] Operations on Matrices
[edit] 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, 
For n = 3, we define 
We thus define the determinant for any square matrix
[edit] Trace
Let A be an n×n (square) matrix with elements aij
The trace of A is defined as the some of its diagonal elements, that is,

This is conventionally denoted as
, where δij, called the Kronecker delta is a symbol which you will encounter constantly in this book. It is defined as
The Kronecker delta itself denotes the members of an n×n matrix called the n×n unit matrix, denoted as I
[edit] Transpose
Let A be an m×n matrix, with elements aij. The n×m matrix AT with elements
is called the transpose of A when 
[edit] 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
and we write C = AB
[edit] 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.
This page may need to be 