Code Monkey home page Code Monkey logo

integral-calculator's Introduction

Integral Calculator

A desktop application that returns the anti-derivative [and/or derivative] in LaTex—then plots the graph—of definite or indefinite inputs. Written in Python using Tkinter, Matplotlib, and Sympy.

How to install and run

  1. Install Python 3.6+ from the official website.
  2. Install the dependencies: Sympy, Tkinter, and Matplotlib by running pip/pip3 install <dependency_name> from the terminal.
  3. Download/clone the repository then unzip the files.
  4. Find the folder containing main.py.
  5. Run from the terminal python/python3 main.py or use your IDE.

Features

  • Utilizes Sympy for symbolic calculations.
  • Output is displayed in LaTex by using Tkinter's canvas and Matplotlib.
  • Graphing of functions by using Symplot.
  • Derivatives as an added bonus.

Known issues:

  • Terrible menu gui due to the gridding.
  • Definite integral's lower and upper bound entries are oddly placed.
  • Intervals for indefinite integrals and derivatives can be weird, hence, charts can be weird. (this is due to symplot's automatic interval assignment).

Possible updates:

  • Refine the GUI.
  • Code refactoring for readability and reusability.

MENU

menu

Indefinite Integrals

indefinite

Definite Integrals

definite

Derivatives

derivative

integral-calculator's People

Contributors

j01100 avatar deepsourcebot avatar

Stargazers

ajtap avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.