a r = v b c 1 Dot product (scalar - - PDF document

a r v b c
SMART_READER_LITE
LIVE PREVIEW

a r = v b c 1 Dot product (scalar - - PDF document

Appendix B: Linear Algebra Vectors x R n y v x a r = v b c 1 Dot product (scalar product) A B C C B A Cross product Vector product (cross product) 2


slide-1
SLIDE 1

1 Appendix B: Linear Algebra

  • x Rn

Vectors

x y v

⎥ ⎤ ⎢ ⎡a ⎥ ⎥ ⎥ ⎦ ⎢ ⎢ ⎢ ⎣ = c b v r

slide-2
SLIDE 2

2 Dot product (scalar product)

B A C A B C

Cross product

  • Vector product (cross product)
slide-3
SLIDE 3

3 Differentiation of Vectors Linear Independence

slide-4
SLIDE 4

4 What is a Matrix?

  • A matrix is a set of elements, organized into rows and columns

g

⎥ ⎤ ⎢ ⎡ b a

rows columns

⎥ ⎦ ⎢ ⎣ d c

Basic Operations

  • Addition, Subtraction, Multiplication
slide-5
SLIDE 5

5 Multiplication

  • Is AB = BA? Maybe, but maybe not!
  • Heads up: multiplication is NOT commutative!

p p

Matrix Transpose

slide-6
SLIDE 6

6 Inverse of a Matrix

  • Identity matrix:

AI = A

⎥ ⎥ ⎥ ⎤ ⎢ ⎢ ⎢ ⎡ = 1 1 I ⎥ ⎦ ⎢ ⎣ 1

Determinant of a Matrix

  • Used for inversion

⎤ ⎡ b

  • If det(A) = 0, then A has no inverse

⎥ ⎦ ⎤ ⎢ ⎣ ⎡ = d c b a A

slide-7
SLIDE 7

7 Determinant of a Matrix b ceg bdi afh cdh bfg aei i h g f e d c b a − − − + + = f e d c b a f e d c b a f e d c b a i h g f e d i h g f e d i h g f e d Inverse of a Matrix

⎥ ⎤ ⎢ ⎡ 1 c b a ⎥ ⎥ ⎥ ⎦ ⎢ ⎢ ⎢ ⎣ + 1 1 i h g f e d

slide-8
SLIDE 8

8 Null Space