CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 常微分方程数值解

搜索资源列表

  1. jcwffc

    0下载:
  2. 解常微分方程,数值分析,c语言在数值分析中的应用-Solutions ordinary differential equations, numerical analysis, c language in the numerical analysis of
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2616
    • 提供者:zyf
  1. odeEuler

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

    • 发布日期:2008-10-13
    • 文件大小:832
    • 提供者:闰土
  1. _method_of_computing

    0下载:
  2. 计算方法中的常用程序,主要有线性方程组的数值解法、插值、解常微分方程等
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:698758
    • 提供者:fuhaijun
  1. MATLAB-algorithm

    0下载:
  2. 插值 函数逼近 数值微分 数值积分 非线性方程求解 解线性方程组的直接解法 解线性方程组的迭代法 随机数生成 特殊函数计算 常微分方程的初值问题 偏微分方程的数值解法 数据统计和分析-Interpolation function approximation numerical integration of nonlinear differential equations numerical solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:151573
    • 提供者:puda
  1. prog10-16

    0下载:
  2. 余向阳博士Matlab教程的源代码。 包括:1.非线性方程的解法;2.线性方程的数值解法;3插值法;4.常微分方程的解法-Dr. Yu Xiangyang Tutorial Matlab source code. Include: 1. Non-linear equations 2. The numerical solution of linear equations 3 interpolation 4. The solution of ordinary differential eq
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:12326
    • 提供者:张扬
  1. Runge_KuttaAndsquar_least

    0下载:
  2. 常微分方程数值解法Runge_Kutta解法-Numerical Solution of Ordinary Differential Equations Solution Runge_Kutta
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:805
    • 提供者:secret
  1. Scientific_Computing_and_C_assembly

    0下载:
  2. 第二章 解线性方程组的直接法 第三章 解线性方程的迭代法 第四章 插值法 第五章 数据拟合 第六章 数值微分和积分 第七章 矩阵特征值问题 第八章 非线性方程数值解法 第九章 非线性方程组的抚今迭代解法 第十章 常微分方程初值问题的数值解法 第十一章 常微分方程边值问题的数值解法 附录A C语言屏幕绘图 -Chapter II solution of linear equations in Chapter III of the direct meth
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:354674
    • 提供者:hankl wen
  1. MapleTutorial

    1下载:
  2. Maple目前应用非常广泛符号计算软件之一它拥有非常强大符号计算和数值计算功本书详细地介绍了Maple基本功包括数值计算解方程微积分计算向量及矩阵计算解常微分方程和偏微分方程等本书深入讲解了Maple编程基本原理 -Maple is widely used at present one of the symbolic computation software, It has a very powerful symbolic computation and numerical calculat
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:4415183
    • 提供者:sdfgasdfa
  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. 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-11-30
    • 文件大小:63148434
    • 提供者:龚云隆
  1. sijielonggekutafajieyijiechangweifenfangcheng

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

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

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

    • 发布日期:2017-05-03
    • 文件大小:1087665
    • 提供者:hll
  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-28
    • 文件大小:1284
    • 提供者:zhangxiangjun
  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-solutions

    0下载:
  2. 常微分方程初值问题的数值解的四种方法:RK4,AB4,AB4-AM4,改进的AB4-AM4-numerical solutions to initial value problems in ordinary differential equations.RK4,AB4,AB4-AM4,improvedAB4-AM4
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:1813
    • 提供者:FS
  1. numerical-solutions-for-ODEs

    0下载:
  2. 常微分方程数值解欧拉算法、梯形公式、亚当-numerical solutions for ODEs
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:2273
    • 提供者:Peter
  1. The-MATLAB-equation

    0下载:
  2. MATLAB解方程与函数极值、线性方程组求解、非线性方程数值求解、常微分方程初值问题的数值解法、函数极值。-The MATLAB equation and the extreme value of function, solving linear equations, nonlinear equations, numerical solution of initial value problem of ordinary differential equation, the numerical s
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:11384
    • 提供者:石头
  1. sunzhizhong_1_1.1

    0下载:
  2. 孙志忠 偏微分数值解 1.1.1算例 用追赶法计算二阶常微分方程狄利克雷边值问题 差分格式解-1.1.1 Numerical Solution of Partial Differential GLACIOLOGY example method used to catch up Dirichlet boundary value problem of second order ordinary differential equations Difference Scheme
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:701
    • 提供者:shuxue_ch
  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. 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
    • 提供者:王册
« 12 »
搜珍网 www.dssz.com