Distance from a point to straight lines 點到直線的距離
→ 可計算兩條平行線之間的距離
[MODE 1] COMP Mode
1. | 2. | 3. | 4. | 5. | 6. | 7. | 8. | 9. | 10. |
? | → | A | : | ? | → | B | : | ? | → |
11. | 12. | 13. | 14. | 15. | 16. | 17. | 18. | 19. | 20. |
C | : | ? | → | X | : | ? | → | Y | : |
21. | 22. | 23. | 24. | 25. | 26. | 27. | 28. | 29. | 30. |
Abs( | A | X | + | B | Y | + | C | ) |
┘
|
31. | 32. | 33. | 34. | 35. | 36. | ||||
√(
|
A |
2
|
+ | B |
2
|
以 Ax + By + C = 0 形式輸入直線
____________________________________________________
Example:
(3 , 4), 7x − y + 9 = 0
代表 | 輸入 | 輸入 |
x 的 coefficient | 7 | EXE |
y 的 coefficient | −1 | EXE |
Constant 常數 | 9 | EXE |
x-coordinate | 3 | EXE |
y-coordinate | 4 | EXE |
顯示 | 輸入 | |
距離 | 3.6769 | ON (退出 Prog) |
Program 12 : Distance from a point to straight lines 點到直線的距離課程
DSE 數學公式
- 終極 Program 合集
- Program 使用指南
- Program 01 : Equation of Straight Lines 直線方程
- Program 02 : Enhanced simultaneous equation 進階聯立方程
- Program 03 : Cos Formula 餘弦公式
- Program 04 : 四心 Program
- Program 05 : Cubic Equation 三次方程
- Program 06 : Enhanced quadratic equation 進階二次方程
- Program 07 : Cubic Equation 三次方程
- Program 08 : Sin Formula 及 Cos Formula
- Program 09 : Simultaneous Equation 聯立方程
- Program 10 : ASGS 等差等比數列
- Program 11 : Distance between two parallel lines 兩條平行線的距離
- Program 12 : Distance from a point to straight lines 點到直線的距離
- 《 1 – 1000 》
- 終極 Program 合集
- Program 使用指南
- Program 01 : Equation of Straight Lines 直線方程
- Program 02 : Enhanced simultaneous equation 進階聯立方程
- Program 03 : Cos Formula 餘弦公式
- Program 04 : 四心 Program
- Program 05 : Cubic Equation 三次方程
- Program 06 : Enhanced quadratic equation 進階二次方程
- Program 07 : Cubic Equation 三次方程
- Program 08 : Sin Formula 及 Cos Formula
- Program 09 : Simultaneous Equation 聯立方程
- Program 10 : ASGS 等差等比數列
- Program 11 : Distance between two parallel lines 兩條平行線的距離
- Program 12 : Distance from a point to straight lines 點到直線的距離
- 《 1 – 1000 》
相關資源
© 2024 GJ Mathematic. Copyrights