Welcome to the eqsolvcarlover101 Package Wiki
About | Functions | Installation | Version Information | Questions and Answers | Contact Me |
About
- This is a Python package that solves types of mathematic equations for you.
Functions
eqsolvcarlover101.quadsolve()
This function solves quadratic equations for you.
- ex. 2x^2 -2x + 2
- To type a square, use “^” or “**”
eqsolvcarlover101.slopeint()
This function returns the slope-intercept equation of two points.
- ex. (1,-2),(-1,2)
eqsolvcarlover101.midpoint()
This function returns the midpoint of two points.
- ex. (2,3),(-7,1)
eqsolvcarlover101.perpint()
Put in the slope of a line, and the intersection point, and get the slope-intercept equation of the perpendicular line.
eqsolvcarlover101.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.
eqsolvcarlover101.findright()
Finds the missing length of a right triangle.
eqsolvcarlover101.commands()
This function just lists the available commands.
eqsolvcarlover101.help()
This function gives a simple help list.
Installation
- Open the terminal and execute pip install eqsolvcarlover101
- That’s it! Now, you can just use import eqsolvcarlover101 and it will just work.
Version Information
V0.1.5.9 and before
- These are just test and development version that don’t work when imported.
V0.1.6 - V0.2
- These two versions mark the success of almost a year of work to get this package working correctly.
V1.0
- The first official release with an actual readme file.
V1.1
- Unlike before, you can now import everything with import eqsolvcarlover101 instead of import eqsolvcarlover101.equation as eqsolvcarlover101.
V1.1.1 - V1.1.2
- Readme updates.
V1.1.3
- License and Readme updates.
V1.1.4
- Python version requirement updates.
V1.1.5
- Includes link to documentation and some readme updates.
V1.2
- Added the eqsolvcarlover101.midpoint() equation.
V1.2.1
- Updated the eqsolvcarlover101.commands() and eqsolvcarlover101.help() equations.
V1.3
- Added the eqsolvcarlover101.perpint() function and updated the eqsolvcarlover101.commands() function.
V1.3.1
- Fixed an issue with the eqsolvcarlover101.commands() function.
V1.4
- Added the eqolvcarlover101.issim() function and updated the eqsolvcarlover101.commands() function.
V1.5
- Added the eqsolvcarlover101.findright() function and updated the eqsolvcarlover101.commands() function.
Question and Answers
Q.
- Why can’t import using import eqsolvcarlover101?
A.
- Before version 1.1, the necessary file to do that was not present, so you have to use import eqsolvcarlover101.equation as eqsolvcarlover101.
Contact Me
- Only to ask more specific questions, otherwise you will be blocked, but zmanmustang2017@gmail.com is the email. Otherwise, please use the issues page.