Vectors and Matrices Flashcards

1
Q

Scalar

A

Only has magnitude

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Vector

A

Has direction and magnitude

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Multiplying vectors

A

Multiply by a scalar constant

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Adding/subtracting vectors

A

Add/subtract x1 and x2, then y1 and y2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Scalar product

A

Multiply corresponding coordinates and add up the results

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

v ∙ v = ?

A

|v|^2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

u ∙ v = ?

A

|u||v| cos⁡ φ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Commutativity

A

u ∙ v = v ∙ u

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Distributivity

A

u ∙ (v + w) = u ∙ v + u ∙ w

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

(au) ∙ (bv) = ?

A

(ab)(u ∙ v)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Linear combination

A

Sum of vectors by multiplying original vectors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Matrix

A

A table consisting of rows and columns of numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Square matrix

A

A matrix where the number of rows = number of columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Adding/subtracting matrices

A

Performed element by element

Remember that you can only add/subtract matrices with the same dimensions!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Multiplication by a constant

A

All elements are multiplied by the constant

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Multiplication by a vector

A

Multiply row by row using scalar product

Remember that the vector must have the same number of elements as there are columns in the matrix!

17
Q

Matrix-by-matrix multiplication

A

Multiply element by element using scalar product (row in A by column in B)

18
Q

Position vector

A

The vector from the origin to a point

19
Q

Rotation matrix

A

To rotate p by an angle φ counter-clockwise about the origin, calculate p’ = Rp, where R is:
(cosφ -sinφ)
(sinφ cosφ)

20
Q

Identity matrix

A

Iv = v

21
Q

Inverse matrix

A

Given a square matrix A, if there is a matrix B such that BA = I, then B is the inverse of A

22
Q

How can inverse matrices be used to solve simultaneous equations?

A

o If A-1 is known, multiply both sides by it
o Matrix multiplication is associative, so can shift brackets
o A-1A = I by definition of inverse matrix
o Iv = v by definition of identity matrix