Linear Algebra Flashcards

1
Q

When we say a matrix A is an m x n matrix, what do we mean?

A

We mean A has m rows and n columns

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

How many eigenvalue eigenvector pairs does an n by n matrix have?

A

N, if you include the complex number field and count multiplicities

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

What are eigenvalue eigenvector pairs?

A

They (lambda, v) are pairs associated with a particular matrix A such that Av = lambda

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

So what is the general significance of eigenvectors?

A

An eigenvector is a vector for a matrix such that when multiplied by the matrix is only scaled linearly

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

What is the Hessian?

A

A matrix of all second order partial derivatives of a function that has multiple variables

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

Why is the Hessian a matrix and not a vector? Wouldn’t the data structure containing all second order partial derivatives of a multi variabled function just need one entry per second order partial derivative for each variable?

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

What does simultaneously-diagonalizable mean?

A

..

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

What is a diagonal matrix?

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

What does the matrix P serve as when performing matrix diagonalisation?

A

the change-of-basis matrix that takes you from the standard basis to the new basis.

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

What are the columns of the matrix P?

A

The eigenvectors of A

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

A 2x3 matrix represents a linear transformation from a _-dimensional space to a _-dimensional space.

A

3;2

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

What is a basis?

A

a set of linearly independent vectors that span a vector space. In simpler terms, you can represent any vector in the space as a unique linear combination of the basis vectors. The number of basis vectors is equal to the dimension of the vector space

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

What is the data type of a basis

A

A set of vectors

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

What does a matrix represent?

A

A linear transformation between vector spaces

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

What data type do you use to represent nonlinear transformations between spaces?

A

Essentially functions

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

Are linear transformations performed on vectors or a space?

A

Linear transformations are defined as mappings from one vector space to another, but they act on individual vectors within those spaces. So, in a sense, both perspectives are correct:

17
Q

What is shearing?

A

is a type of linear transformation that distorts the shape of an object along one or more axes, effectively “slanting” it. In a shear transformation, parallel lines remain parallel, but they are no longer equidistant, and angles between lines can change. However, areas or volumes are preserved under shearing.

18
Q

What does a scaling matrix look like?

A

Diagonal entries have values and all other entries are zero

19
Q

What happens when a matrix has has non diagonal entries?

A

If elements in the non diagonal are nonzero then the transformation is no longer scaling and could be rotation, shearing, reflection etc