登录
首页 » matlab » numerical_analysis_homework

numerical_analysis_homework

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

  • SEP
    LEACH协议的改进SEP的Maltab仿真代码( SEP,a protocol to improve the LEACH by Maltab)
    2010-02-14 21:04:57下载
    积分:1
  • optimal
    拟牛顿法编写无约束优化程序,主要用于电力系统务工优化。(quasi-Newton method to prepare unconstrained optimization procedures, mainly for the power system optimization workers.)
    2006-09-18 22:45:41下载
    积分:1
  • Registration
    基于互信息的医学图像配准 matlab程序(image registration based on mutual information matlab)
    2011-01-04 16:00:54下载
    积分:1
  • ProUnit0
    常规CFAR检测方法,很有用,可以处理一般雷达回波,得到距离多普勒图(Conventional CFAR detection method is useful)
    2020-11-05 23:59:50下载
    积分:1
  • chap2
    专家PID控制的matlab例程,主要包括开环,PI控制等方式(Expert matlab control of the PID routines, including open loop, PI control, etc.)
    2016-01-18 22:57:22下载
    积分:1
  • matlabclassic
    matlab一些非常经典算法的程序以及说明(Matlab some very classical algorithm and on the procedures)
    2007-03-22 08:41:02下载
    积分:1
  • design-filter-to-minimum-noise
    根据加噪声的音乐信号,设计合适的滤波器,对原有信号进行滤波,去除噪声,实现滤波功能。(According to the signal plus noise music, design the appropriate filter, the original signal is filtered to remove noise, the filtering function.)
    2011-08-03 22:43:01下载
    积分:1
  • function-Frft
    Program frft matlab code
    2014-11-18 09:29:17下载
    积分:1
  • biyesheji
    一个本科毕业设计,关键是有源码。内容为ofdm系统仿真,包括设计方案,仿真参数设置等。(A graduation project, the key is a source. Content ofdm system simulation, including the design, simulation and parameter setting.)
    2010-07-18 15:36:08下载
    积分:1
  • turbo
    matlab turbo的实现,转载于某人的书(matlab turbo)
    2011-09-03 11:51:52下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载