MATH 323 Lecture 4
« previous | Thursday, September 6, 2012 | next »
Matrices (cont'd)
Constructor:
1 and 2 are called a ring because they have the + and · operations defined on them since they are square matrices.
Multiplication (cont'd)
NOT commutative:
Due to associativity of multiplication in #Theorem 1.3.2, we do not write parentheses around multiplication:
Exponentiation
for integer
Identity Matrix
Plays the role of "1" in multiplication:
(In other words, 1s along diagonal, 0s everywhere else) ...such that
Standard Basis
Acts as an identity vector:
Zero Matrix
Plays role of 0 in addition:
...such that
Inverse Matrix
If for matrices and , we say than is the inverse of : .
Not every matrix is invertible. A matrix that does not have a multiplicative inverse is said to be singular.
Transpose of a Matrix
For a matrix , the transpose of , written , will be and is defined as follows:
Geometrically, the first row becomes the first column, second row becomes second column, etc. The matrix is simply "reflected" about its "diagonal"
Rules:
- ,
- (opposite order)
A matrix is said to be symmetric iff . This means that
Example
Diagonal Matrix
A diagonal matrix is a square () matrix that has values along its diagonal ()
A special form of diagonal matrices is when (i.e. all numbers along diagonal are the same): these special diagonal matrices commute with arbitrary matrices
Matrices and Graphs
A graph consists of vertices (data points) and edges that connect them.
A graph with entries ( through ) can be represented by a adjacency matrix:
First, let be the (, ) entry of .
represents the number of walks of length from to .
Theorem 1.3.2
For all and for all , the indicated operations are defined:
- (commutativity of addition)
- (associativity of addition)
- (associativity of multiplication)
- (right distributivity)
- (left distributivity)
Theorem 1.3.3
If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A} and are nonsingular Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n \times n} matrices, then Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A \, B} is also nonsingular and
(note the opposite order on the right-hand side)
Corollary
For nonsingular matrices Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A_1, \ldots, A_k} , Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A_1 \, A_2 \, \dots \, A_k} is also nonsingular and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (A_1 \, A_2 \, \dots \, A_k)^{-1} = A_k^{-1} \, \dots \, A_2^{-1} \, A_1^{-1}}