Linear algebra Flashcards
True of false
If a linear system has n variables and m equations,
then the augmented matrix has n rows.
false) rows depends on how many equations
A consistent linear system must have infinitely
many solutions.
False) the system x+y =0, x-y=0 is consistent but x=0= y is the only solution
If a row operation is done to a consistent linear system, the resulting system must be consistent
True) the result system will have at least one solution therefore will be consistent
If a series of row operations on a linear system results in an inconsistent system, the original system is inconsistent.
True) if og system is consistent the final system would be as well, same set solutions
If there is more than one solution, A has a row of zeros
True)
If A has a row of zeros, there is more than one
solution.
False) A=[1 0 |1]
[0 1 | 1]
[0 0 | 0]
If there is no solution, the reduced row-echelon form of C has a row of zeros
If the row-echelon form of C has a row of zeros, there is no solution
False) A= [ 1 0 | 1]
[ 0 1 | 1]
[ 0 0 | 0]
There is no system that is inconsistent for every choice of constants.
If the system is consistent for some choice of constants, it is consistent for every choice of constants
False) the system 2x - y = 0, -4x + 2y = 0 is consistent, but the system 2x - y =1, -4x + 2y=1 is not consistent