Definitions Flashcards
Matrix
For m,n>=1 an m x n matrix is a rectangular array with m rows and n columns
Row/column vector
A row vector is a 1 x n matrix. A column vector is an m x 1 matrix
Scalar (in terms of matrices)
The entries of a matrix are called a scalar. They come from a field, usually F
Addition and scalar multiplication of matrices
Addition: let A=(aij) and B=(bij) be m x n matrices. We define A+B=(cij) to have (i,j) entry cij=aij+bij We describe this addition as coordinatewise
Scalar multiplication: Let A=(aij) be an m x n matrix over F and p be in F. We define pA to be the m x n matrix with (i,j) entry paij
Commute (in terms of matrices)
AB=BA
Upper triangular matrix
If aij=0 whenever i>j
So the matrix only has elements in and above the diagonal
Lower triangular matrix
If aij=0 whenever i
Invertible (in terms of matrices)
If there exists B st.
AB=In=BA
Orthogonal matrix
AB=In=BA
Where B is the transpose of A
Unitary matrix
AB=In=BA
Where B is the transpose of the complex conjugate of A
Augmented matrix A|b
The m x n matrix A with the matrix b a joined as the (n+1)th column
Echelon form
1) Leading coeffs are 1
2) Leading entries of lower rows occur to the right of leading entries of higher rows
3) Zero rows, if any, appear below any non-zero rows
Determined and free variables
Let E|d be an augmented matrix where E is in echelon form. A variable Xi is determined if there exists a leading coeff in column i
Otherwise Xi is free
Reduced row echelon form
A matrix is in reduced row echelon form if it is in echelon form and if all columns containing the leading entry of a row has all other entries 0
Elementary matrix
For an ERO on an m x n matrix we define the corresponding elementary matrix to be the result of applying that ERO to Im
Vector space
A vector space of F is a non-empty set V together with a map
VxV->V given by (v,v’)|->v+v’ and a map
FxV->V given by (p,v)|->pv
That satisfy the vector space axioms
Vector space axioms
1) u+v=v+u (addition is commutative)
2) u+(v+w)=(u+v)+w (addition is associative)
3) there is 0v such that v+0v = v = 0v+v (existence of additive identity)
4) there is w such that v+w=0v (existence of additive inverse)
5) p(u+v)=pu+pv (distributivity of scalar multiplication over vector addition)
6) (p+q)v=pv+qv (distributivity of scalar multiplication of field addition)
7) (pq)v=p(qv) (scalar multiplication interacts well with field multiplication)
8) 1v=v (identity for scalar multiplication)
Subspace
A subspace of V is a non-empty subset of V that is closed under addition and scalar multiplication
Proper subspace
A subspace of V other than V
Linear combination
Take u1,u2,…,um in V
A linear combination of u1,…,um is a vector
a1u1+…+amum for some a1,…,am in F