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

 Respuesta aceptada

wyvepbr
wyvepbr el 22 de Mayo de 2023

0 votos

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

Más respuestas (0)

Categorías

Más información sobre 数学 en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 22 de Mayo de 2023

Respondida:

el 22 de Mayo de 2023

Community Treasure Hunt

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

Start Hunting!