An attempt at making 2 programs that can perform symbolic integration in both python and C++.
-
Python Implementation:
- Parses and integrates simple algebraic expressions.
- Handles addition, subtraction, and basic polynomial expressions.
- Supports integration with respect to
x.
-
C++ Implementation:
- Capable of parsing and integrating expressions input by the user.
- Supports addition, subtraction, and polynomial expressions.
- Provides detailed error messages for unsupported operations.
Clone the repository using the following command: