Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbplat/tangent-equation-calculator
A simple web app that calculates the equation of a tangent line of a function at a given point.
https://github.com/sbplat/tangent-equation-calculator
calculator derivative differentiation equation exterior-point solver tangent
Last synced: about 1 month ago
JSON representation
A simple web app that calculates the equation of a tangent line of a function at a given point.
- Host: GitHub
- URL: https://github.com/sbplat/tangent-equation-calculator
- Owner: sbplat
- License: gpl-3.0
- Created: 2022-12-06T23:37:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T15:37:50.000Z (10 months ago)
- Last Synced: 2024-01-08T03:25:12.213Z (10 months ago)
- Topics: calculator, derivative, differentiation, equation, exterior-point, solver, tangent
- Language: Python
- Homepage: https://sbplat.github.io/tangent-equation-calculator/
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tangent Equation Calculator
Simple tool to calculate the tangent equation of a function.
## Features
* Calculate the tangent equation of a function at a point
* Point can be on or external to the function
* Compute complex relationships using implicit differentiation
* Exact and decimal output
* Supports vertical lines
* Comes with a web app and python module## Running
### Web App
1. Clone this project.
2. Install necessary dependencies with `pip install -r requirements.txt`.
3. Run `index.py` to start the web server.
4. Navigate to the `localhost:PORT` address (shown in the terminal) in your browser.### Python Module
1. Clone this project.
2. Run `calculator.py` to start the program.## License
This project is licensed under the [GNU General Public License v3.0](LICENSE).