FINDING POLYNOMIAL ROOTS USING PARTICLE SWARM OPTIMIZATION
Daftar Isi:
- Polynomial is one of the mathematic function which involving the multiplying, exponent, and variable. To search the root of the function, it need some method to solve it. The method will different and more complicated if the highest exponent of the polynomial function is 3 or more. This project will solve the problem with the algorithm. This algorithm will used to search the root of the polynomial function with highest degree 3 or more. This project will make the program with Java programming language. This project will use the Particle Swarm Optimization Algorithm to search the root of the function with accurate number. The result of this project is to implement the algorithm for searching the root of polynomial function. So it can find the root with an accurate number.