|
One technique is called the binary search. All techniques start with a value, the solution is sometimes dependent on the starting value, but in many cases it is not. To solve Equation 1 let try a first guess that X is 1. Unless we are lucky we need to compute the error and then correct our guess and try again.
|