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

搜索资源列表

  1. numerical-method-for-PDE

    0下载:
  2. 运用matlab求解偏微分方程 包括实例演示-Use matlab solving partial differential equations including examples demo
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:8408
    • 提供者:feng
  1. MATLAB

    0下载:
  2. 几种工程上常用数值计算方法的算法实现,包括高斯,二分,亚可比,牛顿上山法等-Commonly used numerical method in several engineering algorithms, including Gaussian, dichotomous, sub-comparable, Newton uphill law
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:3661
    • 提供者:biker0202
  1. Newton-Raphson-method

    0下载:
  2. fortran90/95格式,方便科学计算中调用,Newton-Raphson,可用来寻找线性/非线性方程f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。-fortran90/95 format, convenience called scientific computing, Newton-R
  3. 所属分类:Algorithm

    • 发布日期:2017-11-13
    • 文件大小:2563
    • 提供者:cardinal
  1. ANM

    4下载:
  2. 目前比较前沿的数值渐近法(Asymptotic Numerical Method)求解弹簧平衡路径算例,直接运行可得计算结果图象。-an example of Asymptotic Numerical Method solving two-dimension spring problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:914
    • 提供者:Raymond YAO
  1. 1

    0下载:
  2. 上计算方法课学到的关于数值法解线性方程组的代码,主要算法为LDLT分解-Calculation method of lessons learned about the numerical method of solving linear equations code, mainly for LDLT decomposition algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:1134
    • 提供者:孤鹜
  1. numerical-methods

    0下载:
  2. 本程序用C语言实现了微分方程求解,使用了梯形法、矩形法和辛普森法-This program with C language differential equation solving, using the trapezoidal method, rectangular and Simpson
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:714
    • 提供者:longteng
  1. Numerical-analysis

    0下载:
  2. 数值分析中Guass消去法、Guass主元消去法和雅克比等算法-Numerical analysis in Guass elimination method, Guass main element elimination method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-21
    • 文件大小:2095
    • 提供者:烟囱
  1. Numerical-Analysis-for-Statisticians

    0下载:
  2. Java常用数值算法集 共有数值计算中常用的Java方法近200个.内容包括:解线性代数方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序、特征值问题、数据拟合、方程求根和非线性方程组求解、函数的极值和最优化、数据的统计描述、傅里叶变换谱方法、解常微分方程组、两点边值问题的解法和解偏微分方程组.-Java common set numerical algorithm the total numerical calculation commonly used Java method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:5880217
    • 提供者:Mr Li
  1. method-of-interpolation

    0下载:
  2. 插值法程序,计算力学作业,数值计算方法,绝对正确-Interpolation procedures, computational mechanics job, numerical methods, absolutely right.
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:5010
    • 提供者:马艳
  1. Numerical-analysis

    0下载:
  2. numerical analysis for Godunov method
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:73212
    • 提供者:paul
  1. Numerical-analysis-usingMATLAB-

    0下载:
  2. 上传的文件对数值分析课本里 Lagrange插值,Newton插值,三次样条差值,复合梯形公式和复合辛普森公式积,龙贝格算法,高斯消去法,LU分解,改进欧拉法MATLAB编程,并画出图形。-Upload the file to the numerical analysis textbook Lagrange interpolation, Newton interpolation, three times spline interpolation, the composite trapezoida
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:94868
    • 提供者:庞烁烁
  1. Numerical-analysis-MATLAB-

    0下载:
  2. 上传的文件对数值分析课本里 Lagrange插值,Newton插值,三次样条差值,复合梯形公式和复合辛普森公式积,龙贝格算法,高斯消去法,LU分解,改进欧拉法MATLAB编程,并画出图形。-Upload the file to the numerical analysis textbook Lagrange interpolation, Newton interpolation, three times spline interpolation, the composite trapezoida
  3. 所属分类:Algorithm

    • 发布日期:2017-11-04
    • 文件大小:94863
    • 提供者:庞烁烁
  1. Numerical-Quadrature

    0下载:
  2. 有限元方法,matlab实现,数值方法,解答详细。-Finite element method, matlab realize, numerical methods, detailed answer.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:82803
    • 提供者:hyuming
  1. matlab

    0下载:
  2. 误差的来源 非线性方程(组)的数值解法 解线性方程组的直接方法 解线性方程组的迭代法 矩阵的特征值与特征向量的计算 函数的插值方法 函数逼近与曲线(面)拟合 数值微分 数常微分方程(组)求解值积分 -The source of the error Numerical method for solving the nonlinear equation (group) The direct method of solving linear
  3. 所属分类:File Formats

    • 发布日期:2017-11-08
    • 文件大小:1071502
    • 提供者:陈佳文
  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. numerical-computing-method

    0下载:
  2. 数值计算LU分解,追赶法,jacobi迭代,高斯迭代法,牛顿插值法,Romberg积分法-Numerical LU decomposition, chasing method, jacobi iteration, Gauss iterative method, Newton interpolation, Romberg integration method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:5398
    • 提供者:袁皓
  1. source-code

    0下载:
  2. matlab codes for numerical method and signal processing
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:9522
    • 提供者:mostafa
  1. High-Shisaideer-iterative-method

    0下载:
  2. 改程序是数值分析里边的高斯塞德尔迭代法,用c 做的,程序代码简单有注释,希望能对你有帮助-Reform program is the numerical analysis of the inside of the high Shisaideer iterative method, with c do simple annotated program code, I hope you can help
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:6013
    • 提供者:何弯弯
  1. lianxi

    2下载:
  2. 一维非稳态导热这个程序是用matlab程序编写的应用数值方法计算二维平板传热的一个应用程序,含有源代码和公式,可以根据具体参加和情况进行二次开发,简单使用,非常方-One-dimensional unsteady heat conduction matlab program This program is written in two-dimensional numerical method to calculate the heat transfer of a tablet applicati
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:559
    • 提供者:孙国建
  1. lagrange

    0下载:
  2. 实现数值计算中用拉格朗日法求解线性方程组,已经过验证,结果正确。-Achieved using Lagrangian numerical method for solving linear equations, has been verified, the results are correct.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:627731
    • 提供者:zhonghongbao
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com