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

 Risposta accettata

wyvepbr
wyvepbr il 22 Mag 2023

0 voti

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

Più risposte (0)

Categorie

Scopri di più su 数学 in Centro assistenza e File Exchange

Tag

Richiesto:

il 22 Mag 2023

Risposto:

il 22 Mag 2023

Community Treasure Hunt

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

Start Hunting!