求解符号运算的方程组。

2 ビュー (過去 30 日間)
niginok
niginok 2022 年 11 月 24 日
求解一个方程:
>> syms v t R a y
>> q1=sym('v*t/2=R*a');
>> q2=sym('4*R*(sin(a/2))^2=y');
>> [x,y]=solve(q1,q2,'a','R')
就是联立以上2个方程,解出,a、R用v、t、y表示。
小白求指导!!~~~

回答 (0 件)

カテゴリ

Help Center および File Exchange数学 についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!