登录
首页 » matlab » numerical_analysis_homework

numerical_analysis_homework

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

  • random
    提供了平均分布和正态分布的功能,并显示出来(Provide evenly distributed and the normal distribution function)
    2014-09-14 15:17:26下载
    积分:1
  • DTMFmoden
    Matlab源程序,是对DTMF进行调解和解调的程序。(matlab source for modernization of DTMF)
    2009-05-13 23:45:30下载
    积分:1
  • segment
    Graph cut Image Segmentation
    2009-12-11 01:38:34下载
    积分:1
  • wind_rose
    说明:  MATLAB用于绘制风场玫瑰图的程序源码(MATLAB wind roses for the draw procedure)
    2011-02-24 09:38:32下载
    积分:1
  • rechuandao-matlab
    一篇关于matlab在热传导领域的应用文献。(A literature matlab in the field of thermal conduction.)
    2013-02-01 18:15:39下载
    积分:1
  • acf-2
    it is acf2 matlab code
    2013-10-06 06:06:14下载
    积分:1
  • single degree
    duffing振子非线性系统的分叉图和映射图程序,简单易学(Bifurcation diagram of nonlinear system of duffing oscillator is simple and easy to learn)
    2018-08-11 20:32:05下载
    积分:1
  • gpml
    高斯过程的协方差函数 及其选着 列出多个协方差函数
    2011-01-09 09:50:44下载
    积分:1
  • Chapter-9-Data-Analysis
    该为matlab详尽学些资料第八章“数据分析”(Learn some of the detailed information for the matlab Chapter 8, " Data Analysis" )
    2013-07-23 20:32:25下载
    积分:1
  • photo1
    图像处理的源代码,matlab图像的处理方面的程序(image processing of source code, Matlab image processing procedures)
    2007-03-26 17:22:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载