Defenitions Flashcards
Define leading variable.
The variables corresponding to columns containing leading 1’s.
Define free variable.
A variable whose column in RREF does not contain a leading 1.
Define R^2 vector.
A vector of length 2.
R^2 := {(x, y) : x , y elements of R}
Define R^n vector.
A vector of length n.
R^n := {(x1….xn) : xi elements of R}
Define the length or the modulus of a vector (x y) in R^2.
|(x y)| := sqrt(x^2 + y^2)
Define the length or the modulus of a vector x elements of R^n.
|x| := sqrt(x1 ^2 + … + xn ^2)
where x = (x1 … xn)
Define the scalar product or dot product of two vectors x and y.
<x, y> := x1y1 + … + xnyn
where x = (x1 .. xn) and y = (y1 … yn)
Define a matrix.
An m x n real matrix is an array of mn real numbers positioned in m rows and n columns.
Define matrices of the same size.
Two matrices are said to have the same size or dimension if they have the same number of rows and the same number of columns, that is if they are both m x n matrices for some positive integers m and n.
Define the transpose of A.
Let A = (a i j), m x n matrix. A^T is the n x m matrix A^T := a j i
Define symmetric matrix.
A n x n matrix A is called symmetric if A = A^T
Define a square matrix.
A matrix is called square if its size is n x n for some positive integer n. The set of n x n matrices with real entries is denoted Mn(R).
Define the identity matrix.
The n x n identity matrix In is the matrix that has on the diagonal the entries 1 and 0 elsewhere.
Define the minor of A.
For each (i, j) entry of a n x n square matrix A, we define the minor Mij of A to be the determinant of the (n - 1) x (n - 1) submatrix of A found by deleting the ith row and jth column of A.
Define the matrix of minors.
The matrix of minors of an n x n matrix A is the n x n matrix M whose (i, j) entry is the (i, j) minor of A.