![]() |
Empirical Comparison of Root-Finding Algorithms between Classical Methods and Hybrid Method |
---|---|
รหัสดีโอไอ | |
Creator | Wasana Ngaogate |
Title | Empirical Comparison of Root-Finding Algorithms between Classical Methods and Hybrid Method |
Contributor | Jiratchaya Jaisaardsuetrong |
Publisher | Faculty of Science, Ubon Ratchathani University |
Publication Year | 2568 |
Journal Title | Journal of Science and Science Education |
Journal Vol. | 8 |
Journal No. | 1 |
Page no. | 152-167 |
Keyword | Bisection method, False position method, Edmond-Halley’s method, Hybrid method, Strategy design pattern |
URL Website | https://so04.tci-thaijo.org/index.php/JSSE/ |
Website title | Journal of Science and Science Education |
ISSN | 2697-410X |
Abstract | This research presents a novel method derived from combination of traditional techniques, namely the Bisection method, False position method and Edmond-Halley’s method, to enhance the efficiency of root finding algorithms. The research also compares the performance of this traditional methods with the new hybrid method by coding in Python. The results show that the new method demonstrates superior efficiency than the classical methods. Furthermore, a classe’s structure based on the strategy design pattern was developed for code implementation, facilitating systematic coding and improving maintainability and scalability of the algorithms. |