登录
首页 » matlab » numerical_analysis_homework

numerical_analysis_homework

于 2009-03-16 发布 文件大小:343KB
0 209
下载积分: 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 个回复

  • One_Against_One
    OAO SVM classification
    2010-11-01 19:52:51下载
    积分:1
  • toolkit2
    这是一个非常好的关于kit的matlab工具箱。(This is a matlab toolbox of kit.)
    2010-01-24 13:03:42下载
    积分:1
  • Cross-factor-with-particle-swarm-ptimization-algor
    对于粒子群算法和MATLAB学习者有很大帮助,非常好用的。(PSO algorithm and MATLAB for learners of great help, very useful.)
    2010-05-31 18:17:41下载
    积分:1
  • lap_dynp
    transformée de laplace dynamique
    2014-01-08 12:57:52下载
    积分:1
  • MATLABtextdongtaiwenbenxianshi
    是关于在MATLAB中动态显示文本的源代码,很有用的(With regard to dynamic display in the MATLAB version of the source code, very useful)
    2009-04-21 21:46:37下载
    积分:1
  • houghpeaks
    说明:  冈萨雷斯数字图像处理matlab版源码houghpeaks源码(Gonzalez Digital Image Processing matlab source code version of source code houghpeaks)
    2010-03-21 17:11:14下载
    积分:1
  • SVD-TLS
    基于SVD_TSL算法的ARMA模型的参数估计,欢迎下载(SVD_TSL algorithm based on parameter estimation of ARMA models, please download)
    2020-10-28 02:39:58下载
    积分:1
  • 6
    说明:  在MATLAB平台上,编译自适应算法的M文件,进行系统仿真,并对滤波器的阶数、收敛步长、跟踪速度和稳态误差进行了详细的分析和研究。( On the MATLAB platform, the M file is written and system simulation experiment is put on. The main parameters such as number of filter exponent, step-size, track-speed, errors and so on are discussed, that provided a solid foundation for the hardware realization of adaptive filters.)
    2012-06-10 15:06:11下载
    积分:1
  • 8-UKF算法在惯性导航系统中的应用
    说明:  使用无迹卡尔曼滤波器完成系统惯性导航,效果很好(use ukf to achieve imu)
    2020-06-10 15:41:08下载
    积分:1
  • mancovan123
    N-way Multivariate ANalysis of COVAriance (MANCOVA
    2010-10-25 05:38:36下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载