Chapter 1 Flashcards

(41 cards)

1
Q

System of Linear equations

A

One or more linear equations involving the same variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Solution to a system of linear equations in x1, x2, … , xn

A

A list of real (or complex) numbers (s1, s2, …, sn) that satisfies every equation in the system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Solution set

A

The set of all possible solutions to a system of linear equations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Equivalent systems

A

Two systems that have the same solution set

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Consistent system

A

One that has a solution (a system is inconsistent if no solution exists)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What operations do not change the solution set of a linear system?

A

1: interchanging two equations
2: multiplying an equation by a nonzero constant
3: replacing one equation with the sum of itself and a multiple of another equation in the system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How many solutions can a system of linear equations have?

A

1: no solution (inconsistent)
2: exactly one solution
3: infinitely many solutions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does the notation: m x n matrix , denote?

A

A rectangular array of numbers with m rows and n columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the elementary row operations?

A

1: interchange- interchange two rows
2: scaling - multiply a row by a nonzero constant
3: replacement- replace one row with the sum of itself and a multiple of another row

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

When are two matrices Row equivalent?

A

Two matrices are Row equivalent if there is a series of elementary row operations that transforms one into the other.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Leading entry

A

The leftmost nonzero entry in the row of a matrix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A matrix is in row echelon form if:

A

1 rows of all zeros are at the bottom
2 each leading entry is in a column to the right of the leading entry in the row above it
3 all columns entries below a leading entry are zero

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A matrix is in reduced row echelon form if:

A

The matrix is in row echelon form AND

1: the leading entry in each row is a 1
2: each leading 1 is the only nonzero entry in its column

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How many reduced row echelon forms is a matrix Row equivalent to?

A

One and only one

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Pivot position

A

A position of a leading entry in a matrix in a row echelon form

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Pivot column

A

Column containing a pivot position

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Pivot

A

A nonzero entry in a pivot position

18
Q

How is the Gaussian elimination algorithm performed?

A

1: start with the leftmost nonzero column- a pivot column
2: select a nonzero entry in the pivot column to be the pivot. If necessary, interchange rows to move the pivot to the top of the pivot column (into the pivot position)
3: use replacement to create zeros in all position below the pivot
4: cover the row containing the pivot and all rows above it. Apply steps 1-3 to the remaining submatrix. Repeat until the matrix is in RE form
5: beginning with the rightmost pivot and moving up and left, use row replacement to create zeros above each pivot and scale each pivot to 1

19
Q

Associated systems

A

System of linear equations represented by an augmented matrix

20
Q

Basic variable

A

Correspond to pivot columns

21
Q

Free variables

A

Correspond to columns without a pivot

22
Q

General solution to a linear system (parametric form)

A

Expresses basic variables in terms of the free variables (which act as parameters)

23
Q

What is the existence and uniqueness theorem

A

A linear system is consistent if and only if the rightmost column of the augmented matrix is not a pivot column- that is, if and only if an Row echelon form has no row of the form [00…0b], with b nonzero. If the system is consistent, then the solution set contains either

i: a unique solution, when there are no free variables, or
ii: infinitely many solution, where there is a least one free variable

24
Q

What are valid operations to perform on a vector?

A
Vector addition-(u+v computed component-wise)
Scalar multiplication (ku component-wise scaling for k is a real number)
25
Linear combination
The vector u is a linear combination of v1, ..., vn if there are scalars c1,...,cp such that u= c1v1+...+cpvp
26
What is span?
The subset of R^n spanned by v1,...,va, denoted Span{v1,...,vp}, is the set of all linear combinations of v1,...,vp. That is, Span{v1,..., vp}= { c1v1 + ... + cpvp | c1, ... , cp are real numbers)
27
Let A be an m x n matrix with columns a1, a2, ..., an and let x be an element of R^n. THen the matrix-vector product Ax is:
Ax = x1a1 + x2a2 + ... + xnan, | the linear combination of the n columns of A using the n entries of x as weights
28
Theorem 1.4
Let A be an m x n matrix. The following are equivalent: i) for each b in R^m, the equation Ax = b has a solution. ii) each b in R^m in a linear combination of the coumns of A iii) the columns of A span R^m iv) A has a pivot in every row
29
Homogeneous system
System of linear equations that can be written as: | Ax = the zero vector
30
How are the solution sets for the system Ax = b and the associated homogeneous system Ax = zero vector related?
All solutions to the system Ax = b have the form x = p + su1 + tu2, where 1: p is a specific solution to the system Ax = b 2: any vector of the form su1 + tu2 is a solution for the homogeneous system Ax=0
31
What are the properties of the Matrix-Vector product? (Theorem 5)
If A is an m x n matrix, with vectors u and v elements of R^n, and a scalar c is a real number, then a) A(u+v) = Au + Av ; and b) A(cu) = cA(u)
32
Theorem 6
Suppose the equation Ax =b is consistent for a given b, and let p be a solution. Then the solution set of Ax = b is the set of all vectors of the form w = p + vh where vh is any solution to the homogeneous equation Ax =0
33
Linear independence
A set of vectors {v1, ... , vp} in R^n is called linearly independent if the equation x1v1 + x2v2 + ... + xpvp = 0 has only the trivial solution. THe set is linearly dependent otherwise, i.e. if there are weights c1, ... , cp, not all zero, such that c1v1 + c2v2 + cpvp = 0
34
What is the characterization of linear dependence? (Theorem 7)
A set of vectors {v1, ... , vp} with p>1, is linearly dependent if and only if at least one of the vectors in the set is a linear combination of the others
35
What is a transformation?
A transformation (or function or mapping) T from R^n to R^m is a rule that assigns to each vector in R^n one and only one vector T(x) in R^m
36
When is a transformation said to be onto?
A transformation T: R^n -> R^m is said to be onto R^m (surjective) if each b in R^m is the image of at least one x in R^n.
37
When is a transformation said to be one-to-one?
A transformation T: R^n -> R^m is said to be one-to-one (injective) if each b in R^m is the image of at most one x in R^n.
38
When is a transformation said to be linear?
A transformation T is linear if, for all vectors u and v in the domain and all scalars k, i) T(u+v) = T(u) + T(v) , and ii) T(ku) =kT(u) (We say that T preserves vector addition and scalar multiplication)
39
What are the properties of a linear transformation?
If T is a linear transformation, then i) T(0) = 0 ii) T(cu + dv) = cT(u) + dT(v) for all vectors u and v in the domain and scalars c and d (Linear transformations preserve the zero vector and all linear combinations)
40
Theorem 1.10
Let T: R^n -> R^m be a linear transformation. Then there exists a unique matrix A such that T(x) = Ax for all x in R^n. In fact, A is the m x n matrix [T(e1) T(e2) ... T(en)], where ej is the jth column of the n x n identity matrix (Every linear transformation is a matrix transformation. Also, the columns of the matrix are the images of the unit vectors)
41
Theorem 1.12
Let T : R^n -> R^m be a linear transformation and let A be the standard matrix for T. Then, a) T maps R^n onto R^m if and only if the columns of A span R6m b) T is one-to-one if and only if the coumns of A are linearly independent