freeCodeCamp/guide/chinese/mathematics/law-of-sines/index.md

32 lines
895 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Law of Sines
localeTitle: 正弦定律
---
## 正弦定律
“正弦法”简单地指出:
AB ------ = ------ 一个b
其中“A”和“B”是角度测量值“a”和“b”是它们相应的边长 这个定律与三角形一起使用,当已知两个角度和一个边长时,这里是一个例子: b
* * *
\\ 75 / \\ / \\ 6 \\ / \\ / \\ \\ 30 / \\ /
在这个问题中除了“b”之外一切都被定义了因此我们可以使用正弦定律来找到它。对于这个问题我会的 将相应的角度和边称为“A”和“a”
AB7530 ------ = ------ ===> ------- = ------- a b 6 b
为了评估Sines我使用了一个计算器。我可以将等式的两边相乘其评估为
```
6 * Sin(30)
```
b = ----------- 罪75
哪个出来了
b = 3.106
#### 更多信息: