|
original poster
hbghlyj
posted 2023-3-16 17:44
- In[]:= ASATriangle @@ (N[{a, 1, b}] /.
- FindInstance[{a + b + c == Pi, 0 < a < b < c,
- Cos[a] Cos[b] Cos[c] == -3/8, c - a > 1}, {a, b, c}][[1]])
- Out[]= Triangle[{{0, 0}, {1., 0}, {0.906983, 0.105422}}]
Copy the Code 用Asymptote画出
|
|