Applied Linear algebra

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

1/32

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.

33 Terms

1
New cards

Row Operations

The 3 elementary row operations:

  1. Swap two rows.

  2. Multiply a row by a nonzero scalar (e.g., divide a row by 3).

  3. Add or subtract a multiple of one row to/from another.

2
New cards

Gaussian Elimination

3
New cards

Pivot Column

Pivot – first none zero in a row of matrix

4
New cards

Row enchelon form

5
New cards

Row reduced enchelon form

Basically the difference between this and other, is the leading entry 1 has to be the only none zero in its columnt.first none zero in each row has to be 1

6
New cards

Pivot position and pivot column (Has to be be in row encholen form)

7
New cards

Basic and free variables

Basic variable – if it corresponds to a pivot column

Free variable -  if does Not correspond to a pivot column

8
New cards

Consisent system

·         A consistent matrix is an augmented matrix that represents a system of equations with at least one solution.

SYSTEM WITH ROW OF ALL 0 IS INFINTE SOLUTONS

·         Unique no Free variables, no contradictions

9
New cards

Rank

The number of pivot columns (i.e., the number of leading 1s) in its row echelon form

10
New cards

Homogeneous Equations

where all constant are 0.

Homogeneous has at least one solution.

  • If rank <n, then there are infinite solutions.

  • If rank =n, then the only solution is the trivial one.

(n is the number of columns)

11
New cards

Trivial vs non trivial

Trivial if everything is 0.

Non trivial not 0.

Non trivial if there are any free variables

12
New cards

Linear Combinations and Basic Solutions

13
New cards

Matrix Addition

Has to be same size to add and minus

14
New cards

Scalar multiplication matrices

15
New cards

Vector Matrix Multiplication

16
New cards

Multiplying matrices

17
New cards

Transpose

18
New cards

Symmetric and skew symmetric

19
New cards

Identity matrix

20
New cards

Invertible matrix

Invertible matrices are basically matrices that have an inverse

21
New cards

Finding inverse of a matrix

A matrix with no inverse cannot get to this form

22
New cards

Solving linear system with matrices

Ax = B

(A^-1)Ax = (A^-1)B

x = (A^-1)B

23
New cards

Elementary matrices

24
New cards

Inverse of elementary matrices

·         Every elementary matrices is invertible

·         An elementary matrix represents a single row operation done to an identity matrix. Its inverse is simply the matrix that undoes that operation.

25
New cards

Triangular matrices

·         A triangular matrix is a square matrix (same number of rows and columns) where all entries on one side of the main diagonal are zero.

26
New cards

Determinant

single number calulated from a square matrix (2×2)(3×3)(….)

27
New cards

Matrix minros

·         Basically doing the determinate at that point we are looking at for minors

28
New cards

Cofactors

29
New cards

Determinant cofactor expansion

(can choose a row or column)

30
New cards

Determinant triangular matrix

31
New cards

Properties of determinants

32
New cards

Determinant usign row operations

·         Make matrix into a triangular matrix

33
New cards

Determinant cursory inspection

·         Cursory inspection means evaluating a determinant quickly by observing special patterns or propertieswithout full cofactor expansion or row reduction.

·         It saves time, especially on multiple choice tests or when recognizing zero determinants.