Skip to main content

Automatic equation solver -|- Use import eqsolve

Project description

Eqsolve

  • A mathematical Python package by Zakkai Thomas

Old Package (eqsolvcarlover101)

PyPI Downloads Github Downloads Downloads Latest Version License

This is a project that solves mathematic equations for you!

Functions:

  1. Quadratic

    • eqsolve.quadsolve()

      To type a square in python, you need to use a carrot ^ or two astrix **. (Ex. 2x^2 -5x +4)

  2. Slope Intercept

    • eqsolve.slopeint()

      Put in two points, and output an equation in slope-intercept form.

  3. Midpoint

    • eqsolve.midpoint()

      Put in two points and output the midpoint.

  4. Perpendicular Lines

    • eqsolve.perpint()

      Put in the slope of a line, and the intersection point, and get the slope-intercept equation of the perpendicular line.

  5. Similar Shapes Check

    • eqsolve.issim()

      Takes the lengths of the sides of one shape and the corresponding side lengths of the sides of a second shape. If the shapes are similar, it will return the scale factor.

  6. Missing Right Triangle Lengths

    • eqsolve.findright()

      Finds the missing length of a right triangle.

  7. Compounding Intersest

    • eqsolve.intcompound(p,r,n,t)

      Calculates the amount of money present/money owed after a number of years using the provided interest rate and the number of times it is compounded yearly.

  8. Continuously Compounding Interest

    • eqsolve.contcompound(p,r,t)

      Calculates the amount of money present/money owed after a number of years if the interest provided is compounded continuously.

Other Commands:

  1. Command List

    • eqsolve.commands()
  2. Help

    • eqsolve.help()

Version Info:

  • V0 - V1.5.2:

    • To use these older versions, go to Helpful Info down below.
  • V1.6:

    • Added eqsolve.intcompound() and eqsolve.expcompound() functions.
    • Updated all function descriptions so they work with python's default help(function).
    • Updated all functions to move away from input() towards proper function notation.
    • Updated README.md so it reflects current statistics and project version info.

Helpful Info:

Thanks to all for using my work!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eqsolvcarlover101-2.0.tar.gz (6.8 kB view hashes)

Uploaded Source

Built Distribution

eqsolvcarlover101-2.0-py3-none-any.whl (9.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page