本文主要是介绍adams求微分方程c语言,Adams预估计-校正法解微分方程,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
this.p={ m:2,
b:2,
loftPermalink:'',
id:'fks_084069082082088064084087085095085086087068093080080065',
blogTitle:'Adams预估计-校正法解微分方程',
blogAbstract:'Adams预估计-校正法解微分方程。\r\n\r\nfunction T=Adams_PreEs(f,ab,y0,h)\r\n\r\nx=ab(1):h:ab(2);\r\nn=length(x);\r\nT=zeros(2,n);\r\nT(2,:)=x;\r\nT(1,1)=y0;\r\n\r\nfor t=2:4\r\n x0=T(2,t-1);\r\n k1=feval(f,x0,T(1,t-1));\r\n k2=feval(f,x0+h/2,k1*(h/2)+T(1,t-1));\r\n k3=feval(f,x0+h/2,k2*(h/2)+T(1,t-1));\r\n k4=feval(f,x0+h,k3*h+T(1,t-1));\r\n T(1,t)=T(1,t-1)+(k1+k2*2+k3*2+k4)*(h/6);\r\nend\r\n\r\nfn=zeros(1,4);\r\n\r\nfor t=5:n\r\n x',
blogTag:'数值分析,数学建模,原创',
blogUrl:'blog/static/1067966220085502745478',
isPublished:1,
istop:false,
type:2,
modifyTime:1229929094318,
publishTime:1212640065478,
permalink:'blog/static/1067966220085502745478',
commentCount:0,
mainCommentCount:0,
recommendCount:0,
bsrk:-100,
publisherId:0,
recomBlogHome:false,
currentRecomBlog:false,
attachmentsFileIds:[],
vote:{},
groupInfo:{},
friendstatus:'none',
followstatus:'unFollow',
pubSucc:'',
visitorProvince:'',
visitorCity:'',
visitorNewUser:false,
postAddInfo:{},
mset:'000',
mcon:'',
srk:-100,
remindgoodnightblog:false,
isBlackVisitor:false,
isShowYodaoAd:false,
hostIntro:'',
hmcon:'1',
selfRecomBlogCount:'0',
lofter_single:''
}
{list a as x}
{if !!x}
{if x.visitorName==visitor.userName}
{else}
{/if}
{if x.moveFrom=='wap'}
{elseif x.moveFrom=='iphone'}
{elseif x.moveFrom=='android'}
{elseif x.moveFrom=='mobile'}
{/if}
${fn(x.visitorNickname,8)|escape}
{/if}
{/list}
{if !!a}
${fn(a.nickname,8)|escape}
${a.selfIntro|escape}{if great260}${suplement}{/if}
{/if}
{list a as x}
{if !!x}
推荐过这篇日志的人:
{list a as x}
{if !!x}
{if !!b&&b.length>0}
他们还推荐了:
{list b as y}
{if !!y}
{/if}
{list a as x}
{if !!x}
{list a as x}
{if !!x}
{list a as x}
{if !!x}
{list a as x}
{if x_index>4}{break}{/if}
{if !!x}
${fn1(x.title,60)|escape}${fn2(x.publishTime,'yyyy-MM-dd HH:mm:ss')}
{/if}
{/list}
{list a as x}
{if !!x}
{if !!(blogDetail.preBlogPermalink)}
网易新闻
${headlines.title|escape}
{if defined('newslist')&&newslist.length>0}
{list newslist as x}
{if x_index>7}{break}{/if}
被推荐日志
最新日志
该作者的其他文章
博主推荐
随机阅读
首页推荐
{list a as x}
{if !!x}
${x.nickName|escape} 投票给
{var first_option = true;}
{list x.voteDetailList as voteToOption}
{if voteToOption==1}
{if first_option==false},{/if} “${b[voteToOption_index]}”
{/if}
{/list}
{if (x.role!="-1") },“我是${c[x.role]}” {/if}
${fn1(x.voteTime)}
{if x.userName==''}{/if}
{/if}
{/list}
这篇关于adams求微分方程c语言,Adams预估计-校正法解微分方程的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!