1/19
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What is a field?
-a set K together with two functions (multiplication and addition)
-satisfies nine axioms
What are the four axioms for addition that define a field?
-∀a,b,c∈K,a+(b+c)=(a+b)+c (associativity)
-∀a,b∈K,a+b=b+a (commutativity)
-∀a∈K,a+0=a=0+a
-∀a∈K,∃b∈K,a+b=0=b+a
What are the four axioms for multiplication that define a field?
-∀a,b,c∈K,a(bc)=(ab)c (associativity)
-∀a,b∈K,ab=ba (commutativity)
-∀a∈K,1a=a=a1
-∀a∈K∣{0},∃b∈K,ab=1=ba (no zero in K)
What is the final axioms that define a field?
∀a,b,c∈K,a(b+c)=ab+ac (distributivity)
What are examples of fields?
C,R,Q
For a,b∈Z, what does a is congruent to b modulo mean? (a≡bmodn )
n∣(a−b)(i.e.∃t∈Z,s.t.(a−b)=tn)
What is the Division Theorem?
If n∈N∧a∈Z,∃ a unique r∈{0,1,2,…,n−1},a≡rmodn
Why do we say that Zp is a field of characteristic p?
1+1+1+…+1 (p times) = 0
If A is a matrix, when do we say A is symmetric?
if AT=A
If A is a matrix, when do we say A is skew-symmetric?
if AT=-A
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
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
What is reduced row echelon form (RREF)?
it is in REF
each pivot is 1
all entries above and below a pivot are 0
If A,B∈Mn,m(K), when are A and B row equivalent?
iff RREF(A) = RREF(B)
If A∈Mn(K) what 5 statements are equivalent?
A is invertible
The only solution to the matrix equation Ax_ = 0 is x_ = 0
RREF(A) = In
A is row equivalent to In
A can be written as a product of elementary matrices
If A is invertible, what can we say about the EROs which transform A into In?
they will transform (A∣In) into (In∣A−1)
When is a matrix L said to be lower triangular?
if L_{i,j}=0,\forall i<j
When is a matrix μ said to be upper triangular?
if \mu_{i,j}=0,\forall i>j
When is A called an LU decomposition of A?
if A = LU where L is lower triangular and U is upper triangular
When do we say A = LU? (A = (Eρ1−1…Eρt−1)U)
if we can reduce A to a REF, U, using only row operations of the form:
ri→ri+λrj for j<i,\lambda\ne0