登录
首页 » matlab » numerical_analysis_homework

numerical_analysis_homework

于 2009-03-16 发布 文件大小:343KB
0 208
下载积分: 1 下载次数: 197

代码说明:

  (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的微分方程一般可以化为状态空间(STATE SPACE)的低阶微分方程来求解.从微分方程的性态看来,主要是微分方程式一阶导系数大的时候,步长应该选得响应的小些.或者如果问题的性态不是太好估计的话,用较小的步长是比较好的,此外的话Adams多步法在小步长的时候效率比R-K(RUNGE-KUTTA)方法要好些,而精度也高些,但是稳定区间要小些.从初值和边值来看,也是显著的不同的.此外对于非线性常微分方程还有打靶法,胞映射方法等.而对于微分方程稳定性的研究,则诸如相平面图等也是不可缺少的工具.值得提出的是,除了用ode系类函数外,用simulink等等模块图来求解微分方程也是一种非常不错的方法,甚至是更有优势的方法(在应用的角度来说).((Source code) numerical analysis homework, this docment includes two parts, the first is ordinary differential equations (ODE) of the three examples, the second part is about the expansion of the discussion, including the higher-order ordinary differential & boundary value solution Problems (BVP). the text of the algorithm and numerical examples are based on the Matlab. ODE from the rigid (STIFFNESS) look into the issue of non-rigid and rigid problem, rigid problems (such as large coefficient VDP equation) such as using the always method ODE45 used to solve the problems , efficiency will be low, with ODE15S the other hand, many of the high efficiency. and the usual problem of non-rigid, there will be used to solve ODE45 very good results. Judging from the order can be for high-order differential equations and first-order ordinary differential equations, higher-order differential equations can be transformed into a general state space (STATE SPACE) used to solve the low-order different)

文件列表:

数值分析作业.doc
数值分析作业m文件
.................\1.fig
.................\2.fig
.................\3.fig
.................\4.fig
.................\5.fig
.................\6.fig
.................\a50step001008.emf
.................\adams_wjl.asv
.................\adams_wjl.m
.................\adams_wjl1.m
.................\bvp.emf
.................\bvptest.asv
.................\bvptest.m
.................\cd_temp.m
.................\cd_work.m
.................\d080501.txt
.................\dampmass
.................\........\dampmass.m
.................\........\dampmass1.m
.................\........\dampmass_test.m
.................\........\odesol_w.asv
.................\........\odesol_w.m
.................\dampmass.asv
.................\dampmass.m
.................\dampmass1.m
.................\dampmass_test.m
.................\digui.m
.................\digui_r.m
.................\errorbar.emf
.................\exact51.m
.................\exact52.m
.................\exact53.m
.................\funtest1.m
.................\funtest2.m
.................\funtest3.m
.................\h080503.txt
.................\h080504.m
.................\history080501.m
.................\m文件列表.txt
.................\na52test.m
.................\na53test.m
.................\nm_ch_0501.asv
.................\nm_ch_0501.m
.................\odedemo
.................\.......\odedemo.m
.................\.......\odeexamples.m
.................\.......\orbitode.m
.................\ODEfun5.m
.................\odesol_w.asv
.................\odesol_w.m
.................\p30001.emf
.................\p3001.emf
.................\p301.emf
.................\p51solution.emf
.................\p51solutionA50.emf
.................\p51solutionA50Ylim.emf
.................\p51solutionYlim.emf
.................\RK1.m
.................\rk51test.asv
.................\rk51test.m
.................\rk_ex_5_1.m
.................\rk_wjl.asv
.................\rk_wjl.m
.................\s0.01r0.30err.emf
.................\s0.01r0.30exact.emf
.................\s0.1r0.30.emf
.................\s0.1r0.30exact.emf
.................\slprj
.................\.....\sim
.................\.....\...\vdp
.................\.....\...\...\tmwinternal
.................\.....\...\...\...........\binfo.mat
.................\.....\...\...\...........\minfo.mat
.................\.....\...\_sharedutils
.................\.....\sl_proj.tmw
.................\vanderpolequ.m
.................\vdpdemo_wjl.m
.................\vdptest.asv
.................\vdptest.m
.................\vdpu1.emf
.................\vdpu1.eps
.................\vdpu1.fig
.................\vdpu1000.emf
.................\vdpu1000stiff.eps
.................\vdpu1phase.emf
.................\vdpu1phase.eps
.................\vdp_acc.dll
.................\vdp_accel_rtw
.................\.............\modelsources.txt
.................\.............\rtwtypes.h
.................\.............\rtw_proj.tmw
.................\.............\rt_nonfinite.c
.................\.............\rt_nonfinite.h
.................\.............\rt_nonfinite.obj
.................\.............\tlc
.................\.............\...\cgirblk_s0_b1_Outputs.tlc
.................\.............\...\cgirblk_s0_b3_Outputs.tlc
.................\.............\...\cgirblk_s0_b5_BlockOutputComment.tlc

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BYT
    B样条的插补代码,通过MATLAB生成图形(B-spline interpolation code generated by MATLAB Graphics)
    2011-06-01 22:36:39下载
    积分:1
  • [MATLAB].David.McMahon
    MATLAB关于科学计算的教程,很适合初学者使用(MATLAB tutorial on scientific computing, it is suitable for beginners)
    2011-11-03 22:18:23下载
    积分:1
  • MATLAB_introduction
    matlab reference manual
    2010-06-13 20:49:14下载
    积分:1
  • soursecode
    该文件的功能是实现定位检测,基于MATLAB来实现的,适合初学者学习参考。(The document function is to achieve the targeted detection, based on MATLAB to achieve, and is suitable for beginners to learn for reference.)
    2009-11-27 21:15:08下载
    积分:1
  • time
    1/3 oct filter code,used for frequency analysis(1/3oct matlab code,used for frequency analysis)
    2012-12-31 17:08:38下载
    积分:1
  • layer_peeling
    reflect spectral by layer peeling
    2010-10-03 03:18:11下载
    积分:1
  • README-dllset
    README dllset是一个很容易确实的系统文件他的作用是更好的利用互联网来检索更多资源并优化(README dllset is an easy to do system files his role is to retrieve more resources and optimize the use of the Internet to better)
    2013-09-28 17:20:38下载
    积分:1
  • VN
    说明:  a project on epilipcy
    2011-12-04 18:44:40下载
    积分:1
  • classification
    This code get the path of images and extract features of these images , then use the NN tool for training
    2012-04-25 19:56:20下载
    积分:1
  • matlab
    MATLAB通信仿真及应用实例 很不错的 老师竭力推荐(on demand)
    2012-05-13 16:31:38下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载