The coefficient matrix of any linear system must be square matrix.
True or false with correct explanation
1
Expert's answer
2020-10-13T14:27:52-0400
It's false.
In general, a system with m linear and n unknowns can be written as
a11x1+a12x2+...+a1nxn=b1
a21x1+a22x2+...+a2nxn=b2
⋮
am1x1+am2x2+...+amnxn=bm
where x1,x2...xn are the unknowns and the numbers a11,a12,...amn are the coefficients of the system. So, the coefficient matrix is the mxn matrix with the coefficient aij as the (i,j)-th entry:
Comments