Welcome![Sign In][Sign Up]
Location:
Search - matlab runge kutta

Search list

[Otherrunge-kutta

Description: 用matlab编写的用于求微分方程解的方法,实现的是Runge-kutta法
Platform: | Size: 87820 | Author: 左玉知 | Hits:

[Other200556122155643

Description: 龙格库塔法解决微分方程Mathematica编译实现。可以解决微分方程,四阶。-Runge- Kutta method to solve differential equations Mathematica compiler to achieve. Differential equations can be solved, four bands.
Platform: | Size: 165888 | Author: oscar | Hits:

[Windows Developrk4

Description: function [tout, yout] = rk4(ypfun, tspan, y0, h) %定步长四阶Runge-Kutta法求常微分方程(组)数值解 %[tout,yout] = rk4( ypfun , tspan, y0,h) % 这里字符串ypfun是用以表示f(t, y)的M文件名, % tspan=[t0, tfinal]表示自变量初值t0和终值tf % y0表示初值向量y0,h是步长。 % 输出列向量tout表示节点 (t0 , t1 , … , tn) % 输出矩阵yout 表示数值解,每一列对应y的一个分量-function [tout, yout] = rk4 (ypfun. tspan, y0, h)% fixed step four-stage Runge- Kutta method for ordinary differential equations (Group) numerical solution% [tout. yout] = rk4 (ypfun, tspan, y0, h)% string ypfun here is used to indicate that f (t, y) M name, tspan% = [t0. tfinal] said variable initial and final t0 tf% y0 said initial vector y0, h is a step. % Output column vector tout said Node (t0, t1, ..., tn)% output matrix yout said numerical solution, each y counterparts out of a weight
Platform: | Size: 1024 | Author: 王志波 | Hits:

[matlabrossler

Description: 用来计算rossler吸引子的程序,运用四阶龙格库塔法非常实用,-used to calculate rossler attractor procedures, using four-Runge- Kutta method is very practical.
Platform: | Size: 1024 | Author: 张小娟 | Hits:

[matlabODE4

Description: Matlab中的四阶龙格库塔法m文件。 -Matlab in the fourth-order Runge-Kutta method m file.
Platform: | Size: 1024 | Author: 小强 | Hits:

[matlabRungkuta4

Description: 4阶龙格--库塔法解常微分方程,比较好用,希望大家尝试.-4-order Runge-Kutta method solution of ordinary differential equations, more useful, I hope everyone try.
Platform: | Size: 1024 | Author: 王明 | Hits:

[Othermatlab_Runge-Kutta-Fehlberg

Description: matlabMATLAB使用龙格-库塔-芬尔格(Runge-Kutta-Fehlberg)方法来解ODE问题。-matlabMATLAB the use of Runge- Kutta- Fehlerg (Runge-Kutta-Fehlberg) approach to the solution of ODE problems.
Platform: | Size: 200704 | Author: Zeal | Hits:

[matlabmatlab

Description: 动态系统仿真例子,使用matlab语言,四阶龙格-库塔发-Dynamic system simulation example, the use of matlab language, fourth-order Runge- Kutta-fat
Platform: | Size: 3072 | Author: 扬之江 | Hits:

[matlabpengtaiyu2

Description: 四阶龙格库塔法,大学MALAB实践课程 需要的请下载-Fourth-order Runge-Kutta method, the University needs MALAB practical courses please download
Platform: | Size: 1024 | Author: pengtaiyu | Hits:

[File FormatRunge-Kutta

Description: 两个求解微分方程组 的龙格库塔法程序两个程序可用-Solving the two differential equations Runge-Kutta method can be used two procedures procedures
Platform: | Size: 1024 | Author: df | Hits:

[matlabnumerical_analysis_homework

Description: (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(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
Platform: | Size: 351232 | Author: wjl | Hits:

[Algorithmrunge-kutta4

Description: 利用四阶runge-kutta法,计算铅垂面内导弹弹道轨迹的一个例子。-Using fourth-order runge-kutta method, calculation of vertical-plane trajectory of the missile an example
Platform: | Size: 1024 | Author: 赌挖宝 | Hits:

[Mathimatics-Numerical algorithmsRK4forBlasiusequation

Description: Fortran file to solve blasius equation by using runge kutta 4th order
Platform: | Size: 1024 | Author: Nha | Hits:

[matlabRunge-Kutta

Description: 在matlab中四阶Runge-Kutta法求解常微分方程-Runge-Kutta
Platform: | Size: 4096 | Author: ll | Hits:

[Algorithmrunge-kutta

Description: 常微分方程的数值解法及仿真 一、 欧拉(Euler)公式 2 二、 龙格-库塔公式 2 1. 二阶龙格-库塔公式 2 2. 四阶龙格-库塔公式 2 三、 一阶常微分方程组的数值解法 2 四、 仿真算例 4 仿真1 应用欧拉法 4 仿真2 应用二阶龙格-库塔法 5 仿真3 应用四阶龙格-库塔法 6 附录 Matlab程序 7 1. 欧拉法程序 7 2. 二阶龙格-库塔法程序 8 3. 四阶龙格-库塔法程序 9 参考文献 10 -runge-kutta
Platform: | Size: 217088 | Author: winwind | Hits:

[matlabRunge-Kutta

Description: 经典Runge-Kutta法,计算积分的源代码,用matlab实现-Classical Runge-Kutta method to calculate the source code of points, using matlab implementation
Platform: | Size: 26624 | Author: 刘华杰 | Hits:

[Mathimatics-Numerical algorithmsRunge-Kutta

Description: 龙格-库塔法(Runge-Kutta)是用于模拟常微分方程的解的重要的一类隐式或显式迭代法。-Runge- Kutta method (Runge-Kutta) is used to simulate the ordinary differential equations of an important class of implicit or explicit iterative method.
Platform: | Size: 1024 | Author: 张勇 | Hits:

[AlgorithmMatlab-Runge-Kutta-method

Description: 数值分析中求解龙格库塔法解微分方程的matlab程序-Matlab program for solving the Runge-Kutta method for solving differential equations in numerical analysis
Platform: | Size: 3072 | Author: seven | Hits:

[AlgorithmOribit Design

Description: 1.基于龙格库塔方法的卫星轨道六要素计算 2.卫星轨道优化(1.Six elements calculation of satellite orbit based on Runge Kutta method 2.Satellite orbit optimization)
Platform: | Size: 7168 | Author: Mrone123 | Hits:

[matlab交会对接

Description: 基于四级四阶龙格库塔方法的航天器交会对接问题求解(Solving the problem of spacecraft rendezvous and docking based on the four stage and four order Runge Kutta method)
Platform: | Size: 1024 | Author: Mrone123 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net