Eqsolve
- A mathematical Python package by Zakkai Thomas
Old Package (eqsolvcarlover101)
This is a project that solves mathematic equations for you!
Functions:
-
Quadratic
- eqsolve.quadsolve()
To type a square in python, you need to use a carrot ^ or two astrix **. (Ex. 2x^2 -5x +4)
- eqsolve.quadsolve()
-
Slope Intercept
- eqsolve.slopeint()
Put in two points, and output an equation in slope-intercept form.
- eqsolve.slopeint()
-
Midpoint
- eqsolve.midpoint()
Put in two points and output the midpoint.
- eqsolve.midpoint()
-
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.
- eqsolve.perpint()
-
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.
- eqsolve.issim()
-
Missing Right Triangle Lengths
- eqsolve.findright()
Finds the missing length of a right triangle.
- eqsolve.findright()
-
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:
-
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:
- For previous versions and version error info, refer to github (ver: oldest - current) or old pypi (ver: oldest - 1.5.1.0).
Thanks to all for using my work!
Release files for eqsolvcarlover101 2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| eqsolvcarlover101-2.0.tar.gz | 6.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eqsolvcarlover101-2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.7 kB
Release files / eqsolvcarlover101-2.0.tar.gz
| Download URL | eqsolvcarlover101-2.0.tar.gz |
|---|---|
| Size | 6.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
158e8c052d65a2161982574c30625dc31d76c9fc8aaaea58860a85912177b214
|
|
BLAKE2b-256 checksum How to use checksums |
3d9dd8084982a86d4e42855aa919f557f2c2bec1f6c886c9080e2241d3e5045b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|
Release files / eqsolvcarlover101-2.0-py3-none-any.whl
| Download URL | eqsolvcarlover101-2.0-py3-none-any.whl |
|---|---|
| Size | 9.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1468b20ba6121d0c030849afd610e6e171bf9877bf8a72eb5fa85110eb7db3c3
|
|
BLAKE2b-256 checksum How to use checksums |
42a3c6f8f1c7f1ff6b8a68dd62210b470e3a9a7b3d869aef2a96f709118b49ef
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|