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

搜索资源列表

  1. chazhi

    0下载:
  2. 各种插值方法,包括求已知数据点的拉格朗日插值多项式 求已知数据点的艾特肯插值多项式 -Various interpolation methods, including seeking the Lagrange interpolation of known data points of known data points polynomial interpolation polynomial Aitken
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:9476
    • 提供者:chris_zhou
  1. Iteration-method

    0下载:
  2. 利用迭代格式 及Aitken加速后的新迭代格式求方程 在 内的根 -Using iterative format And the new iteration Aitken accelerate format for the root, equation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:8036
    • 提供者:李记
  1. Nonlinear-equations

    0下载:
  2. 求非线性方程一个实根的对分法,牛顿法,埃特金迭代法,连分式法,QR法,牛顿下山法。-Nonlinear equations a real root of sub-law, Newton s method, Aitken iterative method, continued fraction method, QR method, Newton downhill method.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:17585
    • 提供者:胡程序
  1. aitejin

    0下载:
  2. 埃特金二分法,是对简单的二分法一种改进,程序简单-Aitken dichotomy improvement, the simple dichotomy of a simple procedure
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-06
    • 文件大小:102016
    • 提供者:刘炫璋
  1. aitkenInterp

    0下载:
  2. AITKEN S INTERPOLATION Aitken s procedure yields systematically and successively better interpolation polynomials corresponding to successively higher order truncation of Newton s divided difference formula. Given a set of x and correspondi
  3. 所属分类:matlab

    • 发布日期:2017-11-04
    • 文件大小:580
    • 提供者:Kehinde
  1. atkenAndFollowup

    0下载:
  2. 埃特金插值算法和追赶法求解三对角方程组,都是自己通过看书自己编写的,我个人觉得还是具有通用性的。-The Aitken interpolation algorithm and the catch-up method for solving tridiagonal equations are own by reading a book I have written, I personally think it has the versatility.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-15
    • 文件大小:838
    • 提供者:董枫
  1. RitzaAitkenabisect.m.tar

    0下载:
  2. 1、有限元分析--變分問題的近似計算--Ritz方法 2 、用Aitken加速迭代方法解非線性方程f(x) = 0 3、二分法解非線性方程f(x)=0-1, finite element analysis- the approximate calculation variational problems- Ritz method 2, with Aitken accelerated iterative methods for solving nonlinear equations f (
  3. 所属分类:Algorithm

    • 发布日期:2017-11-21
    • 文件大小:1164
    • 提供者:tangxinhunag
  1. hanshufangcheng

    0下载:
  2. 都是matlab中经典的函数与方程代码,如埃特金插值,复合求积公式,用欧拉法求一阶常微分方程的数值解,龙格库塔法等-All matlab functions and equations of classical code, such as Aitken interpolation, composite quadrature formula, the first-order Euler method for the numerical solution of ordinary differenti
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:24435
    • 提供者:雷霆
  1. Numerical-analysis-program

    0下载:
  2. 数字分析程序中包含了艾特肯、二分法、弦割法、牛顿下山等编程-Numerical analysis program includes Aitken, dichotomy, chord cutting method, Newton downhill and other programming
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:8673
    • 提供者:庄默默
  1. EEATK0

    0下载:
  2. 根据给定等距结点上的函数值, 用埃特金逐步插值法计算指定插值点处的函数值-According to the given equidistant nodes function values, with the Aitken interpolation step interpolation method specified value of the function at the point
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:865
    • 提供者:aaaaa
  1. aitken_interp

    0下载:
  2. 埃特金(Aitken)插值公式程序,其基本思想:平面两点可连成直线,对应一个线性函数,可以将其看成形式点,经线性组合,可构成二次函数,依此类推。-It s a kind of interperation methods.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:695
    • 提供者:donghua
  1. Atken-interpolation

    0下载:
  2. 艾特肯插值方法源代码,用于科学计算和数据插值,适合学习matlab及工程技术人员参考。-Aitken interpolation source code for scientific computing and data interpolation, for learning matlab and engineering and technical officers.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:585
    • 提供者:高毅
  1. interpolation-algorithm

    0下载:
  2. 用Matlab软件实现Lagrange插值、分段线性插值、三次Hermite插值、Aitken逐步插值算法-Implementation with Matlab Lagrange interpolation, piecewise linear interpolation, cubic Hermite interpolation, Aitken interpolation algorithm gradually
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1441
    • 提供者:瞿炜超
  1. Aitken_speed

    0下载:
  2. 埃特金加速法,用于数据计算中收敛过程的加速-Aitken acceleration method for accelerating the convergence process data calculations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:551
    • 提供者:余票
  1. Approximating-Eigenvalues

    3下载:
  2. 矩阵特征值与特征向量的计算 幂法与反幂法 原点移位加速法 幂法的艾特肯加速 雅克比方法 QR方法 豪斯霍尔德变换 拟上三角形矩阵的QR分解-Matrix eigenvalue and eigenvector calculation: power method and inverse power method,origin shift power law Aitken acceleration method, Jacobi method,Householder’s Method, QR metho
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:14693
    • 提供者:huangyonghao
  1. AitkenInterpolation

    0下载:
  2. Here is a realisation of Aitken Interpolation algorithm (it s similar to Neville s Algorithm for constructing the Lagrange Interpolating Polynomial)
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-10
    • 文件大小:16405364
    • 提供者:DimoneTHEone
  1. Atken-interpolation

    0下载:
  2. 基于matlab的空间插值 主要是通过递推建立的艾特肯插值方法-Aitken interpolation method based on the spatial interpolation matlab mainly through the establishment of recursive
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:562
    • 提供者:张扬
  1. solve_equation_iteration_Aitken

    0下载:
  2. 迭代法,埃特金加速收敛法,解非线性方程,可以调节精度,可以达到较高精度-Iterative method, Aitken accelerating convergence method for solving nonlinear equations, the accuracy can be adjusted, you can achieve high accuracy
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:596
    • 提供者:yeastfly
  1. btlqa

    0下载:
  2. 埃特金不等距逐步插值,给定n个不等距节点的函数值及精度要求,不错-Aitken not equidistant interpolation step by step, for a given n not equidistant node function value and the accuracy requirement, good
  3. 所属分类:File Operate

    • 发布日期:2017-12-16
    • 文件大小:57344
    • 提供者:palewmy
  1. 080285

    0下载:
  2. 埃特金等距插值,geidingn个等距节点的函数值及精度要求,很好-Aitken equidistant interpolation, geidingn equidistant node function value and precision requirement, is very good
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:57344
    • 提供者:Thzzcsa
« 1 2 34 »
搜珍网 www.dssz.com