MA106 - Linear Algebra Flashcards
Define what is meant by a Matrix
An m × n matrix A over R is an m × n rectangular array of real numbers. The entry in row i and column j is often written aij. We write A = (aij) to make things clear.
Define Addition of Matrices
Let A = (aij ) and B = (bij ) be two m × n matrices over R. We define A+B to be the m×n matrix C = (cij ), where cij = aij +bij for all i, j.
Define Scalar Multiplication of Matrices
Let A = (aij) be an m × n matrix over R and let β ∈ R. We define the scalar multiple βA to be the m×n matrix C = (cij), where cij = βaij for all i,j.
Define Multiplication of Matrices
Let A = (aij ) be an l × m matrix over R and let B = (bij) be an m × n matrix over K. The product AB is an l × n matrix C = (cij) where, for 1 ≤ i ≤ l and 1 ≤ j ≤ n, cij =sum(k=1 to m) aikbkj =ai1b1j +ai2b2j +···+aimbmj.
Define what is meant by the Zero Matrix
The m × n zero matrix 0mn has all of its entries equal to 0.
Define the Identity Matrix
The n × n identity matrix In = (aij ) has aii = 1 for 1 ≤ i ≤ n, but aij =0wheni̸=j.
What are the Properties for a Matrix to be in Upper Echelon Form?
(i) All zero rows are below all non-zero rows.
(ii) Let r1,…,rs be the non-zero rows. Then each ri with 1 ≤ i ≤ s has 1 as its
first non-zero entry. In other words, ai,c(i) = 1 for all i ≤ s.
(iii) The first non-zero entry of each row is strictly to the right of the first non-zero
entry of the row above: that is, c(1) < c(2) < ··· < c(s).
What are the Properties for a Matrix to be in Row Reduced Form?
(i) All zero rows are below all non-zero rows.
(ii) Let r1,…,rs be the non-zero rows. Then each ri with 1 ≤ i ≤ s has 1 as its
first non-zero entry. In other words, ai,c(i) = 1 for all i ≤ s.
(iii) The first non-zero entry of each row is strictly to the right of the first non-zero
entry of the row above: that is, c(1) < c(2) < ··· < c(s).
(iv) If row i is non-zero, then all entries both above and below the first non-zero entry of row i are zero: ak,c(i) = 0 for all k ̸= i.
Define the types of Elementary Row Operations.
(R1) For some i ̸= j, add a multiple of rj to ri.
(R2) Interchange two rows.
(R3) Multiply a row by a non-zero scalar
Define what is meant by an Augmented Matrix.
For the system Ax = b of m equations in n unknowns.
If A is an m x n matrix, b=(bi1) The augmented matrix is the m x (n+1) matrix with
(ai1, ai2, …, ain | bi)
Define the types of Elementary Column Operations
(C1) For some i ̸= j, add a multiple of cj to ci.
(C2) Interchange two columns.
(C3) Multiply a column by a non-zero scalar.
What does a Matrix look like in Row and Column Reduced Form?
It is the Identity Is, surrounded by 0s from m-s to s or n-s to s
What is another term for Row and Column Reduced Form?
Smith Normal Form
Define what is meant by a Field.
A field is the data of a set S, two special elements 0 ̸= 1 ∈ S, and two maps S × S → S, called addition and multiplication, respectively satisfying certain axioms. We write α + β for the result of applying the addition map (α, β), and αβ for the result of applying the multiplication map to (α,β).
What are the Axioms for Addition?
A1. α+β=β+α Ɐ α,β∈S.
A2. (α+β)+γ=α+(β+γ) Ɐ α,β,γ∈S.
A3. ∃ 0∈S st. α+0=0+α=α Ɐ α∈S.
A4. Ɐ α ∈ S ∃ −α ∈ S s.t. α+(−α) = (−α)+α = 0.
What are the Axioms for Multiplication?
M1. α.β=β.α Ɐ α,β∈S.
M2. (α.β).γ = α.(β.γ) Ɐ α, β, γ ∈ S.
M3. ∃ 1∈S s.t. α.1=1.α=α Ɐ α∈S.
M4. Ɐ α ∈ S with α ̸= 0, ∃ α^−1 ∈ S s.t.
α.α^−1 = α^−1.α = 1.
What is the Axiom relating Addition & Multiplication?
D. (α+β).γ=α.γ+β.γ Ɐ α,β,γ∈S.
What are the Axioms for Addition, Multiplication and Division?
A1. α+β=β+α Ɐ α,β∈S.
A2. (α+β)+γ=α+(β+γ) Ɐ α,β,γ∈S.
A3. ∃ 0∈S st. α+0=0+α=α Ɐ α∈S.
A4. Ɐ α ∈ S ∃ −α ∈ S s.t. α+(−α) = (−α)+α = 0.
M1. α.β=β.α Ɐ α,β∈S.
M2. (α.β).γ = α.(β.γ) Ɐ α, β, γ ∈ S.
M3. ∃ 1∈S s.t. α.1=1.α=α Ɐ α∈S.
M4. Ɐ α ∈ S with α ̸= 0, ∃ α^−1 ∈ S s.t.
α.α^−1 = α^−1.α = 1.
D. (α+β).γ=α.γ+β.γ Ɐ α,β,γ∈S.
Define what is meant by a Vector Space
A vector space over a field K is a set V with 2 basic operations, Addition and Scalar Multiplication, satisfying certain requirements. Thus Ɐ u,v∈V, u+v∈V is defined ,and Ɐ α∈K, αv∈V is defined. For V to be called a vector space, the following axioms must be satisfied Ɐ α, β ∈ K and Ɐ u, v ∈ V:
(i) Vector addition satisfies axioms A1-4
(ii) α(u+v)=αu+αv;
(iii) (α+β)v=αv+βv;
(iv) (αβ)v = α(βv)
(v) 1v = v.
Define what is meant by a Linear combination
A linear combination of v1, v2, . . . , vn is a vector of the form:
α1v1 + α2v2 + · · · + αnvn
for α1, α2, . . . , αn ∈ K.