MATLAB三角函数方程编程,基础编程。

 采纳的回答

wyvepbr
wyvepbr 2023-5-22

0 个投票

仅供参考
syms b c
eq = 1.494*sin(3*c-pi)==sin(c-b);
cs = solve(eq,c)

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 数学 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!