This program is designed to check the conditions of the fixed point theorem for a given function and, if the conditions are met, calculate the sequence using the fixed point method.
- Condition Check: Verifies the conditions of the fixed point theorem for the input function.
- Sequence Calculation: Computes the sequence of the fixed point method if the conditions are satisfied.
- Python 3.x
- Libraries:
numpy
,sympy
To run this program, you need to have Python 3.x installed on your system. Additionally, install the required libraries using pip:
pip install numpy sympy
note: This project is part of the Numerical Analysis undergraduate course in Computer Science at Amirkabir University of Technology, Iran.