User RPL program for the 48G/GX that finds equation roots by three numerical methods: Newton Raphson, False Position and Bissection. It shows the approximation, last approximation, error approximation and precision/iteration at each iteration. It also checks the roots found and calculates the number of precision numbers and number of correct digits for a pair of numbers. Might be useful for numerical calculus students. |