2.4 Matrices and Systems of Linear Equations Flashcards

(13 cards)

1
Q

gaussian solving equations

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

What is reduced echelon form?

A

Any row containing only 0s comes below any row not containing only 0s
The first non zero value in any row is 1, and comes to the right of the first 1 in the row above it
Each leading 1 is the only 1 in the column containing it

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

What is an n dimensional real vector and how can they be written

A

It is a n x 1 matrix (1 wide, n down)
R (real) ^n
or like this (1, 3, 5)^T

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

for a pair of vectors u and v, the dot product u.v also equals what?

A

u^T X v

u transposed, matrix multiplication with V

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

What is the determinant of
1 2 4
3 1 -1
2 5 6

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

A system of equations has a unique solution if what?

A

The matrix’s determinant is non-zero

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

|AB| =

A

|A| X |B|

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

How do you know if a matrix is invertible

A

If its determinant is non-zero

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

What makes a square matrix a lower triangular?

A

If all entries above the diagonal are 0’s.

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

when scaling a vector image by alpha, what is the change in screen area?

A

the change in screen area is alpha^2

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

if an image is stretched by

ax
y

what is the change in screen area

A

a

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

when rotating a vector image anticlockwise, what is the rotation matrix?

A

cos(theta) -sin(theta)
sin(theta). cos(theta)

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

what matrix should you apply to achieve a transformation of

stretched horizontally by scale 2
and rotated 90* AC

A
  1. -1
  2. 0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly