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

搜索资源列表

  1. rk4sys

    1下载:
  2. 用于求解4阶常微分方程组的龙格库塔法matlab求解函数工具-fourth-order Runge-Kutta for a system of ODEs
  3. 所属分类:Algorithm

    • 发布日期:2017-03-18
    • 文件大小:1024
    • 提供者:guozy
  1. lkkt

    0下载:
  2. 龙格库塔法求解常微分方程组,经典算法,值得分享-Runge-Kutta method for solving ordinary differential equations
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:304052
    • 提供者:王鹏
  1. numericalsolution

    0下载:
  2. 针对常微分方程的数值解法,包含三个程序,可用于计算方法,数学建模等课程-For numerical solution of ordinary differential equations, including three procedures, the method can be used to calculate mathematical modeling course
  3. 所属分类:source in ebook

    • 发布日期:2017-05-06
    • 文件大小:1524808
    • 提供者:wy
  1. lgkt

    1下载:
  2. 用四阶龙格库塔法求解常微分方程的初值问题,用C语言实现的程序,简单易懂,很好用-Fourth-order Runge-Kutta method for solving initial value problems for ordinary differential equations using C language program, easy to understand, easy to use
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:676
    • 提供者:adsfasdf
  1. FEM.tar

    0下载:
  2. 有限元方法解常微分方程,含绘图,精度报告。./test.sh运行-finite element method solve equation. contains draw and order !./test.sh run program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:260685
    • 提供者:涂雄标
  1. numerical-simulation

    0下载:
  2. 4阶经典Runge-Kutta格式解常微分方程,Romberg(龙贝格)法求函数的积分,三阶样条插值(一阶导数边界条件),定步长梯形法求函数的积分,矩阵A的伴随矩阵, Lagrange插值法数值求解,Newton迭代法解非线性方程f(x)=0-Fourth-order Runge-Kutta classic format solution of ordinary differential equations, Romberg (Romberg) method for function point
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2964
    • 提供者:dierlin
  1. Ordinary-Differential-Problems

    0下载:
  2. 用Euler法、中点格式、预报-校正格式、经典四级四阶R-K格式算法求解一阶常微分方程初值问题的数值解。-By Euler method, the midpoint format, forecast- correction format, the classic format of four fourth-order RK algorithm for a numerical solution of ordinary differential equations in order to solve
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:17398
    • 提供者:王册
  1. Classic-display-format

    0下载:
  2. 用古典(最简)显格式计算常微分方程问题并与解析解比较。-Computational problems of ordinary differential equations with classical (the simplest) was compared with the analytical solution format and.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:10356
    • 提供者:王册
  1. Runge-Kutta

    0下载:
  2. 常微分方程组的四阶Runge-Kutta方法,自己做的一个作业,感觉还可以吧-Fourth-order Runge-Kutta method for ordinary differential equations, a job do it yourself, you can feel it
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:606700
    • 提供者:
  1. shuzhifenxi

    0下载:
  2. 数值分析实验报告,包括阿当姆斯方法解常微分方程和高斯列主元消去法解线性方程组-Numerical analysis of experimental reports
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:82869
    • 提供者:wangjipeng
  1. Lyapunov-exponent

    0下载:
  2. 常微分方程系统下,利用程序求解李雅普诺夫指数-Solving differential equations system under constant Lyapunov exponent
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:236302
    • 提供者:zhangxiaoqin
  1. DE

    0下载:
  2. 常微分方程的初值问题matlab源码集合。-Initial value problems for ordinary differential equations matlab source collection.
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:12214
    • 提供者:WWH
  1. Adaptive-Runge-Kutta-method

    0下载:
  2. 用FORTRAN语言编写了经典的常微分方程数值解法,改进了基本龙格库塔方法,以满足用户精度要求的同时保持计算效率。 -The numerical solution of ordinary differential equation with the FORTRAN language. Improved Runge Kutta method to meet the precision demand of user at the same time maintaining computation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:606
    • 提供者:天堂鸟
  1. Numerical-Recipes

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

    • 发布日期:2017-04-24
    • 文件大小:399533
    • 提供者:Zhao Jinwei
  1. fun

    0下载:
  2. 用于非线性常微分方程,取用的欧拉法 用于非线性常微分方程,取用的欧拉法 -Euler Euler method for nonlinear ordinary differential equations, nonlinear ordinary differential equations for access, access to the
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:756
    • 提供者:冷月
  1. COMSOL_MULTIPHYSICS

    0下载:
  2. 主要介绍COMSOL Multiphysics 在零维和一维模型数值分析方面的几个关键内容。这些内容包括求根、步进式数值积分、常微分方程数值积分和线性系统分析。这几乎是所有的化工过程数学分析方法。-COMSOL Multiphysics introduces several key elements in the zero-dimensional and one-dimensional numerical analysis model. These include roots, stepping
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:218630
    • 提供者:caiyue
  1. Adams

    1下载:
  2. 用四阶Adams预测校正方法求解常微分方程的源代码-With a fourth-order Adams predictor-corrector method for solving ODE source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:678817
    • 提供者:Leo Lee
  1. Differential-Equations

    0下载:
  2. 此代码实现常微分方程的求解,经测试代码正确无误。-This code implements ODEs, the code is correct.
  3. 所属分类:LabView

    • 发布日期:2017-04-28
    • 文件大小:10806
    • 提供者:hypig
  1. Theinitialvalueproblems

    0下载:
  2. 常微分方程的初值问题 matlab函数。。。 -The initial value problems of ordinary differential equations, matlab functions..
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:10724
    • 提供者:阿叔
  1. ordinary-differential-equation

    0下载:
  2. 用于求解常微分方程的Labview源代码,希望对大家有帮助。-The solution of ordinary differential equations Labview source code, we hope to help others.
  3. 所属分类:LabView

    • 发布日期:2017-04-26
    • 文件大小:17593
    • 提供者:sumin
« 1 2 ... 21 22 23 24 25 2627 28 29 30 31 32 33 »
搜珍网 www.dssz.com