三邊求三角形面積
程式一
| A | B | sin | cos-1 | ( | ( | A | X² |
| + | B | X² | - | C | X² | ) | ÷ |
| 2 | A | B | ) | ÷ | 2 | STO F1 或 F2 | |
程式二(準確度會高小許)
| √ | ( | ( | A | + | B | + | C |
| ) | ( | A | + | B | - | C | ) |
| ( | A | + | C | - | B | ) | ( |
| B | + | C | - | A | ) | ) | ÷ |
| 4 | STO F1 或 F2 | ||||||
例題: 己知三角形的三邊分別為3,4及5,求面積。
按 RCL F1 ALGB 3 = 4 = 5 = (顯示面積為6)
相關資料
圓內接四邊形四邊求面積 (4 sides to find the area of cyclic quadrilateral)
四邊形面積(四邊及兩對角) (Area of quadrilateral (4 sides and 2 angles))
綜合餘弦定律及三角形面積 (三合一) (Combined cosine laws and area of triangle)
綜合餘弦定律及三角形面積(II) (Combined cosine laws and area of triangle II)