CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 常微分方程

搜索资源列表

  1. ode23tx

    0下载:
  2. 用有限差分法精确求解了一般的常微分方程,对于需要做数值计算的同学有很大帮助-Accurate finite difference method for solving the general ordinary differential equations, numerical calculation for students who need to do much help
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1732
    • 提供者:吴俊杰
  1. differentialequation

    0下载:
  2. 常微分方程的数值解法,即用欧拉法求解常微分方程的源代码,C语言-The numerical solution of ordinary differential equations, namely, Euler' s method for solving ordinary differential equations with the source code, C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:724
    • 提供者:王亮
  1. marunge4gh

    1下载:
  2. 1 用途:4阶经典龙格库塔格式解常微分方程y =f(x, y), y(x0)=y0 格式:[x, y]=marunge4(dyfun,xspan,y0,h) dyfun为函数f(x,y), xspan为求解区间[x0, xn], y0为初值, h为步长, x返回节点, y返回数值解 2 用途:用LU分解法解方程组Ax=b -1 Uses: 4-order classical Runge-Kutta solution of ordinary differential
  3. 所属分类:Algorithm

    • 发布日期:2017-03-18
    • 文件大小:860
    • 提供者:huanhuan
  1. Rungekutta4th

    0下载:
  2. 四阶Runge-Kutta法解一阶常微分方程Matlab代码-Fourth-order Runge-Kutta method for solving a first-order ordinary differential equations Matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:804
    • 提供者:张米
  1. resolution

    0下载:
  2. 常微分方程(组)的求解能够运行实现,比较简单-Ordinary differential equation (group) solution can be run to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:27108
    • 提供者:董仁举
  1. 07

    0下载:
  2. Delphi算法包含各种算法:如矩阵变换,傅里叶变换等,常微分方程等,都是源码程序-Delphi 计算方法;包含各种算法:如矩阵变换,傅里叶变换等,常微分方程等,都是源码程序
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-08
    • 文件大小:1585893
    • 提供者:pangchangtao
  1. 2

    1下载:
  2. 数值分析课件,包括:第00章 引论 ,第01章 插值方法,第02章 数值积分,第03章 常微分方程的差分方法等-Numerical Analysis of courseware, including: the first 00 chapters cited on the first 01 chapters interpolation method, the first 02 chapters of numerical integration, the first 03 chapters of
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2657982
    • 提供者:夜月烨
  1. EULER_ALGORITHM

    0下载:
  2. 非线性常微分方程的Mathematica代码,采用欧拉法求解,dy/dt=f(t,y)的类型。-Mathematica code for nonlinear ordinary differential equations, using Euler s Method, dy/dt = f (t, y) type.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:949
    • 提供者:he
  1. C_language_algorithms_for_Quick_Lookup_Manual

    3下载:
  2. 《C语言算法速查手册》用C语言编写了科研和工程中最常用的166个算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。同时结合这些算法列举了将近100个应用实例,对其进行验证和分析。 -" C language algorithms for Quick Fact Manual" using
  3. 所属分类:source in ebook

    • 发布日期:2014-06-10
    • 文件大小:222943
    • 提供者:Jawen
  1. VisualC

    0下载:
  2. 常用数值算法源代码第1章线性代数方程组的解法,第2章插值,第3章数值积分,第4章特殊函数,第5章函数逼近,第6章随机数,第7章排序第8章特征值问题第9章数据拟合第10章方程求根和非线性方程组的解法第11章函数的极值和最优化第12章傅里叶变换谱方法第13章数据的统计描述第14章解常微分方程组第15章两点边值问题的解法第16章偏微分方程的解法-Numerical algorithm used
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:63148434
    • 提供者:龚云隆
  1. marungemaspline

    0下载:
  2. 4阶经典龙格库塔格式解常微分方程y =f(x, y), y(x0)=y0 marunge4 用途:三阶样条插值(一阶导数边界条件)maspline-w
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1392
    • 提供者:wangsizhao
  1. GRKT10

    0下载:
  2. 最常用的四阶龙格—库塔法求解一阶常微分方程的C语言实现方法-The most commonly used fourth-order Runge- Kutta method for solving a first-order ordinary differential equations of the C language implementation method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:998
    • 提供者:赵新宇
  1. A_class_of_Linear_ODE_WITH_Finite_Recursion

    0下载:
  2. 求一类常系数线性常微分方程特解的有限递推法-A class of Linear Ordinary Differential Equations with Finite Recursion
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:272030
    • 提供者:shuyi
  1. calculation_method_Algorithm_Design_and_Implementa

    0下载:
  2. 本电子书包涵了各种算法的MATLAB实现,具体包括插值方法、数值分析、常微分方程的差分法、方程求根、线性方程组的迭代法、线性方程组的直接法等等,还包括习题参考答案和MATLAB文件汇集-The e-book encompasses the MATLAB implementation of various algorithms, specifically including interpolation methods, numerical analysis, ordinary differenti
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3143937
    • 提供者:gongshulei
  1. Ordinary_Differential_Equation_to_solve

    0下载:
  2. 用C编写的常微分方程(组)的求解程序,可以参考一下-Ordinary Differential Equations written with C (s) of solving procedures for reference
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:27057
    • 提供者:蛐蛐
  1. differentialequations

    0下载:
  2. 本源码为原创代码。包含分别用改进欧拉方法、龙格-库塔法、阿当母斯法求解形如y =f(x,y)的常微分方程的源代码。希望对用到数值计算算法的起帮助作用。-The source for the original code. Included were the improved Euler method, Runge- Kutta method, Adam mother there method of the form y ' = f (x, y) of ordinary differentia
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:102180
    • 提供者:风流云散
  1. sijielonggekutafajieyijiechangweifenfangcheng

    0下载:
  2. 本程序是用Visual Biasic 实现用四阶龙格-库塔方法对一阶常微分方程(其通式为dy/dx=m-qx(m,q为常数))求解,并用点表示出各函数值在坐标轴上的位置。 龙格-库塔(Runge-Kutta)方法是一种高精度的单步法,比欧拉格式更精确,它采用了间接使用泰勒级数的技术。他既保留了泰勒公式的精度高的特点又避免过多的计算导数值。他是有泰勒公式推倒出的,因此它要求所求的解应具有较好的光滑性。 坐标表示其位置,这样可以直观的看出不用微分方程解的位置以及它们的联系。 -This
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4361
    • 提供者:天云
  1. ODE

    0下载:
  2. 这个例子演示了如何使用这两个公式的字符串模式的多态性常微分方程求解器。-This example demonstrates how to use the polymorphic ODE solver in both Formula String mode and VI mode.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:83480
    • 提供者:guan
  1. LITI823

    0下载:
  2. 有限差分法解二阶常微分方程边值问题。计算更为简便,精度更高-Finite Difference Method for Solving Boundary Value Problems for Second Order Ordinary Differential Equations. Computing easier, more accurate
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:520
    • 提供者:rikeyxie
  1. Runge-Kutta

    1下载:
  2. 龙格-库塔法(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.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-25
    • 文件大小:1408
    • 提供者:张勇
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 26 »
搜珍网 www.dssz.com