搜索资源列表

  1. 常微分方程(组)求解.rar

    0下载:
  2. 给出计算常微分方程(组)的各种算法的使用示例。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:12553
    • 提供者:
  1. 常微分方程数值解法

    0下载:
  2. 常微分方程数值解法,又是一个数值分析的常用算法-Numerical Solution of ordinary differential equations, numerical analysis is a common algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8103
    • 提供者:陈新
  1. 龙格库塔法解常微分方程

    0下载:
  2. 解常微分方程的龙格库塔法C源程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-01-05
    • 文件大小:480
    • 提供者:myl2016
  1. 常微分方程(组)求解

    0下载:
  2. 给出计算常微分方程(组)的各种算法的使用示例。-Given the calculation of ordinary differential equations (group) the use of various algorithms sample.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:12288
    • 提供者:一刀客
  1. Nr_C

    0下载:
  2. 书是针对工程上常用的行之有效的算法而编写的C语言函数程序集,在第一版的基础上作了修改和扩充。书中包括了近几年出现的许多新算法。全书分为数值计算与非数值计算两部分。其中数值计算部分的内容包括:线性代数方程组的求解、矩阵运算、矩阵特征值与特征向量的计算、非线性方程与方程组的求解、插值、数值积分、常微分方程(组)的求解、拟合与逼近、数据处理与回归分析、极值问题、数学变换与滤波、特殊函数、随机数的产生、多项式与连分式函数的计算、复数运算;非数值
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:230400
    • 提供者:姚志良
  1. 常微分方程数值解法

    0下载:
  2. 常微分方程数值解法,又是一个数值分析的常用算法-Numerical Solution of ordinary differential equations, numerical analysis is a common algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:249856
    • 提供者:陈新
  1. C++常用数值算法之5常微分方程

    0下载:
  2. 是《计算机常用数值计算算法与程序 C++版》一书的配套C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting the C sou
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:27648
    • 提供者:
  1. flyMachine

    0下载:
  2. 飞机运动轨迹模拟 使用龙格-库塔算法计算常微分方程数值解 并用图形显示运动轨迹 作者自己作业的源程序 欢迎讨论-aircraft trajectories simulated using the Runge- Kutta method to calculate the numerical solution of differential equations with graphics and movement track
  3. 所属分类:C#编程

    • 发布日期:2024-04-29
    • 文件大小:520192
    • 提供者:
  1. odeEuler

    0下载:
  2. 求解常微分方程数值解的Euler算法matlab源程序。-ordinary differential equation solving numerical solution of Euler algorithm Matlab source.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:闰土
  1. odeRK4

    1下载:
  2. 4阶龙格库塔方法求常微分方程的数值算法的函数子程序。-four bands Runge- Kutta method for ordinary differential equations, numerical algorithm of the function subroutine.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:闰土
  1. numerical_analysis_homework

    0下载:
  2. (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:351232
    • 提供者:wjl
  1. RKmethodmatlab

    0下载:
  2. 常微分方程数值解法四阶龙哥库塔算法Matlab实现-RK method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:10240
    • 提供者:甘刚
  1. changweifenfangchengshuzhijie

    0下载:
  2. 自编常微分方程初值问题的常用算法,包括折线法、改进欧拉法、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
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:301056
    • 提供者:袁堂飞
  1. numerical

    0下载:
  2. 按显示R-K算法编制任意m级显式R-K程序,用四阶或五阶的方法解决方程求解常微分方程的求解问题。-The use of R-K method for solving equations of the mathematical model
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:25600
    • 提供者:于雨
  1. Numerical-solution-of-differential-equation-and-Ma

    0下载:
  2. 常微分方程数值解及其MATLAB实现,包含了数学原理,算法和程序。-Numerical Solution of Ordinary Differential Equations MATLAB implementation, including the mathematical principles, algorithms and procedures.
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:992256
    • 提供者:wang jungang
  1. 牛顿插值和欧拉法解方程

    0下载:
  2. 欧拉法解常微分方程和牛顿插值法,是数值分析中的经典算法,适合初学者。(Euler solutions of ordinary differential equations and newton interpolation are the classic algorithms, they are suitable for beginners.)
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:润惠万物
  1. 常微分方程求解算法

    0下载:
  2. 高阶线性常微分方程的求解算法步骤实验报告。(Solving algorithm, procedure and experiment report of higher order linear ordinary differential equation.)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:231424
    • 提供者:瑞秋
  1. shoot

    1下载:
  2. 试用打靶法求二阶非线性常微分方程两点边值的数值解,用Matlab编程计算,并给出一些例子,验证你的算法与程序的正确性。(shooting method for two order nonlinear ordinary differential equations)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:12288
    • 提供者:柯基饼干
  1. Matlab解微分方程(ODE+PDE)

    0下载:
  2. MATLAB解常微分方程和偏微分方程求解器介绍,算法和用法。结合几个有代表性的案例,一步步讲解,非常简单、清楚,明了(MATLAB solutions to ordinary differential equations and partial differential equations solver, algorithm and usage. A few representative cases, step by step, are
  3. 所属分类:文档资料

    • 发布日期:2024-04-29
    • 文件大小:496640
    • 提供者:Shown Liu
  1. 常微分方程的数值解法

    0下载:
  2. 常微分方程的数值解法,包括欧拉法,改进欧拉法,四阶龙格-库塔法(The numerical solution of ordinary differential equations, including Euler method, improved Euler method, four order Runge Kutta method)
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:靖哥哥sj
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org