程式 (59 bytes)
? → B : ? → A : ? → C : B ┘ A → B : C ┘ A → C : ? → D : D : ? → A : ? → D : ( D - A C ) ┘ ( Ans - A B → A ◢ C - Ans B → B
入Program教學:
Program使用方法
例題
Solve the following simultaneous equations
求解下列聯立方程式
2x + 3y = -3
3x - 2y = 8.5
x = 1.5, y = -2
Find the coordinates of the intersection point of two linear equations.
求兩條直線方程相交點坐標
P = (3, 4)