Linear Algebra Flashcards
When we say a matrix A is an m x n matrix, what do we mean?
We mean A has m rows and n columns
How many eigenvalue eigenvector pairs does an n by n matrix have?
N, if you include the complex number field and count multiplicities
What are eigenvalue eigenvector pairs?
They (lambda, v) are pairs associated with a particular matrix A such that Av = lambda
So what is the general significance of eigenvectors?
An eigenvector is a vector for a matrix such that when multiplied by the matrix is only scaled linearly
What is the Hessian?
A matrix of all second order partial derivatives of a function that has multiple variables
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?
What does simultaneously-diagonalizable mean?
..
What is a diagonal matrix?
What does the matrix P serve as when performing matrix diagonalisation?
the change-of-basis matrix that takes you from the standard basis to the new basis.
What are the columns of the matrix P?
The eigenvectors of A
A 2x3 matrix represents a linear transformation from a _-dimensional space to a _-dimensional space.
3;2
What is a basis?
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
What is the data type of a basis
A set of vectors
What does a matrix represent?
A linear transformation between vector spaces
What data type do you use to represent nonlinear transformations between spaces?
Essentially functions