Midterm Flashcards
Consistant
Has more than 0 solutions
Uniqueness
Has 1 solution
Define m and n for Amxn
m is rows, n is columns
True or false. Each matrix has a unique RREF. As such, two matrices cannot be wrote equivalent to the same RREF
False. A given matrix in RREF can be equivalent to an infinite amount of matrices, whilst any given matrix can only have one RREF
True or false. An RREF is an REF.
True. The rules for an RREF satisfy all conditions for an REF
Basic Variables
Variables which are not free
True or false. Rough reduction to the REF is enough to determine if a solution exists and is unique.
True, although you may not know the exact solution.
True or false. The span of any set of vectors is at least a line.
Fase. Consider the case of a set that contains only the zero vector.
What is the name of the equation Ax= b
The matrix equation
What type of matrix is A in the matrix equation Ax =b
Coefficient matrix
Identify the vectors in the homogenous equation Ax=0
X and the 0 vector
T or F. For any given matrix A, the homogeneous equation has 1 solution.
False, for any given matrix A the homogeneous equation has at least one solution (the trivial solution)
What is the geometric interpretation of the following parametric vector equations?
X=tv
X=su+tv
Line, plane
The solution set for Ax=0 is a line. What can we say about the solution set for Ax=b
It is either a line or nonexistent
Write the following solution set in parametric vector form and determine its geometric interpretation.
X1= 3+4x3
X2=5+7x3
X3 is free
[3;5;0]=x3 [4,7,1]
T or F. A set of three vectors in R3 may or may not be linearly dependent and spans at minimum a line
False. They may all be the zero vector
If Ax =0 has the trivial solution what is the relation of the columns of A?
We cannot say because Ax=0 always has the trivial solution
True or False. The range and codomain of a transformation are interchangeable terms that mean the same thing
False. The codomain is the space of the transformations of the columns of A. It is possible that the range is the whole codomain, however it is not necessarily true in all scenarios
In the transformation given by Ax=b the equation is consistent, identify wether the columns of A and the vectors x and b exist in the range codomain and domain respectively.
The columns of A exist in the range (within the codomain), the vector x exists in the domain and the vector b exists in the range (within the codomain)
What is the name of a matrix that represents a linear transformation T?
The standard matrix
T or F A transformation of Rn to Rm is said to be one to one if each b in Rn has only one solution
False. Each b in Rm can have a max of one solution, it can have no solutions
T or F. A transformation from Rn to Rm is said to be onto if the range is the codomain
True
Identify with which fundamental questions of linear algebra the term onto and one to one correspond with respectively
Onto->existence, one to one->uniqueness
T(e1) = (1,3,6), T(e2) = (2,8,0) Find the standard matrix domain and codomain of the transformation, and give the geometric description of the range
Standard matrix A =[1 2; 3 8; 6 0] domain is R2 and codomain is R3 the range is a plane in R3
The transformation T of R2 -> R2 first reflects points through the horizontal x axis then reflects points through the origin. What is the standard matrix of the transformation?
A = [-1 0; 01]
Rotate the vector [2;3] 90 degrees ccw and reflect through the horizontal x axis.
[-3;-2]
List the diagonal entries if matrix A [123;456;789]
1,5,9
True of False Aand B commute. This the addition A+B is defined
Fase. Consider the case where A is 3x4 and B is 4x3
True or False. The matrix multiplication A(At) is always defined
True. If A is mxn, At is nxm
True or False. Given a matrix A, At is always defined
True