https://github.com/bratah123/midpointbisector
A small script that finds a mid point of a given function by using the bisection method
https://github.com/bratah123/midpointbisector
calculas math
Last synced: about 1 month ago
JSON representation
A small script that finds a mid point of a given function by using the bisection method
- Host: GitHub
- URL: https://github.com/bratah123/midpointbisector
- Owner: Bratah123
- Created: 2020-09-20T03:55:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T03:57:05.000Z (about 5 years ago)
- Last Synced: 2025-03-27T09:46:37.755Z (7 months ago)
- Topics: calculas, math
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MidpointBisector
A small script that finds a mid point of a given function by using the bisection methodNote: It's actually just a small script I made to solve 2 problems given in math class, for fun :P