Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eqsolvcarlover101

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eqsolvcarlover101

Automatic equation solver -|- Use import eqsolve

  • 2.0
  • PyPI
  • Socket score

Maintainers
1

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!

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc