devkapupara / SuperMath

Solves a handful of regular math problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SuperMath

A very useful tool that utilizes the powerful Wolfram Alpha API to do some really powerful computation.

So what can you do?

  • Solution to a polynomial and factoring it
  • Integration of a function, both definite and indefinite
  • Differentiation of a function
  • Finding EigenValues and EigenVectors of a matrix
  • Runge-Kutte-4 Approximation to an ODE given the initial condition
  • Series analyzer and its generating function
  • Integer Partition
  • Sum of a series
  • Permutations of any given elements [Strings, integer set]

Uhm okay, how do I use it?

It's really easy. Run the file using your terminal or your favorite IDE.

Must be connected to the Internet for the script to work.

About

Solves a handful of regular math problems


Languages

Language:Python 100.0%