Matrix Coefficient
A coefficient matrix is a matrix formed by the coefficients of the variables in a system of linear equations, excluding the constant terms.
- Definition: A coefficient matrix is a matrix that contains the coefficients of the variables in a system of linear equations.
- Example: Consider the system of equations:
- 2x + 3y = 7
- x - y = 1
The coefficient matrix would be:
[ 2 3 ]
[ 1 -1 ]