Matrices
Transformations
Decompositions
Special Matrices
Linear Transformations
100

This operation flips a matrix over its main diagonal.

What is the transpose?

100

This method solves linear systems by eliminating variables using row operations.

What is Gaussian elimination?

100

A scalar λλ such that Av=λvAv=λv for some nonzero vv.

What is an eigenvalue?

100

This type of matrix has all zeros below the main diagonal.

What is an upper triangular matrix?

100

A linear transformation from a vector space to itself is called this.

What is an endomorphism (or linear operator)?

200

A matrix with this property satisfies AT=AAT=A.

What is symmetric?

200

A system with no solutions is called this.

What is an inconsistent system?

200

A matrix is diagonalizable if it has enough of these.

What are linearly independent eigenvectors?

200

A matrix whose determinant is zero is called this.

What is singular (or non-invertible)?

200

The matrix representation of this transformation scales every vector by a constant.

What is a scaling matrix (or homothety)?

300

This matrix, when multiplied by the original, gives the identity matrix.

What is the inverse matrix?

300

The number of pivots in a matrix’s row echelon form determines this.

What is the rank?

300

This decomposition writes A=PDP−1A=PDP−1, where DD is diagonal.

What is eigendecomposition?

300

This matrix has ones on the main diagonal and zeros elsewhere.

What is the identity matrix?

300

This property means a transformation preserves vector addition and scalar multiplication.

What is linearity?

400

The determinant of this special matrix is always 1, and its inverse is its transpose.

What is an orthogonal matrix?

400

A transformation TT is linear if it satisfies these two properties.

What are additivity (T(u+v)=T(u)+T(v)T(u+v)=T(u)+T(v)) and homogeneity (T(cu)=cT(u)T(cu)=cT(u))?

400

For a symmetric matrix, these special eigenvectors are always orthogonal.

What are eigenvectors of a symmetric matrix?

400

A matrix is called this if AT=−AAT=−A.

What is skew-symmetric?

400

A transformation that preserves lengths and angles is called this.

What is an orthogonal transformation?

500

his decomposition writes a matrix as A=LUA=LU, where LL is lower triangular and UU is upper triangular.

What is LU decomposition?

500

This theorem states that for any matrix AA, rank(A)+nullity(A)=number of columnsrank(A)+nullity(A)=number of columns.

What is the Rank-Nullity Theorem?

500

This factorization, used in data science, breaks any matrix into UΣVTUΣVT.

What is Singular Value Decomposition (SVD)?

500

For a Markov matrix, all entries are non-negative, and columns sum to this number.

In Markov matrix, What is 1?

500

The determinant of a transformation matrix tells us this about its geometric effect.

What is the scaling factor of area/volume?