Linear Algebra Weeks 1-3

0.0(0)
Studied by 1 person
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:15 PM on 6/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

What is a field?

-a set K together with two functions (multiplication and addition)

-satisfies nine axioms

2
New cards

What are the four axioms for addition that define a field?

-a,b,cK,a+(b+c)=(a+b)+c\forall a,b,c\in K,a+\left(b+c\right)=\left(a+b\right)+c (associativity)

-a,bK,a+b=b+a\forall a,b\in K,a+b=b+a (commutativity)

-aK,a+0=a=0+a\forall a\in K,a+0=a=0+a

-aK,bK,a+b=0=b+a\forall a\in K,\exists b\in K,a+b=0=b+a

3
New cards

What are the four axioms for multiplication that define a field?

-a,b,cK,a(bc)=(ab)c\forall a,b,c\in K,a\left(bc\right)=\left(ab\right)c (associativity)

-a,bK,ab=ba\forall a,b\in K,ab=ba (commutativity)

-aK,1a=a=a1\forall a\in K,1a=a=a1

-aK{0},bK,ab=1=ba\forall a\in K\vert\{0\rbrace,\exists b\in K,ab=1=ba (no zero in K)

4
New cards

What is the final axioms that define a field?

a,b,cK,a(b+c)=ab+ac\forall a,b,c\in K,a\left(b+c\right)=ab+ac (distributivity)

5
New cards

What are examples of fields?

C,R,Q\mathbb{C},\mathbb{R},\mathbb{Q}

6
New cards

For a,bZa,b\in\mathbb{Z}, what does a is congruent to b modulo mean? (abmodna\equiv b\bmod n )

n(ab)(i.e.tZ,s.t.(ab)=tn)n\vert\left(a-b\right)\left(i.e.\exists t\in\mathbb{Z},s.t.\left(a-b\right)=tn\right)

7
New cards

What is the Division Theorem?

If nNaZ,n\in\mathbb{N}\land a\in\mathbb{Z},\exists a unique r{0,1,2,,n1},armodnr\in\left\lbrace0,1,2,\ldots,n-1\right\rbrace,a\equiv r\bmod n

8
New cards

Why do we say that Zp\mathbb{Z_{p}} is a field of characteristic p?

1+1+1+…+1 (p times) = 0

9
New cards

If A is a matrix, when do we say A is symmetric?

if AT=A

10
New cards

If A is a matrix, when do we say A is skew-symmetric?

if AT=-A

11
New cards

What does it mean if matrices A and B are row equivalent?

if matrix B can be obtained from matrix A by performing a sequence of elementary row operations

12
New cards

What is row echelon form (REF)?

  • any row of zeroes is at the bottom

  • in each non-zero row, the pivot is strictly to the left of the pivot in each of the rows below

13
New cards

What is reduced row echelon form (RREF)?

  • it is in REF

  • each pivot is 1

  • all entries above and below a pivot are 0

14
New cards

If A,BMn,m(K)A,B\in M_{n,m}\left(K\right), when are A and B row equivalent?

iff RREF(A) = RREF(B)

15
New cards

If AMn(K)A\in M_{n}\left(K\right) what 5 statements are equivalent?

  • A is invertible

  • The only solution to the matrix equation Ax_ = 0 is x_ = 0

  • RREF(A) = InI_{n}

  • A is row equivalent to InI_{n}

  • A can be written as a product of elementary matrices

16
New cards

If A is invertible, what can we say about the EROs which transform A into InI_{n}?

they will transform (AIn)\left(A\vert I_{n}\right) into (InA1)\left(I_{n}\vert A^{-1}\right)

17
New cards

When is a matrix L said to be lower triangular?

if L_{i,j}=0,\forall i<j

18
New cards

When is a matrix μ\mu said to be upper triangular?

if \mu_{i,j}=0,\forall i>j

19
New cards

When is A called an LU decomposition of A?

if A = LU where L is lower triangular and U is upper triangular

20
New cards

When do we say A = LU? (A = (Eρ11Eρt1)\left(E_{\rho1}^{-1}\ldots E_{\rho t}^{-1}\right)U)

if we can reduce A to a REF, U, using only row operations of the form:

  • riri+λrjr_{i}\rightarrow r_{i}+\lambda r_{j} for j<i,\lambda\ne0