Linear algebra

studied byStudied by 10 people
5.0(1)
Get a hint
Hint

What is a Consistent system

1 / 42

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

43 Terms

1

What is a Consistent system

a system with at least one solution

New cards
2

What is a inconsistent system

system with no solution

New cards
3

What does a unique solution look like graphically?

lines intersect

New cards
4

What does a infinite solution look like graphically?

lines are stacked or the same

New cards
5

What does no solution look like graphically?

lines are parallel

New cards
6

What is row echelon form?

1. In triangular form
2. If there are rows whose entries are all 0, they are below the rows having nonzero entries

New cards
7

What is Reduced Row echelon form?

1. In row echelon form
2. The first nonzero entry in each row is the only nonzero entry in its column

New cards
8

Guass - Jordan Elimination

Using row elementary operations to solve the system to reduced row echelon form

New cards
9

Scalar

the entries of a matrix, or real numbers.

New cards
10

Transpose

switch rows with columns and columns with rows

New cards
11

Symmetric

if transpose is the same as original matrix
A^T = A

New cards
12

Skew symmetric

A^T = -A

New cards
13

Linear system

Ax=b where A is an m x n matrix, x is an unknown vector in R^n (R is all real numbers), and b is in R^m. We consider first the case of one equation in several unknowns.

New cards
14

Consistency theorem

A linear system Ax=b is consistent if and only if b can be written as a linear combination of the column vectors of A.

New cards
15

How do you find the inverse of a matrix?

A^-1 = (adj A) / (det A)
- where A is a square matrix
- det(A) does not = 0

New cards
16

determinant of 2x2 matrix

det(A) = ad - bc

New cards
17

determinant of 3x3 matrix

a(ei - fh) - b(di - fg) + c(dh - eg)

New cards
18

adjoint matrix - adj(A)

the transpose of the cofactor matrix

New cards
19

Singular matrix

A singular matrix is a square matrix with no inverse. It's determinant is zero.

New cards
20

Nonsingular matrix

a matrix that is invertible and determinant is not 0

New cards
21

Transpose Property: (A^T)T = ?

A

New cards
22

Transpose Property: (A+B)T = ?

AT + BT

New cards
23

Transpose Property: (cA)T = ?

cAT

New cards
24

Transpose Property: (AB)T = ?

BT * AT

New cards
25

Transpose Property: det(AT)

det(A)

New cards
26

Transpose Property: (AT)-1 = ?

(A-1)T

New cards
27

Inverse property: (A-1)-1 = ?

A

New cards
28

Inverse Property: (AB)-1 = ?

B-1A-1

New cards
29

Inverse Property: (ABC)-1 = ?

C-1B-1A-1

New cards
30

Inverse Property: (kA)-1 = ?

(1/k)A-1

New cards
31

When does AB = In ?

when A and B are inverses of each other

New cards
32

Determinant Properties: If In is the identity of order n x n, then det(I) = ?

1

New cards
33

If the matrix MT is the transpose of matrix M< then det(MT) = ?

det(M)

New cards
34

if Matrix M-1 is the inverse of matrix M, then det(M-1) = det(M)-1 = ?

1/det(M)

New cards
35

if two square matrices M and N have the same size, then det(MN) = ?

det(M)det(N)

New cards
36

If matrix M has a size a x a and C is a constant, then det(CM) =?

Cadet(M)

New cards
37

How do you solve inverse of 2×2 Matrix A?

adj A/ det|A| where adjA =
|d -b|
|-c a|

New cards
38

How do you solve inverse of 3×3 Matrix A?

Adjoin matrix A with a Identity matrix on the right and use elementary row operations until the A becomes I.

New cards
39

How do you find all 3×3 matrices X given A and B in AX = B?

  1. AX=B

  2. A-1AX = A-1B

  3. IX = A-1B

  4. X = A-1B

New cards
40

Nilpotent matrix

Matrix multiplied to itself is a null matrix or 0

New cards
41

Cramer’s Rule

Swap answer column with first column in matrix A to get x, swap answer column with next column in A to get y and so on.
x = det(Ax)/ det(A)
y = det(Ay)/ det(A)

New cards
42

How do you solve LU Factorization?

Identity matrix to the left of the augmented matrix, use row operations until left side is a lower triangle and the identity matrix has become an upper triangle.

New cards
43

How do you solve for all solutions to Ax=b given using LU factorization?

Solve Ly = b by back substitution to get y then solve Ux = y with back substitution to get x values.

New cards

Explore top notes

note Note
studied byStudied by 28 people
... ago
5.0(1)
note Note
studied byStudied by 5 people
... ago
5.0(1)
note Note
studied byStudied by 166 people
... ago
5.0(1)
note Note
studied byStudied by 13 people
... ago
5.0(1)
note Note
studied byStudied by 1 person
... ago
5.0(1)
note Note
studied byStudied by 25 people
... ago
5.0(1)
note Note
studied byStudied by 33 people
... ago
5.0(1)

Explore top flashcards

flashcards Flashcard (51)
studied byStudied by 12 people
... ago
5.0(1)
flashcards Flashcard (30)
studied byStudied by 13 people
... ago
5.0(3)
flashcards Flashcard (21)
studied byStudied by 545 people
... ago
4.9(16)
flashcards Flashcard (36)
studied byStudied by 17 people
... ago
5.0(1)
flashcards Flashcard (20)
studied byStudied by 43 people
... ago
5.0(2)
flashcards Flashcard (139)
studied byStudied by 52 people
... ago
5.0(2)
flashcards Flashcard (145)
studied byStudied by 15 people
... ago
5.0(1)
flashcards Flashcard (41)
studied byStudied by 1 person
... ago
5.0(1)
robot