标题:大家好好
只看楼主
linpandr
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2007-9-30
 问题点数:0 回复次数:0 
大家好好
f1=inline(['[-8/3*x(1)+x(2)*x(3);-10*x(2)+10*x(3);-x(1)*x(2)+28*x(2)_x(3)]'],'t','x');
t_final=100;x0=[0;0;1e-10];[t,x]=ode45(f1,[0,t_final],x0);
plot(t,x),figure;
plot3(x(:,1),x(:,2),x(:,3));
也不知错在哪里啊
2007-10-05 20:35



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-175306-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.782384 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved