Linear Algebra Final Exam terms

0.0(0)
studied byStudied by 2 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/36

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

37 Terms

1
New cards

Transpose of a matrix

an nxm matrix A^T whose columns are the corresponding rows of the mxn matrix A.

2
New cards

Inverse of a matrix

an nxn matrix A^-1 such that AA^-1 = A^-1A = In.

3
New cards

Elementary Matrix

A matrix which differs from the identity matrix by a single elementary row operation.

4
New cards

Linear Transformation

A function that maps vectors in one vector space to another while preserving vector addition and scalar multiplication.

5
New cards

Eigenvalue of a matrix

there is a nontrivial solution x of Ax = λx; such an x is called an eigenvector corresponding to λ.

6
New cards

Eigenvector of a matrix

is a nonzero vector x such that Ax=λx for some scalar λ.

7
New cards

Eigenspace of a matrix

the set of all solutions of Ax = λx, where λ is an eigenvalue of A.

8
New cards

Characteristic Polynomial

det(A-λI)

9
New cards

Column Space of a matrix

is the set Col A of all linear combinations of the columns of A.

10
New cards

Null space of a matrix

is the set Nul A of all solutions of the homogeneous equation Ax=0.

11
New cards

Subspace

any set H in R^n that has 3 properties: 1) the zero vector is in H. 2) For each u and v in H, the sum u+v is in H. 3) For each u in H and each scalar c, the vector cu is in H.

12
New cards

Basis of a subspace

is a linearly independent set in H that spans H.

13
New cards

Dimension of a vector space

denoted by dim H, is the number of vectors in any basis for H.

14
New cards

Rank of a matrix

denoted by rank A, is the dimension of the column space of A.

15
New cards

Nullity of a matrix

is the dimension of the null space of A.

16
New cards

Diagonalizable matrix

a matrix that can be written in factored form as PDP^-1, where D is a diagonal matrix and P is an invertible matrix.

17
New cards

Norm of a vector

The scalar ||v|| = sqrt (v*v) = sqrt(v,v).

18
New cards

Distance between 2 vectors (dist (u,v))

the length of the vector u-v

19
New cards

orthogonal vectors

if u *v = 0.

20
New cards

orthogonal complement of a subspace

the set W^⊥ of all vectors orthogonal to W.

21
New cards

orthogonal basis

is a basis for W that is also an orthogonal set.

22
New cards

orthonormal basis

a basis that is an orthogonal set of unit vectors.

23
New cards

symmetric matrix

a matrix A such that A^T = A.

24
New cards

orthogonal matrix

a square invertible matrix U such that U^-1 = U^T.

25
New cards

orthogonally diagonalizable matrix

if there are an orthogonal matrix P (with P^-1 = P^T) and a diagonal matrix D such that A = PDP^T = PDP^-1.

26
New cards

spectral decomposition of a symmetric matrix

it breaks up A into pieces determined by the eigenvalues of A.

A = λ1 u1 u1^T + λ2 u2 u2^T + … + λn un un^T.

27
New cards

colinear vectors

if they lie on the same line or parallel lines.

28
New cards

linear combination of a set of vectors

the vector y is defined by

y = c1 v1 + … + cp vp.

29
New cards

linear independence of a set of vectors

if the vector equation has only the trivial solution

x1 v1 +…+ xp vp = 0.

30
New cards

range of a linear transformation

the set of all vectors of the form T(x) for some x in the domain of T.

31
New cards

standard matrix of a linear transformation

the matrix A such that T(x) = Ax for all x in the domain of T.

32
New cards

onto linear transformation

if each b in R^m is the image of at least one x in R^n.

33
New cards

one-to-one linear transformation

if each b in R^m is the image of at most one x in R^n.

34
New cards

span of a set of vectors

the set of all linear combinations of v1, …, vp.

35
New cards

domain

the set of all vectors x for which T(x) is defined.

36
New cards

codomain

the set R^m that contains the range of T.

37
New cards

linear dependence of a set of vectors

if there exists weights c1, …, cp not all zero, that is, the vector equation has the nontrivial solution.