1 Systems of Linear Equations Flashcards
In a system of equations when are all equations satisfied?
At the equilibrium
When does the substitution method become hard?
When there are more equations
When is a system of equations consistent?
When the system has atleast one solution
When is a system of equations inconsistent
When there are no solutions
How should you rearrange equations so Gaussian elimination can be used?
With all the unknowns on the left and parameters on the right
What is a matrix
A rectangular array of elements
Why does an m x n matrix look like?
M rows and N columns
What is a vector?
A matrix with only one row or one column
What notation is used for a transposed matrix
A’ or A ^t if A Is the original matrix
What does transposing a matrix do?
• if matrix A is m x n then matrix A’ is n x m
What is a square matrix
A matrix with the same number of rows and columns
What are symmetric matrices
A matrix where A=A’ this can only happen if the matrix is square
What do you do when multiplying by a scalar?
Multiply all elements by the scalar
When can matrices be added?
When they are the same size
When can matrices be subtracted?
When they are the same size
When can two matrices be multiplied?
When the number of columns of the first is equal to the number or rows of the second
If a matrix (m x n) and a matrix (n x k) are multiplied, what are the dimensions of the result
m x k
Does ABC=BAC if all letters are matrices
No
Does (AB)C=A(BC) if all letters are matrices?
Yes
Does A(B+C)= AB+AC if all letters are matrices?
Yes