Posts tagged linear equations
Finding the equation of a line from two points on its inverse

The nice thing about functions and their inverses is that if you know two points, say (a1, b1) and (a_2, b_2), on a function f(x), then two points on its inverse f^(x) need to be (b_1, a_1), and (b_2, a_2). This works out very nicely if we know two points on a line and we want to find the inverse function.

Read More
Solving systems of three linear equations

Remember that a solution to a system of equations is the set of numbers that makes all of the equations true. If a three variable system has a solution, it’ll have a solution for each of the three variables.

Read More