Two ways to solve
systems of linear algebraic equations [A]{x}={b}: Left- division
x = A\b Matrix inversion
x = inv(A)*b
Matrix inversion only works for square,
non-singular systems; it is
less efficient than left-division.
Solving graphically systems of linear equations
For small sets of simultaneous equations,
graphing them and
determining the location of the intersection of the straight line
representing each equation provides a solution.
Here the coefficient of
is called the co factor of A A cofactor is a
polynomial in the remaining rows of A and can be
described as the partial derivative of A. The cofactor polynomial
contains only entries from an (n-1)x (n-1) matrix
called a “minor”
obtained from A by eliminating row i and column j.
Determinants of several matrices
Determinants for 1x1, 2x2, 3x3 matrices are
Determinants for square matrices larger than 3 x 3 are more complicated.
If we permute two rows of the rectangular matrix A then the sign of
the determinant det(A) changes. The determinant of
the transpose of a matrix A is equal to the
determinant of the original matrix. If two rows of A are
identical then |A|=0