Linear algebra

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

1/28

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.

29 Terms

1
New cards

Consistent

A system with at least one solution

2
New cards

Inconsistent

A system with no solution

3
New cards

Augmented Matrix

A matrix representing a system, including the constants column

4
New cards

Pivot Position

A position in a matrix that corresponds to a leading 1 in RREF

5
New cards

Free Variable

A variable not associated with a pivot column

6
New cards

RREF (Reduced Row Echelon Form)

A matrix where each pivot is 1, above and below each pivot is 0, and pivots move rightward

7
New cards

Matrix Multiplication

Combine rows of the first matrix with columns of the second

8
New cards

Identity Matrix

A square matrix with 1s on the diagonal, AI=IA=A

9
New cards

Transpose

Flip rows and columns

10
New cards

Symmetric Matrix

A=A^T

11
New cards

Skew-Symmetric Matrix

A^T=−A

12
New cards

Inverse Matrix

Satisfies AA−1=A−1A=IAA^{-1} = A^{-1}A = I

13
New cards

Determinant

A scalar value that determines invertibility and volume scaling

14
New cards

Determinant

det(A) = 0 → matrix is singular (not invertible)

15
New cards

Determinant properties

  • Row swap → changes sign

  • Scaling a row → scales determinant

  • Triangular matrix → product of diagonal entries

16
New cards

Span

Set of all linear combinations of given vectors

17
New cards

Linearly Independent

No vector in the set is a combination of the others

18
New cards

Linearly Dependent

At least one vector is a combination of others

19
New cards

Subspace

  • A subset of Rn that:

    1. Contains the zero vector

    2. Is closed under vector addition

    3. Is closed under scalar multiplication

20
New cards

Basis

A linearly independent set that spans the space

21
New cards

Dimension

Number of vectors in a basis for a space

22
New cards

Rank

Number of pivot columns (dimension of column space)

23
New cards

Nullity

Number of free variables (dimension of null space)

24
New cards

Column Space (Im A)

The span of the columns

25
New cards

Null Space (Ker A)

The set of solutions to Ax=0

26
New cards

Linear Transformation

  • A function T:Rn→RmT: is linear if:

  • T(u+v)=T(u)+T(v)

  • T(cu)=cT(u)

27
New cards

Kernel

Set of vectors mapped to 0

28
New cards

Image

Output vectors (column space of the matrix)

29
New cards

Diagonalization

A matrix A is diagonalizable if there are enough linearly independent eigenvectors to form a basis