INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Special Issue | Volume XIV, Issue XIII, October 2025
www.ijltemas.in Page 227
Analysis of Solution of Numerical Problem Using Maxima and
Python Software
Varsha J. Patil*, Mayuri B. Babar, Gitanjali N. Pawar
Department of Mathematics, Dr. D. Y. Patil Arts, Commerce & Science College, Pimpri, Pune-18, Maharashtra, India
DOI: https://doi.org/10.51583/IJLTEMAS.2025.1413SP046
Received: 26 June 2025; Accepted: 30 June 2025; Published: 27 October 2025
Abstract: The goal of this research paper is to look into how well the Newton-Raphson method works for solving transcendental
equations using two different computer programs, Python and Maxima. The Newton-Raphson method converges faster than the
bisection method and Regular Falsi method. This is why this iterative method is often used to find the roots of functions with real
values. We test the algorithm's speed, accuracy, and ease of use on two different platforms: Maxima, a computer algebra system
and Python, a general-purpose programming language with strong numerical libraries. The study gives error analysis,
convergence behavior and step-by-step instructions for solving a few selected nonlinear equations. The results show that both
tools are good for analyzing numbers, but they have different advantages when it comes to computational control, flexibility,
visualization and syntax simplicity. This comparative analysis helps scientists, engineers, teachers and students choose the right
tools for solving mathematics problems in science and engineering.
Keywords: Numerical Analysis, Newton’s Raphson Method, Python, Maxima
I. Introduction:
Numerical methods are very important when it comes to solving math problems that are hard or impossible to do analytically. The
Newton-Raphson method is one of the most effective techniques for solving nonlinear equations due to its ease of implementation
and high rate of convergence, making it a popular choice in applied mathematics and engineering. It turns the problem into a
process that uses the function and its derivative over and over again. As numerical methods have gotten better, so have
computational tools, which make it easier to use and analyze them. Maxima is a symbolic algebra system that provides a high-
level interface for both analytical and numerical calculations. But Python has become the most popular language for scientific
computing because of libraries that make numerical analysis easier.
This paper concentrates on the utilization of the Newton-Raphson method through Maxima and Python to resolve specific
nonlinear equations. The objective is to evaluate the precision, convergence and computational efficiency provided by both
software applications. We want to show the pros and cons of these tools for solving numerical problems by using specific
examples and comparing them. This will give educators, students and researchers in computational mathematics useful
information.
Problem:
Find the solution of the equation correct up to three decimal places. The initial approximation of root of the given
equation is .
II. Methodology:
Given equation is transcendental equation. There is no method to find the exact solution of this equation. So, we use numerical
methods to find the solutions of such type of equations. Numerical methods give us approximate solution. We are using Newton –
Raphson Method to find the approximate solution of the equation. Also, we will find the solution of the given equation using
Python and Maxima Software.
Solution using Newton – Raphson Method
Given equation is
Root of this equation lies in the interval as . We take the initial approximation .
Newton – Raphson formula is .
Using this formula the solution of given equation corrects up to three decimal places is 2.153.
INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Special Issue | Volume XIV, Issue XIII, October 2025
www.ijltemas.in Page 228
Solution using Python
INPUT
OUTPUT
Solution using Maxima
INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Special Issue | Volume XIV, Issue XIII, October 2025
www.ijltemas.in Page 229
III. Result:
Method: Newton – Raphson method
Given equation
Solution: 2.153 correct up to three decimal places.
We got the same solution in Maxima software and Python.
IV. Conclusion:
In this research paper, we looked at and compared how well Maxima and Python software work for solving a variety of numerical
problems. The comparison showed that Maxima is best for educational and theoretical purposes where exact answers are needed.
Python, on the other hand, is better for real-world numerical modeling and big calculations. Overall, using both Maxima and
Python in the computational workflow can make solving problems easier by finding a balance between symbolic computation and
high-performance numerical analysis.
References:
1. Numerical Methods, S. R. K. Iyengar, R. K. Jain
2. Maxima Software, Dr. Kalyanrao Takale, Golden Series
3. Introduction to Machine Learning with Python