[8] BASIC FACTS ABOUT MATRICES
[1] A + B = B + A
[2] x(A + B) = xA + xB, where x is any number
[3] (x+y)A = xA + yB
[4] AB does not always equal BA
[5] A(BC) = (AB)C
[6] A(BC) does not always equal (AC)B (for example, consider A = I)
[7] AA-1 = I, the Identity matrix
[8] (AT)T = A
[9] (A + B)T = AT + BT
[10] (xA)T = x AT
[11] (AB)-1 = B-1 A-1
[12] (AB)T = BT AT
[13] (A-1)T = (AT)-1
Note: we define, for x a real number and A a matrix, xA to be the matrix whose entries are x times those of A.
Example:
(1 2) (2 4)
2 (0 1) = (0 2)
(3 4) (6 8)
NOTES ON LINEAR ALGEBRA
CONTENTS:
[9] BASIS VECTORS
[9] BASIS VECTORS
Consider the vector
(2)
(5)
This means two units in the x direction, five units in the y direction.
Graphically, we see we can write it as a vector in the x direction, and a vector in the y direction. Let
(1) (0)
Ex = (0) Ey = (1)
be the unit vectors in the x direction and the y direction. We will show that they are a basis for the plane. What this means is that we can write any vector as some copies of Ex and some copies of Ey.
For example,
(2) (2) (0) (1) (0)
= (0) + (5) = 2 (0) + 5 (1) = 2 Ex + 2 Ey
How did we get this? We’re trying to write the vector (2,5) as some number of copies of (1,0) and some number of copies of (0,1).
So we’re trying to solve
(2) (*) (0)
= (0) + (**)
So, what does * and what does ** equal?
Let’s look at the x component, the ‘top’. Then 2 = * + 0, so * = 2.
Let’s look at the y component, the ‘bottom’. Then 5 = 0 + **, so ** = 5.
Let’s do another example.
(7) (7) (0) (1) (0)
(3) = (0) + (3) = 7 (0) + 3 (1) = 7 Ex + 3 Ey
Again, let’s go through the computation as to how we found it:
(7) (*) (0)
(3) = (0) + (**)
Let’s look at the x component, the ‘top’. Then 7 = * + 0, so * = 7.
Let’s look at the y component, the ‘bottom’. Then 3 = 0 + **, so ** = 3.
Now, this leads us to conjecture:
Do'stlaringiz bilan baham: |