If you like i can teach you but for this way its difficult, mi email is [email protected] if you write me i send a papers with the methods to solve this problem!
In this case one of the equations must be dependent on one or several of the other equations because otherwise you have an overdetermined system. This is the same as saying that one of the equations is not independent of the others.
Jemimah: Actually you have a system of linear equations that can be expressed as
Y = XA, where Y is an (n x 1) vector, X is a (n x m) matrix, and A is an (m x 1) vector, with n is greater than m. The vector A is the vector of the unknowns.
As X is a rectangular matrix, it can not be inverted. However (X (transposed). X) is a square matrix. If this square matrix can be inverted, you would then get
A = (X (transposed) .X) (inverse).(X (transposed) Y).