求助:matlab符号运算。

조회 수: 6 (최근 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!