已知任意三角形的一条边和三个角求其余两边的公式

问题描述:

已知任意三角形的一条边和三个角求其余两边的公式
最好举例说明

已知,角A,B,C, 边a,求:b,c
根据公式:
a/sinA = b/sinB = c/sinC
b = a(sinB/sinA)
c = a(sinC/sinA)
a*sinB = b*sinA = hc (c边的高),这就是上面公式的来源.