求助:matlab符号运算。

9 次查看(过去 30 天)
niginok
niginok 2022-11-24
通过之前的计算,计算出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的消去?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!