Consider the following diagram as a simplified example.
X and Y are known for point A (0,4) and point B (4,2).
Given X = 1, how would a python function look that can calculate Y for point C (1, #)?
Consider the following diagram as a simplified example.
X and Y are known for point A (0,4) and point B (4,2).
Given X = 1, how would a python function look that can calculate Y for point C (1, #)?