Linear Algebra Flashcards

1
Q

Building Blocks of Linear Algebra

A

Vectors

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

What are Vectors

A

quantities having both direction and magnitude compared to scalar quantities which have only magnitude.

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

Scalar Quantities

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

What do Vectors consist of?

A

In order to have direction and magnitude:
Must have two or more elements of data.

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

Dimensionality of a vector

A

determined by the number of numerical elements in that vector.

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

Cartesian coordinate system

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

Velocities

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

Formula for magnitude or length of a vector

A

square root of the sum of each vector component squared
vector 1 (squared) + vector 2 (squared) + vector 3 (squared)

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

Scalar Multiplication

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

Vector Addition

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

Vector Subtraction

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

Vector Dot Products

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

Magnitude of a vector

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

Angle Between two vectors

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

Matricies

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

Matrix Operations

17
Q

Matrix Multiplication

18
Q

Matrix Addition

19
Q

Special Matricies

20
Q

Identity Matrix

21
Q

Transpose Matrix

22
Q

Permutation Matrix

23
Q

Linear Systems in a Matrix Form

24
Q

Gauss-Jordan Elimination

25
Q

Row Echelon Form

26
Q

Inverse Matrices

27
Q

Inverse Matrix use cases:

28
Q

Singular Matrices

29
Q

NumPY Array

A

are n-dimensional array data structures that can be used to represent both vectors (1-dimensional array) and matrices (2-dimensional arrays).

30
Q

Initialize NumPY array

31
Q

NumPY array representation of a vector

32
Q

NumPY array representation of a matrix