Skip to content

Graph of functions of logarithm, exponential and trigonometric : Intermediate Python

License

Notifications You must be signed in to change notification settings

suyashphatak23/Function-Graphs

Repository files navigation

Python

Numpy

Matplotlib

Graphs of Mathematical Funtions

In this project, I have used numpy and matplolib python libraries for generating values and plotting it on graphs. This had just a experiencce in using graphs and numpy array functions. I had enjoyed doing it.

Build Status Coverage Status

Output Graphs

1. Input

Input Image

2. Sine VS Cosine Curve

Sine and cosine curve

3. Tangent Curve

Tangent Curve

4. Exponential Curve

Exponential Curve

5. Logarithmic Curve

Logaritmic curve

Clone

Clone this repo to your local machine using https://github.com/suyashphatak23/Fuction-Graphs

Setup

  1. Open Command Prompt

  2. Install numpy and matplotlib python-libray in your local machine by using following commands:

> pip install numpy
> pip install matplotlib
  1. Run the code in python3 shell

  2. In the program, input the angle or range

License

License

MIT license

Releases

No releases published

Packages

No packages published

Languages