I have linear equation and list of coordinates. Can I find coordinates that meet with linear equation?
Asked
Active
Viewed 92 times
0
-
I think you can check if your points satisfy the linear equation. those are your desired points. – Vatsal Parsaniya Mar 23 '21 at 10:07
1 Answers
1
If the eqution is like this: y=ax+b (which is linear equation) Then you basicly just enter the x value form your coordinate and see if the output y value is the same as the y value from your coordinate. A and B should be known since you have the equation already.

Rutger de Groen
- 124
- 11