Welcome![Sign In][Sign Up]
Location:
Search - 常微分方程算法

Search list

[Mathimatics-Numerical algorithms常微分方程(组)求解.rar

Description: 给出计算常微分方程(组)的各种算法的使用示例。
Platform: | Size: 12553 | Author: | Hits:

[Other resource常微分方程数值解法

Description: 常微分方程数值解法,又是一个数值分析的常用算法-Numerical Solution of ordinary differential equations, numerical analysis is a common algorithm
Platform: | Size: 8103 | Author: 陈新 | Hits:

[Algorithm龙格库塔法解常微分方程

Description: 解常微分方程的龙格库塔法C源程序
Platform: | Size: 480 | Author: myl2016 | Hits:

[Mathimatics-Numerical algorithms常微分方程(组)求解

Description: 给出计算常微分方程(组)的各种算法的使用示例。-Given the calculation of ordinary differential equations (group) the use of various algorithms sample.
Platform: | Size: 12288 | Author: 一刀客 | Hits:

[AlgorithmNr_C

Description: 书是针对工程上常用的行之有效的算法而编写的C语言函数程序集,在第一版的基础上作了修改和扩充。书中包括了近几年出现的许多新算法。全书分为数值计算与非数值计算两部分。其中数值计算部分的内容包括:线性代数方程组的求解、矩阵运算、矩阵特征值与特征向量的计算、非线性方程与方程组的求解、插值、数值积分、常微分方程(组)的求解、拟合与逼近、数据处理与回归分析、极值问题、数学变换与滤波、特殊函数、随机数的产生、多项式与连分式函数的计算、复数运算;非数值计算部分的内容包括:排序、查找、图形模式下读写屏幕象点、基本图形操作、汉字操作等。-book is widely used in engineering at the effective preparation of the algorithm and C language function suite, on the basis of the first edition was revised and expanded. The book includes the past few years, many of the new algorithm. Topics are divided into the numerical and non- numerical calculation of two parts. These numerical part of the contents include : linear algebraic equations by solving the matrix computation, Matrix eigenvalues and eigenvectors of computing, nonlinear equations and solve equations, interpolation, numerical integration, ordinary differential equations (Group I) solution, fitting and approximation, data processing and back In analysis, optimization, mathematical transformation and filtering, special functions, the selection of random numbers, and even fracti
Platform: | Size: 230400 | Author: 姚志良 | Hits:

[Algorithm常微分方程数值解法

Description: 常微分方程数值解法,又是一个数值分析的常用算法-Numerical Solution of ordinary differential equations, numerical analysis is a common algorithm
Platform: | Size: 249856 | Author: 陈新 | Hits:

[Mathimatics-Numerical algorithmsC++常用数值算法之5常微分方程

Description: 是《计算机常用数值计算算法与程序 C++版》一书的配套C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting the C source code file, the source files extensions are used. Cpp form. These procedures have been in C Microsoft Windows platform under the Virsual C 6.0 environment through
Platform: | Size: 27648 | Author: | Hits:

[CSharpflyMachine

Description: 飞机运动轨迹模拟 使用龙格-库塔算法计算常微分方程数值解 并用图形显示运动轨迹 作者自己作业的源程序 欢迎讨论-aircraft trajectories simulated using the Runge- Kutta method to calculate the numerical solution of differential equations with graphics and movement track their authors trace the source operating welcome discussion
Platform: | Size: 520192 | Author: | Hits:

[AlgorithmodeEuler

Description: 求解常微分方程数值解的Euler算法matlab源程序。-ordinary differential equation solving numerical solution of Euler algorithm Matlab source.
Platform: | Size: 1024 | Author: 闰土 | Hits:

[AlgorithmodeRK4

Description: 4阶龙格库塔方法求常微分方程的数值算法的函数子程序。-four bands Runge- Kutta method for ordinary differential equations, numerical algorithm of the function subroutine.
Platform: | Size: 1024 | Author: 闰土 | 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:

[Mathimatics-Numerical algorithmsRKmethodmatlab

Description: 常微分方程数值解法四阶龙哥库塔算法Matlab实现-RK method
Platform: | Size: 10240 | Author: 甘刚 | Hits:

[matlabchangweifenfangchengshuzhijie

Description: 自编常微分方程初值问题的常用算法,包括折线法、改进欧拉法、4阶龙格-库塔法-Self-compiled initial value problems of ordinary differential equations commonly used algorithms, including the broken line method, improved Euler' s method, 4-order Runge- Kutta method
Platform: | Size: 301056 | Author: 袁堂飞 | Hits:

[matlabnumerical

Description: 按显示R-K算法编制任意m级显式R-K程序,用四阶或五阶的方法解决方程求解常微分方程的求解问题。-The use of R-K method for solving equations of the mathematical model
Platform: | Size: 25600 | Author: 于雨 | Hits:

[matlabNumerical-solution-of-differential-equation-and-Ma

Description: 常微分方程数值解及其MATLAB实现,包含了数学原理,算法和程序。-Numerical Solution of Ordinary Differential Equations MATLAB implementation, including the mathematical principles, algorithms and procedures.
Platform: | Size: 992256 | Author: wang jungang | Hits:

[matlab牛顿插值和欧拉法解方程

Description: 欧拉法解常微分方程和牛顿插值法,是数值分析中的经典算法,适合初学者。(Euler solutions of ordinary differential equations and newton interpolation are the classic algorithms, they are suitable for beginners.)
Platform: | Size: 2048 | Author: 润惠万物 | Hits:

[Other常微分方程求解算法

Description: 高阶线性常微分方程的求解算法步骤实验报告。(Solving algorithm, procedure and experiment report of higher order linear ordinary differential equation.)
Platform: | Size: 231424 | Author: 瑞秋 | Hits:

[Othershoot

Description: 试用打靶法求二阶非线性常微分方程两点边值的数值解,用Matlab编程计算,并给出一些例子,验证你的算法与程序的正确性。(shooting method for two order nonlinear ordinary differential equations)
Platform: | Size: 12288 | Author: 柯基饼干 | Hits:

[DocumentsMatlab解微分方程(ODE+PDE)

Description: MATLAB解常微分方程和偏微分方程求解器介绍,算法和用法。结合几个有代表性的案例,一步步讲解,非常简单、清楚,明了(MATLAB solutions to ordinary differential equations and partial differential equations solver, algorithm and usage. A few representative cases, step by step, are very simple, clear and clear.)
Platform: | Size: 496640 | Author: Shown Liu | Hits:

[matlab常微分方程的数值解法

Description: 常微分方程的数值解法,包括欧拉法,改进欧拉法,四阶龙格-库塔法(The numerical solution of ordinary differential equations, including Euler method, improved Euler method, four order Runge Kutta method)
Platform: | Size: 1024 | Author: 靖哥哥sj | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net