Daftar Isi:
  • Polynomial is an expression of more than two algebraic terms, especially the sum of several terms that contain different powers of the same variable. Polynomial can be solved manually if the degree is between 1-3. For bigger degree, polynomial can not be solved manually and have to use some methods to solve it. This project will use an algorithm to solve polynomial with degree above 3. Algorithm used in this program is Genetic Algorithm. This project will make the program using Java Programming language. The result of this program is to find all the roots of polynomial using Genetic Algorithm.