Is there some kind of algorithm that I can use to find the exact values for v, u, e and f so that I can solve for a and b in the equation below?
av + bu = 5
ae + bf = 9
If I were to apply random values to v, u, e and f, Most of the time, I am able to solve for a and b. But there are some times that I am not able to solve for a and b because the random values applied to v, u, e and f made the equation unsolvable (Haven't you guys encountered problems like this before where you can't solve for the unkown values of an equation because of its coefficients v,u,e and f?). Is there an exact method that I can use to initialize v, u, e and f so a and b is always solvable?