Automatic equation solver
Project description
Eqsolve
- A mathematical Python package by Zakkai Thomas
Continuation (eqsolvcarlover101 - Deprecated)
This is a project that solves mathematic equations for you!
How to Install:
-
Make sure you have Python installed by typing
python3in the command prompt.If not, go to python.org to get the latest release.
-
Enter
pip install eqsolve. -
Use
import eqsolvein your code to begin using the package.
Functions:
-
Quadratic
- eqsolve.quadsolve(eq)
To type a square in python, you need to use a carrot ^ or two astrix **. (Ex. 2x^2 -5x +4)
- eqsolve.quadsolve(eq)
-
Slope Intercept
- eqsolve.slopeint(x1, y1, x2, y2)
Put in two points, and output an equation in slope-intercept form.
- eqsolve.slopeint(x1, y1, x2, y2)
-
Midpoint
- eqsolve.midpoint(x1, y1, x2, y2)
Put in two points and output the midpoint.
- eqsolve.midpoint(x1, y1, x2, y2)
-
Perpendicular Lines
- eqsolve.perpint(eq, intsec)
Put in the slope of a line, and the intersection point, and get the slope-intercept equation of the perpendicular line.
- eqsolve.perpint(eq, intsec)
-
Similar Shapes Check
- eqsolve.issim(shape1, shape2)
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.
- eqsolve.issim(shape1, shape2)
-
Missing Right Triangle Lengths
- eqsolve.findright(missing, s1, s2)
Finds the missing length of a right triangle.
- eqsolve.findright(missing, s1, s2)
-
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.
- eqsolve.intcompound(p, r, n, t)
-
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.
- eqsolve.contcompound(p, r, t)
Other Commands:
-
Command List
- eqsolve.commands()
-
Help
- eqsolve.help()
Version Info:
Deprecated:
- V0 - V1.5.2:
- To use these older versions, go to Helpful Info down below.
Current:
-
V1.0.0:
- Added eqsolve.intcompound(p,r,n,t) and eqsolve.contcompound(p,r,t) 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.
-
V1.0.1:
- Fixed some errors with the README.md file.
Helpful Info:
- For previous versions and version error info, refer to github (ver: oldest - current) or old pypi (ver: oldest - 1.5.1.0).
Thanks for using my work!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eqsolve-1.0.1.tar.gz.
File metadata
- Download URL: eqsolve-1.0.1.tar.gz
- Upload date:
- Size: 22.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d08ab333cba50789e2ab0588b62ab499bf65e664266d0fd3e27fe37ce35d5050
|
|
| MD5 |
b366d6bf41a0837a3b53103199ba892b
|
|
| BLAKE2b-256 |
a4ea240384e64e1b3dca0791c35cac624f87a35a953eefd5b78146305302ecfc
|
File details
Details for the file eqsolve-1.0.1-py3-none-any.whl.
File metadata
- Download URL: eqsolve-1.0.1-py3-none-any.whl
- Upload date:
- Size: 24.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb64269bb94e37e1023766b84c3d718da5139c12da17ee34204c707cb7646688
|
|
| MD5 |
f7ac32ae3204f29e8db50de72c3b0c6b
|
|
| BLAKE2b-256 |
3732265ecbd028c669bafc8c7c4ff62d8e6a37366224a1e0953ed31e436a1b1a
|