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

搜索资源列表

  1. RK_method

    0下载:
  2. 用matlab编写的龙格库塔法求解常微分方程:数值分析中很经典的代码-a matlab code of rk solve pde
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:428260
    • 提供者:黄琪
  1. rt

    0下载:
  2. 求解非线性常微分方程所用的不同的龙格库塔方程,也包含变形的欧拉迭代。-Runge-Kutta to solve different equations used for nonlinear ordinary differential equations, Euler iteration also includes deformation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:9558
    • 提供者:linda
  1. Fourth-order-Runge_Kutta_Gill

    0下载:
  2. 四阶Runge_Kutta_Gill法求解常微分方程,需要初值-Fourth-order method for solving ordinary differential equations Runge_Kutta_Gill
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:4027819
    • 提供者:wangqiwa
  1. matlab

    0下载:
  2. matlab相关的程序,包括求解常微分方程、偏微分方程,绘制直方图-Matlab related procedures, including the solution of ordinary differential equations, partial differential equations, the histogram drawing etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:61215
    • 提供者:萧寒
  1. shuzhijisuan

    0下载:
  2. 利用matlab语言进行方程数值计算包括平方根法、改进的平方根法、追赶法求解三对角方程,Taylor解常微分方程等-Using matlab language for numerical equation includes the square root method, improved the square root method, catching method for solving tridiagonal equations, Taylor solution of ordinary di
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:25439
    • 提供者:张双喜
  1. Ruger-Kutta

    0下载:
  2. 四阶龙格库塔算法C语言求解常微分方程,开发运行环境Visual-C-Fourth-order Runge-Kutta algorithm for solving ODE C language, development environment Visual-C++ run
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1819
    • 提供者:zhifengtao
  1. rk4

    0下载:
  2. 4阶runge-kutta 求解三阶常微分方程-4th order runge-kutta third-order ordinary differential equation solving
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:666
    • 提供者:林铭雯
  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. 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. Lyapunov-exponent

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

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

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

    • 发布日期:2017-04-24
    • 文件大小:399533
    • 提供者:Zhao Jinwei
  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. 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. Differential-equation-solver

    0下载:
  2. 基于Matlab用于求解常微分方程的小程序,非常好用,欢迎下载。-Matlab-based applet for solving ordinary differential equations, and very easy to use, welcome to download.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2021
    • 提供者:liang
  1. MATLAB

    1下载:
  2. 隐式Euler公式求解常微分方程 输入参数: -odefun:微分方程的函数描述 -xspan:求解区间[x0,xn] -y0:初始条件 -h:迭代步长 -p1,p2,…:odefun函数的附加参数 输出参数: -x:返回的节点,即x=xspan(1):h:xspan(2) -y:微分方程的数值解-so easy!
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:394374
    • 提供者:颜泽勇
  1. BS32tx-

    0下载:
  2. matlab常微分方程初值问题求解,简化版的bs32()算法-matlab ODE initial value problem solving, a simplified version of bs32 () method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1793
    • 提供者:
  1. Improved-Euler-method

    0下载:
  2. 改进欧拉方法求解常微分方程的初值问题.-Improved Euler method
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-29
    • 文件大小:228003
    • 提供者:茶上上
  1. odtixing2-matlab

    1下载:
  2. 用自适应梯形公式求解常微分方程初值问题的数值解的MATLAB主程序及使用例子。-MATLAB main solving initial value problems of ordinary differential equations using adaptive trapezoidal numerical solutions and the use of examples.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:18899
    • 提供者:Yu Mao
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »
搜珍网 www.dssz.com