equation-solver

Automatic Equation Solver

View on GitHub

Welcome to the eqsolvcarlover101 Package Wiki

About Functions Installation Version Information Questions and Answers Contact Me

About

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

Version Information

V0.1.5.9 and before

V0.1.6 - V0.2

V1.0

V1.1

V1.1.1 - V1.1.2

V1.1.3

V1.1.4

V1.1.5

V1.2

V1.2.1

V1.3

V1.3.1

V1.4

V1.5

Question and Answers

Q.

A.

Contact Me