solves the general oblique spherical triangle
软件应用简介

solves the general oblique spherical triangle
This toolbox can solve any of the 6 possible subproblems associated with an oblique spherical triangle, when only 3 of the 6 angles are known.
The toolbox basically is an implementation of the set of tools developed in [Wertz, 2001], which aimed to fully automize the procedure and do away with the need of user intervention.
EXAMPLE:
[b1, c1, C1, b2, c2, C2] = aas(A, B, a)
gives both solutions for the sides b and c and the angle C, when given angles A, B and side a. This particular problem can be called the Angle-Angle-Side problem, hence the name.
Both degrees and radians are implemented, the difference is indicating by appending a ‘d’ to the function name. The above example expects and returns radians, whereas
[b1, c1, C1, b2, c2, C2] = aasd(A, B, a)
expects and returns degrees.
界面展示

结果示意

规格 价
0元试用 |
---|
0.0元人民币/月 |
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!