Inspiration

What it does

It allows the user to insert a elementary function in python syntax and then gives the starting and closing points of an interval and then the program evaluates the area of the curve between does 2 regions

How we built it

We used Regular expressions and the version of the Newton-Cotes formula that has 11 points in it to calculate the value of the expression

Challenges we ran into

Sanitizing data inputs

Accomplishments that we're proud of

Using an 11 point Newton-Cotes formula

What we learned

The use of regular expressions

What's next for Quick numerical integration project

moving it into 2d with double integrals, perhaps working on pyplot to add graphs, fixing the trig bug I have no idea how to solve

Built With

Share this project:

Updates