求助:matlab符号运算。

6 views (last 30 days)
niginok
niginok on 24 Nov 2022
通过之前的计算,计算出u 是含有x1和x2 的表达式,下面把u代入下面式子dx1/dt=x2x1+x2=u我用如下的程序计算,[x1]=dsolve(['Dx1+x1=u'],'x1(0)=0'),
x2=u-x1;
结果算出x1和x2都是u的表达式,为什么x1,x2 的结果没有把u的消去?

Answers (0)

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!