NobleEd News
Point Finder
explanation:
Kramer's rule
for:
ax + by = c
dx + ey = f
the following can be applied:
x = (c * e - b * f ) / (a * e - b * d)
y = (a * f - e * d) / (a * e - b * d)
This is known as Kramer's Rule.
by Joey Mornin
http://www.learn.tsx.org
This program will find three more points on a line if you know the coordinates of any point and the slope.