VLGA definitions term 1 Flashcards
Set
A collection of things
order
how many elements a set has (do not count repeated elements twice)
cartesian product
the collection of ordered pairs obtained by the product of two non empty sets
difference (of A and B)
those elements which are in A but not in B
commutative
order of operations doesn’t matter
Associative
placement of brackets doesn’t matter
distributive
expansion of brackets
complement of A
All the elements in the universal set which are not in A
mathematical induction
if P(n) is a statement involving n∈ℕ (i) P(1) is true (ii) for each k∈ℕ, we have P(k) is true => P(k+1) is true Then P(n) is true for all n∈ℕ
linear equation
an equation that has no products of unknowns and no powers.
e.g. ax+by=c
solution to linear equations
the system has a solution whenever the values simultaneously satisfy all the equations
homogeneous
The constants in the system of equations are all equal to zero. There is a trivial solution that x₁, x₂, x₃, xₙ are equal to 0.
non homogeneous
The constants in the simultaneous equations are equal to anything
matrices are equal
if
(i) both have the same dimension mxn
(ii) aᵢⱼ = bᵢⱼ for all i,j
matrix
array of numbers
matrix order
mxn where m is the number of rows and n is the number of columns`
sub-matrix
a part of a bigger matrix
zero matrix
a matrix where all the elements are equal to zero
diagonal matrix
An nxn matrix is diagonal when:
aᵢⱼ = 0 for i!=j
identity matrix
A diagonal matrix where the the diagonal is all 1s