End of the Chapter

Classic programmed-learning exercises, refreshed for modern Java and presented in the current MrStyner.com portfolio style.

Modern Java noteThis archive has been refreshed for Java 25 LTS. Core language concepts remain useful, while outdated setup instructions and browser-era Java are labeled or replaced. Java 26 is the current feature release; Java 25 is used here as the stable teaching baseline.
go to previous page   go to home page  

At about what value for x does the polynomial evaluate to zero?

Answer:

Looks like at about a bit more than 1.178.

End of the Chapter

You could use the program to search for a value of x at which the polynomial evaluates to zero. You could keep trying values that get you closer and closer to zero. Computers sometimes use a method similar to this when they are used to solve mathematical problems.

This is the end of the chapter. You may wish to zero in on one of the following topics. Click on a subject that interests you to go to where it was discussed.

You have reached the end of the chapter.

go to previous page   go to home page