🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
trigsimp 函数是最基本的用来对三角函数进行化简的功能函数。 trigsimp 函数利用 sin(x)^2 + cos(x)^2 = 1 and cosh(x)^2 - sinh(x)^2 = 1 来进行化简。 ![](https://box.kancloud.cn/2016-01-24_56a4233eb88a4.png) trigreduce 函数利用多倍角公式将三角函数的幂次转换为多倍角。 ![](https://box.kancloud.cn/2016-01-24_56a4233ed62e1.png) trigexpand 函数用来将三角函数展开。 ![](https://box.kancloud.cn/2016-01-24_56a4233ee9e24.png) trigrat 函数将三角函数表达式展开为一种近似线性的形式。 ![](https://box.kancloud.cn/2016-01-24_56a4233f09b1b.png)