https://github.com/billyaddlers/robust-secant-method
A reusable function version of Secant application on vanilla Python, as defined [here](https://github.com/BillyAddlers/secant-method)
https://github.com/billyaddlers/robust-secant-method
Last synced: 11 months ago
JSON representation
A reusable function version of Secant application on vanilla Python, as defined [here](https://github.com/BillyAddlers/secant-method)
- Host: GitHub
- URL: https://github.com/billyaddlers/robust-secant-method
- Owner: BillyAddlers
- Created: 2022-11-03T12:34:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T12:35:13.000Z (over 3 years ago)
- Last Synced: 2025-03-29T02:31:01.805Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Robust Secant Method
> A reusable function version of Secant application on vanilla Python, as defined [here](https://github.com/BillyAddlers/secant-method)
## Prerequisites
- Python 3.10
- A Python code editor (preferably PyCharm)