Vectors and Matrices Flashcards

1
Q

Define scalar and give some examples

A

A scalar has only magnitude

e.g. Time, speed, voltage, temperature, charge etc

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

Define a vector and give some examples

A

A vector has both magnitude and direction

e.g. Force, displacement, velocity, acceleration, angular velocity, angular moment, electric field, temperature gradient, magnetic field

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

Define a matrix

A

A collection of vectors

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

AB

a = ?

-a = ?

A

a = AB

-a = BA

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

The magnitude of a vector is the…?

A

length of the vector

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

You multiply the vector by a ____ to change the magnitude

A

You multiply the vector by a scalar to change the magnitude

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

Two vectors are equivalent when…?

A

…both magnitude and direction are the same

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

Define commutative

A

Same thing but different way round

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

A(3,1,2) and B(2,3,4)

What would you do to calculate vector AB?

A

You would do B - A so

2-3 = -1

3-1 = 2

4-2 = 2

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

A(3,1,2) and B(2,3,4)

What would you do to calculate the unit vector along AB?

A

Magnitude of vector AB = √(-12+22+22) = 1/3(-i+j+2k)

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

It’s in the formula book, but what is the equation for scalar product?

A

a.b = |a|.|b|.cos(ø)

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

In the scalar product, when ø=0 a.b=?

And when ø = 90˚ a.b=?

A

ø=0 a.b = |a|.|b|

ø = 90˚ a.b = 0

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

A force moves a mass of 3m in the directino of 2i+5j+3K, find the displacement D

A

3 x unit vector =

3 x x2i+5j+3k / (|2i+5j+3k|) =

3/√38 x (2i+5j+3k)

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

What is the right hand rule?

A

A rule which determines the orientation of the cross product

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

What is the equation for angular momentum?

A

d x mv = angular momentum

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

Two equations for working out the area of a triangle?

A

Half base x height

1/2(|a|.|b|.sinø)

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

If we could define a matrix multiplcation…(eqn)

A

A.x = B

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

If A.x = B then

x = ?

A

A.x = B

x = A-1.B

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

How do you add matrices?

A

You literally just add them!

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

What type of matrix is this?

00

00

00

A

A 3x2 zero matrix

00

00

00

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

In matrix power, A4 = ?

A

A4 = A(A(A.A))

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

(AT)T = ?

(A+B)T = ?

(C.A)T = ?

(A.B)T =

A

(AT)T = A

(A+B)T = AT+BT

(C.A)T = C.AT

(A.B)T = BT.AT

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

Define a row vector

A

A matrix of dimension 1xn

e.g. A = (a11,a12,a,13…a1n)

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

Define a column vector

A

A matrix of dimension mx1

e.g. A =

a11,

a21,

a31,

…am1

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

Define a square matrix

A

Any matrix of dimension mxn

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

Define a symmetric matrix

A

Requires aij = aji for all i ≠ j

27
Q

Define a skew-symmetric matrix

A

Bottom left is reflected from top right with opposite sign

aij = -aji for all i≠j

2 -1 5

1 0 0

-5 0 3

28
Q

Define triangular matrix

A

Off digaonal terms are zero in upper right or lower left quadrants

29
Q

What would a upper and lower triangular matrix look like?

A

Upper triangular

1 5 6

0 2 7

0 0 3

Lower triangular

1 0 0

4 2 0

5 7 3

30
Q

Define a unit matrix

A

Everything is 0 except the diagonal terms

1 0 0

0 1 0

0 0 1

31
Q

When aij = 0 i is what?

When aij = 0 i is what?

A

aij = 0 i = j

aij = 0 i ≠ j

32
Q

Unit matrix is sometimes called the…?

A

…identity matrix

33
Q

What is a zero matrix?

A

With order 3

0 0 0

0 0 0

0 0 0

34
Q

O.A = ? = ?

A

O.A = O = A.O

35
Q

x1 + x2 = 1

2x1 + 2x2 = 2

Are drawn on a graph, what is the solution?

A

They are both the same line, so infinite solution

36
Q

x1 + x2 = 1 → ?

x1 + x2 = 0 → ?

A

x1 + x2 = 1 → Inhomogeneous

x1 + x2 = 0 → ? Homogeneous

37
Q

x1 + x2 = 1

x1 + x2 = 0

Are drawn on a graph. What is the solution?

A

No solution because they never touch

38
Q

In Gaussian Elimination and back substiution,

A.x = ?

39
Q

Using In Gaussian Elimination and back substiution,

If A = 2 5 and B = 2

0 3 -26

What’s the answer?

A

2x1 + 5x2 = 2

3x2 = 26 etc etc

40
Q

Unique solutions, r…

Infinite solutions, r…

No solutions, r…

A

Unique solutions, r = n

Infinite solutions, r < n

No solutions, r < m

41
Q

What is a matrix minor?

A

The determinant of the submatrix formed by deleting the i-th row and j-th column

42
Q

How do you determine the determinant of a triangular matrix?

-3 0 0

6 4 0 = ?

-1 0 2

A

The determinant is a product of diagonals

= -3 x 4 x 2

= -24

43
Q

What is the determinant if any row (or columns) are 0?

44
Q

If you transpose something, what does that do to the determinant?

45
Q

If you multiply any row (or column) by scalar R, then the determinant = ?

46
Q

Interchanging two rows (or columns) changes signs of only…

A

…the determinant

47
Q

If two rows (or columns) are identical, then the determinant = ?

48
Q

When can you use the Cramer’s Rule?

Also, D(A)…?

A

Can apply to square matrix A to solve A.x = B for x.

Also, D(A) ≠ 0

49
Q

What is the notation for Cramer’s Rule?

50
Q

In Cramer’s Rule, if the system is homoegeneous (_ = _) and D≠0 then we get the trivial solution of…?

A

In Cramer’s Rule, if the system is homoegeneous (D = 0) and D≠0 then we get the trivial solution of… x1 = x2

51
Q

A.x = B → Matrix Inverse → ?

52
Q

For an inverse matrix, A.A-1 = ?

And what is the identity matrix for it?

A

A.A-1 = I

1 0 0 0

0 1 0 0

0 0 1 0

0 0 0 1

53
Q

When is a matrix full rank?

A

When the determinant D ≠ 0

54
Q

A-1 = ?

A

A-1 = 1/ |A|

55
Q

Evaluate the inverse of

A = 3 1

2 4

A

A-1 = 1/10 x 4 -2

-1 3

So you find 1/D and then and swap the diagonals. But the top right and bottom left get multiply by -1

56
Q

Matrix values and eigen vectors

A.x =?

A

A.x = lambda.x

57
Q

A.x = lambda.x

In this equation, _ will become the eigen values of _ and _ the eigen vectors

A

A.x = lambda.x

In this equation, lambda will become the eigen values of A and x the eigen vectors

58
Q

Would be an eigen vector of 30 ?

40

59
Q

To find eigen values/vectors we solve…?

A

A.x = lambda.x

A.x - lambda.x = 0

x(A - lambda.I) = 0

60
Q

We want a solution when a determinant = ?

61
Q

Eigen vectors are…?

A

…perpendicular

62
Q

The perpendicular aspect of Eigen systems is…?

A

…central to solving sets of ODE’s

63
Q

We expect linear ODE’s…(eqn)

64
Q

Substitute Y = xewt into… to get…

A

Substitute Y = xewt into y’’ = AY to get

w2.x = A.x