1. Find the equation of the line which passes through the points (5,1) and has a slope of .5. In this case the slope and one set of coordinates are known. This case involves the use of the point-slope ...
In this case both the slope and the y intercept are known and the equation can be written directly ... This case involves the use of the two-point formula. Since the slope of a linear function is the ...
The straight line through two points will have an equation in the form \(y = mx + c\). Then, we can find the value of \(c\), the \(y\)-intercept, by substituting the coordinates of one point into ...
The straight line through two points will have an equation in the form \(y = mx + c\). We can find the value of \(m\), the gradient of the line, by forming a right-angled triangle using the ...
Implements Gauss' Elimination method for solving Ax = B. Flexible. Allows to enter any value for the number of equations, and redraws the GUI accordingly. Uses Qt5 and C++, making it cross-platform.