Download presentation
Presentation is loading. Please wait.
Published byChloe Lee Modified over 9 years ago
1
Basics of Linear Algebra A review?
2
Matrix Mathematical term essentially corresponding to an array An arrangement of numbers into rows and columns. Each row is the same length Each column is the same length Usually, we specify a position in the matrix as row, column
3
Vector A one dimensional matrix One row (or one column) We can treat it as a special case of a matrix
4
Matrix operations Matrix (vector) addition/subtraction Add/subtract the corresponding elements in two matrices (vectors) of exactly the same size and shape. If A = and B = What is A + B? Matrices can only be added or subtracted if they are exactly the same size and shape. 103 120 115 210 230 204 301 300 320 1517 45 3244 47 62 25 17
5
Multiplication If A is an m x n matrix and B is an n x p matrix, then the product AB is an m x p matrix whose elements are defined by c ij = ∑a ik b kj That is, sum the term by term products of the elements in row I of A column j of B. k = 1 n
6
Transposition If A is m x n, the transpose of A is n x m. The rows become columns and the columns become rows. This is sometimes needed to put things into a form that is compatible for multiplication.
7
Properties The identity matrix has 1s on the main diagonal and 0s elsewhere. Multiplication by the identity matrix yields the original matrix. i.e. AI = IA = A The size of the identity matrix is made to be compatible for the operation intended. The zero matrix has 0 in every position. If A, B, C are of appropriate sizes, then A(BC) = (AB)C A(B+C) = AB +AC (A+B)C = AC + BC
8
Matrix inverse The inverse (A -1 ) is defined such at A A -1 is I. Not every matrix has an inverse. If no inverse exists, then the matrix is called singular (non invertible) If A is nonsingular, so is A -1 If A, B are nonsingular, then AB is also non singular and (AB) -1 = B -1 A -1 (Note reversed order.) If A is nonsingular, then so is its transpose and (A T ) -1 = (A -1 ) T
9
Vectors and Vector Spaces A vector with 2 elements (a 2-vector) is written as ( ). The vector is represented by a line in a plane, starting at the origin and ending at the point x,y. For x=2 and y=1: The length of the vector is calculated using the Pythagorean theorem: ||vector|| = √ x 2 + y 2 xyxy (2,1)
10
Vector operations Addition and subtraction consist of adding or subtracting the corresponding elements. Only vectors of the same size can be added/subtracted. What does the sum of two vectors look like in the coordinate system?
11
Vector angles There is an angle between any two vectors in the coordinate system. One way of comparing the vectors is to measure the angle between them. Cos = Where ||X|| is the length, or magnitude, of X X = ( ) Y = ( ) x 1 x 2 + y 1 y 2 ||X|| ||Y|| x1y1x1y1 x2y2x2y2
12
Dot product and cosine The dot product of vectors X, Y is defined as X * Y = x 1 x 2 + y 1 y 2 So, Cos = If the cosine is 0, the vectors are at right angles. X * Y ||X|| ||Y||
13
Larger dimensions It is easy to visualize vectors in two space, but larger dimensions are also useful. We cannot draw them so easily, but the properties of length, distance, etc. remain interesting. We can draw 3-vectors. Note that we cannot express the x axis in terms of the y axis. In 3-space, we cannot express any of x, y, z in terms of just the others. The three axes define the space. When we look at the relationships between vectors that define index terms or queries, the relationship between them tells us whether they represent totally unrelated information, or information that is more or less related.
14
Reference for this review: Introductory Linear Algebra with Applications Bernard Kolman Macmillan Publishing, 1984 Chapters 1 and 3.
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.