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

A
17
Q

Matrix Multiplication

A
18
Q

Matrix Addition

A
19
Q

Special Matricies

A
20
Q

Identity Matrix

A
21
Q

Transpose Matrix

A
22
Q

Permutation Matrix

A
23
Q

Linear Systems in a Matrix Form

A
24
Q

Gauss-Jordan Elimination

A
25
Q

Row Echelon Form

A
26
Q

Inverse Matrices

A
27
Q

Inverse Matrix use cases:

A
28
Q

Singular Matrices

A
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

A
31
Q

NumPY array representation of a vector

A
32
Q

NumPY array representation of a matrix

A