搜索资源列表

  1. Newton

    0下载:
  2. //xi 0.5 1.0 1.5 2.0 2.5 3.0 //f(xi) 0.541688 -0.042060 0.375089 0.624706 -0.887597 0.099809 //输入节点数及节点数据,计算并输出差商表; //输入待使用的插值多项式次数,待求的自变量 x,输出内插需要选择的节点及 Newton 插值多项式; //用 3 次 Newton 插值多项式计算并输出 f (1.25
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1316
    • 提供者:鹰隼
  1. Matlab 牛顿插值法

    0下载:
  2. x=a:(b-a)/n:b; %插值节点
    y=f(x);
    plot(x,y,'b') %用蓝色线作被插函数图象
    hold on
    z=a:(b-a)/(2*n):b;
    n=length(x);
    for j=2:n
    for i=n:-1:j
    y(i)=(y(i)-y(i-1))/(x(i)-x(i-j+1))

  3. 所属分类:matlab例程

    • 发布日期:2008-12-14
    • 文件大小:378
    • 提供者:xie3256035
  1. 计算方法程序

    0下载:
  2. 文件实现求解线性方程组、多项式插值或积分,包含gauss消去、迭代等,可变换形式达到一程序多用的目的-achieve document for solving linear equations, polynomials or interpolation points, including Gauss elimination, iterative, can transform a process to form the multi-pur
  3. 所属分类:Windows编程

    • 发布日期:2024-10-05
    • 文件大小:1291264
    • 提供者: 孙灵宾
  1. jsffbg

    0下载:
  2. 计算方法实验报告: 编程环境:MATLAB7.0 牛顿K次插值多项式的程序实现 龙贝格求积公式的程序实现 高斯列主元消去法的程序实现.-report : Programming Environment : Newton MATLAB7 K polynomial interpolation procedures to achieve Romberg of Quadrature program Gaussian out
  3. 所属分类:matlab例程

    • 发布日期:2024-10-05
    • 文件大小:92160
    • 提供者:林明清
  1. Newton001

    0下载:
  2. Newton插值多项式,这里才用6组数据进行测试.每步详细记录计算过程-Newton interpolation polynomial, here only six sets of data used for testing. Detailed records of each step calculation process
  3. 所属分类:其他小程序

    • 发布日期:2024-10-05
    • 文件大小:48128
    • 提供者:XL
  1. polyfit

    0下载:
  2. 曲线拟合程序 多项式相关系数的计算方法(多项式形式1) 多项式相关系数的计算方法(多项式形式2) 最小二乘法曲线拟合 三次样条插值(自然边界条件)-polynomial curve fitting procedures correlation coefficient is calculated (the form of a polynomial) polynomial coefficient of correlat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-05
    • 文件大小:4096
    • 提供者:石林
  1. Newton

    0下载:
  2. //xi 0.5 1.0 1.5 2.0 2.5 3.0 //f(xi) 0.541688 -0.042060 0.375089 0.624706 -0.887597 0.099809 //输入节点数及节点数据,计算并输出差商表; //输入待使用的插值多项式次数,待求的自变量 x,输出内插需要选择的节点及 Newton 插值多项式; //用 3 次 Newton 插值多项式计算并输出 f (1.25
  3. 所属分类:其他小程序

    • 发布日期:2024-10-05
    • 文件大小:1024
    • 提供者:鹰隼
  1. lagrange

    0下载:
  2. 数值计算方法中的拉格朗日插值多项式的计算程序,学计算方法就要用到-Numerical method in the Lagrange interpolating polynomial calculation program, learning method of calculation will be used
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-05
    • 文件大小:1024
    • 提供者:tianao
  1. 405417080321

    0下载:
  2. 牛顿插值根据给定的数据构造三次牛顿插值多项式,并且计算出x=0.59时的函数值-Newton interpolation in accordance with the given data structure of three Newton interpolation polynomial, and calculate the x = 0.59 when the function value
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-05
    • 文件大小:136192
    • 提供者:爱罗
  1. jsffsybg

    0下载:
  2. 十三个计算方法源程序,实现了拉格朗日插值多项式 牛顿插值多项式 自适应梯形公式 牛顿切线法 问题:求方程的根 -13 method of calculating the source code to achieve the Lagrange interpolation polynomial interpolation polynomial Newton Newton adaptive trapezoid formul
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-05
    • 文件大小:189440
    • 提供者:kang
  1. analysis2

    0下载:
  2. 数值分析B计算实习作业二:分别用分段线性插值、分段二次多项式插值、 分段三次多项式插值和三次样条插值对所给的数据进行细化 -Numerical Analysis of B calculated internship operation II: piecewise linear interpolation, respectively, sub-quadratic polynomial interpolation, sub-cubi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-05
    • 文件大小:2048
    • 提供者:madier
  1. visualbasic

    0下载:
  2. 一本非常实用的编程工具书,常用的数值计算的vb源代码,及其运算公式和测试例子 包括微积分 求导和多项式插值-A very useful programming tool, commonly used in numerical calculation of the vb source code, and the computing formula and test examples include calculus, and poly
  3. 所属分类:Windows编程

    • 发布日期:2024-10-05
    • 文件大小:8019968
    • 提供者:long
  1. ddd

    0下载:
  2. 试用Newton插值多项式计算f(1.13)的近似值-Trial of Newton interpolation approximation of polynomial computation f1.13
  3. 所属分类:matlab例程

    • 发布日期:2024-10-05
    • 文件大小:9216
    • 提供者:大声
  1. Newton

    0下载:
  2. 计算方法中的牛顿插值,利用Newton插值多项式计算f(x)的值-The Newton interpolation method.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-05
    • 文件大小:250880
    • 提供者:chen
  1. shuzhijisuan

    0下载:
  2. 里面有用MATLAB自编的几个数值计算方面的几个程序,有拉格朗日多项式插值法,高斯消去法求解方程组,最小二乘法拟合,复合梯形公式求解数值积分-Some Useful MATLAB self inside the numerical calculation of the number of procedures, Lagrange polynomial interpolation method, Gaussian elimination
  3. 所属分类:matlab例程

    • 发布日期:2024-10-05
    • 文件大小:11264
    • 提供者:arvin
  1. m

    0下载:
  2. 计算newton插值多项式和三次样条插值多项式。(The Newton interpolation polynomials and the three spline interpolation polynomials are calculated.)
  3. 所属分类:其他小程序

  1. Language

    0下载:
  2. 程序实现线性插值、抛物插值、牛顿多项式插值、等距节点插值、最小二乘法的曲线拟合对函数进行近似(The function is approximated by linear interpolation, parabolic interpolation, Newton polynomial interpolation, equidistant node interpolation, and least square curve fittin
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-05
    • 文件大小:2048
    • 提供者:烟雨萌萌
  1. lagrange

    0下载:
  2. 计算拉格朗日插值的matlab通用函数,可以方便计算多项式插值。(Lagrange Interpolation Polynomial)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-05
    • 文件大小:1024
    • 提供者:jackroos
  1. 线性插值法

    0下载:
  2. 线性插值是指插值函数为一次多项式的插值方式,其在插值节点上的插值误差为零。线性插值相比其他插值方式,如抛物线插值,具有简单、方便的特点。线性插值的几何意义即为概述图中利用过A点和B点的直线来近似表示原函数。线性插值可以用来近似代替原函数,也可以用来计算得到查表过程中表中没有的数值。(Linear interpolation means interpolation function with polynomial interpolatio
  3. 所属分类:其他小程序

    • 发布日期:2024-10-05
    • 文件大小:187392
    • 提供者:chenrongjie
  1. 多项式插值法

    0下载:
  2. 研究生课程《计算方法》中的多项式插值算法,如果需要就请下载,谢谢
  3. 所属分类:matlab例程

    • 发布日期:2020-11-20
    • 文件大小:736
    • 提供者:xzlxzl
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org