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

搜索资源列表

  1. newtsol

    0下载:
  2. Newton-Armijo code for scalar equations: Inputs: X = initial iterate, F = function, TOLA = absolute error tolerance, TOLR = relative error tolerance, JDIFF = 0, analytic derivative, syntax: [f,fp]=f(x), JDIFF = 1, forward difference derivative , Outp
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1344
    • 提供者:devdvl
  1. forward

    0下载:
  2. uses the forward difference method for a European call.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1240
    • 提供者:katore vishal
  1. forward_test

    0下载:
  2. demonstrates the forward difference method
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:994
    • 提供者:katore vishal
  1. parabola

    0下载:
  2. 求解抛物线方程的显式法,编译example_01生成可执行文件,输入example_01 inp.txt.边界条件的中心差分离散,编译example_02a.f,输入example_02ainp.txt.边界条件的向前差分离散example_02b.f,输入example_02binp.txt.-Explicit solving parabolic equation method, the compiler generates an executable file example_01, ent
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:4650
    • 提供者:车宇
  1. youxianchafen_shuzhimoni

    6下载:
  2. 地震勘探中,利用有限差分方法做波场正演模拟,模型为简单层状模型-Seismic exploration, the finite difference method to do forward modeling of wave field, the model for the simple layered model
  3. 所属分类:matlab

    • 发布日期:2015-04-21
    • 文件大小:2048
    • 提供者:王宁
  1. forward

    0下载:
  2. this code provides Forward difference table. This topic is related to numerical analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:767
    • 提供者:mmuntaha
  1. numerical

    0下载:
  2. Numerical program on Newton’s forward difference formulae, the use of Sterling formulae & the use of Newton’s backward difference formulae combindly, Trapezoidal rule, Gauss-Seidal method, Jacobi method.-Numerical program on Newton’s forward differen
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1848
    • 提供者:sourov
  1. neton-a

    0下载:
  2. 牛顿向前差值公式,是用C++编程的源程序,希望大家踊跃下载-Newton' s forward difference formula, is the source C++ programming, I hope you actively download
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3192
    • 提供者:yy
  1. FORWARD-EULER

    0下载:
  2. Euler method finite difference
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:944
    • 提供者:ash
  1. forward-difference-algorithm

    0下载:
  2. 用前向差分算法解二维薛定谔方程 很值得参考-With the forward difference algorithm for solving two-dimensional Schr?dinger equation is worth considering
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:835
    • 提供者:azure
  1. Show-format

    0下载:
  2. 用向前差分格式求解抛物型微分方程,在程序中更改待求方程即可- Solving parabolic differential equation with forward difference scheme
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:657
    • 提供者:董月汉
  1. 2D-acoustic-wave-equation-forward

    1下载:
  2. 二维声波方程有限差分正演程序,Qt界面编写。-2D acoustic wave equation finite difference forward code,write in Qt。
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:5707473
    • 提供者:李志勇
  1. 2d-seismic-forward

    0下载:
  2. 地震正演模拟:均匀介质有限差分正演模拟源程序-Seismic forward modeling: the homogeneous medium finite difference forward modeling
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:896
    • 提供者:wuyu
  1. FDTD-

    1下载:
  2. 分别用三种不同的差分近似公式(前向差分、后项差分和中心差分)来技术函数的近似值-Respectively with three different difference approximation formula (forward difference, backward difference and central difference) approximation to the technical function
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:1068
    • 提供者:谭成
  1. forward-finite-difference-method-

    0下载:
  2. 地震勘探中,有限差分正演方法的简单一维数值模拟-Seismic exploration, forward finite difference method is simple one-dimensional numerical simulation
  3. 所属分类:Energy industry

    • 发布日期:2017-11-09
    • 文件大小:452948
    • 提供者:汪杰
  1. realhua

    0下载:
  2. 应用FORTRAN计算向前差分法步长是否收敛小程序-Application FORTRAN calculation step forward difference method is convergent applet
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:407530
    • 提供者:朱颖
  1. newtonxq

    0下载:
  2. 数值计算中的牛顿向前差分公式,用C++实现。可自定义个数。-Numerical Newton forward difference equation with C++ achieved. The number can be self-defined.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:652
    • 提供者:邵炜栋
  1. heat-conduction-equation

    1下载:
  2. 偏微分方程热传导方程MATLAB求解,分别用了向前差分,向后差分,六点差分和Richardson差分进行求解-MATLAB PDE heat equation solving, respectively, with a forward difference, backward difference, six for solving differential and differential Richardson
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:5382
    • 提供者:wangyouquan
  1. seismic-forward

    0下载:
  2. 地球物理勘探中,基础的地震波正演模拟程序,包括五个正演程序,(高阶中心差分,高阶交错网格差分,使用标准的PML边界的正演程序)在acou文件夹下附有运行的结果。-Geophysical exploration, based on the seismic forward modeling program, including the five forward procedure, (higher-order central difference, higher order differential
  3. 所属分类:Energy industry

    • 发布日期:2017-05-12
    • 文件大小:3056248
    • 提供者:雍鹏
  1. OTHERS

    0下载:
  2. Matlab program for Runge kutte method, trapezoidal rule, euler s method, simpson s 1/3rd rule, curve fitting, newton forward difference formula
  3. 所属分类:Project Design

    • 发布日期:2017-04-26
    • 文件大小:14014
    • 提供者:Bhaumik
« 12 3 4 5 6 »
搜珍网 www.dssz.com