In that situation, you would use a 3x3 matrix for the coefficients (matA) and a 3x1 matrix for the constants (matB).
@PraviPeroMartic9 ай бұрын
Can you even do 4x3?
@alanwarren80539 ай бұрын
No because this method relies on using the inverse matrix and it is not possible to find the inverse of a matrix with an unequal number of rows and columns. For a system of 4 linear equations with 3 unknowns, you could use matrix mode to solve 3 of the equations then check that the values satisfy the remaining equation. If they do not, then the system is inconsistent.