Skip to content

Shruichan/Symbolic_Integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Symbolic_Integration

An attempt at making 2 programs that can perform symbolic integration in both python and C++.

Features

  • 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.

Installation

Clone the repository using the following command:

About

An attempt at making 2 programs that can perform symbolic integration in both python and C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors