Final Definitions Flashcards

1
Q

Linearly Dependent Set

A

A set of vectors is called linearly dependent if one of the vectors is a linear combination of the other vectors. Otherwise the set of vectors is called linearly independent.

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

Linear Transformation

A

A function T: Rn→Rm
that satisfies the following properties:

T(x+y)=T(x)+T(y)
T(ax)=aT(x)

T is a linear transformation if and only if T(x) = Ax

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

Matrix Inverse

A

An nxn matrix is called invertible if there exists a matrix B, such that AB= I. And I is an nxn identity matrix. B is called the inverse of A and denoted as A^-1.

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

Basis

A

A set of linearly independent vectors in Rn that span Rn.

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

Subspace

A

vector space within another vector space.

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

Basis for subspace

A

A set of linearly independent vectors in S, and that span the subspace S.

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

Dimension

A

The number of vectors in any basis of H, that span H and are linearly independent.

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

Null space

A

The set of all solutions to Ax=0.

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

Rank

A

The number of pivot columns of the matrix A.

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

Column Space

A

The set of all liner combinations to the columns of A.

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

Eigenvectors/eigenvalues

A

Eigenvalue (λ) is a value such that Av= λv, and v is a non-zero vector called the eigenvector.

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

Diagonalizable matrix

A

Matrix A is diagonalizable if there exists a diagonal matrix D and an invertible matrix P such that A=PDP-1

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

Similar matrices

A

Matrix A is similar to matrix M if there exists an invertible matrix P, such that A= PMP-1.

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

Orthogonality

A

Vectors (u and v) are orthogonal to each other if its dot product =0.

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

Orthogonal Complement

A

The set of vectors that is orthogonal to every vector of the subspace W in Rp.

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

Orthonormal set

A

A set of orthogonal vectors that are unit length.

17
Q

Orthogonal matrix

A

A square matrix, Q, such that the columns form an orthonormal basis for Rm

18
Q

Orthogonal diagonalizable matrix

A

If there is an orthonormal basis for Rn consisting of e-vectors of the matrix A, then A is orthogonally diagonalizable. A = QDQT, where Q is an orthogonal matrix.