cosine rule image
This commit is contained in:
parent
0e46950338
commit
e5f92d7b1e
1 changed files with 4 additions and 1 deletions
|
|
@ -157,7 +157,10 @@ Where:
|
||||||
- $a$, $b$, $c$: Sides of the triangle
|
- $a$, $b$, $c$: Sides of the triangle
|
||||||
- $C$: Angle opposite to side $c$
|
- $C$: Angle opposite to side $c$
|
||||||
|
|
||||||
This rule relates all three sides of a triangle to one of its angles.""",
|
This rule relates all three sides of a triangle to one of its angles.
|
||||||
|
|
||||||
|

|
||||||
|
""",
|
||||||
"input": [
|
"input": [
|
||||||
{"name": "a", "unit": "meter"},
|
{"name": "a", "unit": "meter"},
|
||||||
{"name": "b", "unit": "meter"},
|
{"name": "b", "unit": "meter"},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue