Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        





Tangent Lines



Tangent Equation Calculator


Simple tool to calculate the tangent equation of a function.


Features
Running
License

## 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).