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

搜索资源列表

  1. Automatic_Continuation_with_Deferred_Corrections.z

    0下载:
  2. Fortran77编写而成。基于连续的原理解决stiff两点边值常微分问题,是由Cash改编自TWPBVP程序。 内有说明,算例和参考信息,并且附有stiff问题的一些结果。-Automatic Continuation with Deferred Corrections The package ACDC (which is written in FORTRAN 77) is designed to solve stiff two-point boundary value
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:270268
    • 提供者:刘项
  1. ODE_FEM

    3下载:
  2. 采用有限元方法求解二阶常微分方程,分别划分和不划分子元采用配置法、最小二乘法、矩量法和Galerkin法,对初学有限元的童鞋很有帮助:)-Finite element method to solve ordinary differential equation, respectively, by sub-element division and do not use collocation method, least squares method, moment method and Galer
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:2114
    • 提供者:ROGERNOD
  1. Milne

    0下载:
  2. 用米尔恩(Milne)公式求解常微分方程初值问题的数值解-By Milne (Milne) for solving ordinary differential equations numerical solution of initial value problems
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:6733
    • 提供者:honghong
  1. hanming

    0下载:
  2. 利用常用四阶龙格-库塔公式求初值,再利用汉明公式、米尔恩公式和改进的四阶亚当斯隐式公式及常用的四阶龙格-库塔公式求解其余的数值解求解常微分方程初值问题,并计算它与精确解的误差-Use of commonly used fourth order Runge- Kutta initial value to the Formula, and then use the Hamming formula, Milne formula and improved fourth-order implicit Ad
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:6702
    • 提供者:honghong
  1. yadangsi

    0下载:
  2. 利用四阶亚当斯隐式公式求解常微分方程初值,并计算它与精确解的误差-Using fourth-order implicit Adams formula for solving initial value ordinary differential equations, and calculate the error with the exact solution
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:6579
    • 提供者:honghong
  1. NumericalSolutionofOrdinaryDifferentialEquationsso

    1下载:
  2. 常微分方程的数值解法源码,包括欧拉法,RK法,四阶高斯法,LAIII法,LBIII法,LA-LBIII配置法-Numerical Solution of Ordinary Differential source, including Euler method, RK method, fourth order Gauss method, LAIII law, LBIII method, LA-LBIII collocation method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2983
    • 提供者:lingzi
  1. NumericalRecipesinCWilliam.H

    3下载:
  2. 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语
  3. 所属分类:Algorithm

    • 发布日期:2014-05-08
    • 文件大小:40422400
    • 提供者:何夕
  1. euler

    0下载:
  2. 欧拉法和新式欧拉法求解常微分方程c++代码,供需要者参考-euler
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3541
    • 提供者:王杰
  1. changweifengfangchengchuzhi

    0下载:
  2. 常微分方程初值问题,有四个常用的算法,欧拉法,改进欧拉法,龙格库塔,阿达姆斯法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2018-12-01
    • 文件大小:2379
    • 提供者:hll
  1. Adams

    0下载:
  2. 常微分方程数值解的ADAMS方法,使用C++编程
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:1087665
    • 提供者:hll
  1. Crank

    0下载:
  2. 求解常微分方程,抛物线方程的曲线的顶点值求解-crank
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:774
    • 提供者:youxiang
  1. nonlineshoot

    0下载:
  2. 运用打靶法求解非线性常微分方程,简单实用-Shooting method used to solve ordinary differential equation, simple and practical
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:950
    • 提供者:吴立伟
  1. scipy-0.9.0b1

    1下载:
  2. SciPy函数库在NumPy库的基础上增加了众多的数学、科学以及工程计算中常用的库函数。例如线性代数、常微分方程数值求解、信号处理、图像处理、稀疏矩阵等等。-SciPy is package of tools for science and engineering for Python. It includes modules for statistics, optimization, integration, linear algebra, Fourier transforms, signal
  3. 所属分类:Other systems

    • 发布日期:2016-04-26
    • 文件大小:7217152
    • 提供者:沈觅仁
  1. Adams-RK

    1下载:
  2. 经典R-K法,通过它可以计算一些简单的常微分方程的数值解-Classical RK method, which can be calculated by simple numerical solution of ordinary differential equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1284
    • 提供者:zhangxiangjun
  1. PECEmatlabProgram

    1下载:
  2. 利用预估矫正方法解分数阶常微分方程,该方法适用于线性和非线性分数阶常微分方程-using PECE method to solve fractional ordinary differential equation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1171
    • 提供者:zgl
  1. solvingfractionalequation

    0下载:
  2. 该代码是求解分数阶线性常微分方程的代码,但是输入有限制-This function solves linear fractional-order differential equation
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3726
    • 提供者:zgl
  1. FixedPt

    1下载:
  2. 使用matlab 解常微分方程 (ODE)的不动点问题。采用的数值算法为Coweb-Solution of ordinary differential equations using matlab (ODE) of the fixed point problem. Numerical algorithm used for the Coweb
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5014
    • 提供者:Jing Wu
  1. NUMERICAL-ANALYSIS-IN-MATHEMATICA

    1下载:
  2. 经典数值计算方法各种算法的MATHEMATICA软件程序实现,包含各种迭代,插值,拟合,数值积分,常微分方程初边值问题,特征值等各种算法的实现-NUMERICAL ANALYSIS PROGRAMS IN MATHEMATICA
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:115117
    • 提供者:易牧
  1. ordinary-differential-equations

    0下载:
  2. 常微分方程部分,包括存在唯一性定理,线性微分方程组的一般理论-Part of ordinary differential equations, including existence and uniqueness theorem, the general theory of linear differential equations
  3. 所属分类:Development Research

    • 发布日期:2017-03-23
    • 文件大小:793539
    • 提供者:陶治江
  1. test

    0下载:
  2. 常微分方程数值解法;用于算法的最优化问题;-Numerical Solution of Ordinary Differential Equations for algorithm optimization problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:587507
    • 提供者:chuchu
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 33 »
搜珍网 www.dssz.com