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

搜索资源列表

  1. cubic_spline

    0下载:
  2. 三次样条插值的MATLAB程序(三弯矩方程)-Cubic Spline Interpolation MATLAB (3 Moment equation)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1270
    • 提供者:郭嘉研
  1. t3_1

    0下载:
  2. 求解三次样条函数思路为:由 连续 预设 , 为一次多项式:故 积分2次 积分常数(2个) 由插值条件 确定 积分常数 得 (含预设的 ) 利用 连续: 确定 的 个方程 + 2边界条件 确定 加入 的表达式,形成 。 -solving cubic spline function ideas : consecutive default, as a polynomial : so integral two integral constant (2) determined by int
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1604
    • 提供者:王明明
  1. SplineCSharp

    0下载:
  2. C#编写的三次样条插值函数,TSS法求解对角矩阵方程函数,插值点函数值计算函数。-prepared by the cubic spline interpolation function, TSS method diagonal matrix equation function, interpolation function point value function.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1254
    • 提供者:詹华
  1. CubicMultinomialRegress

    0下载:
  2. 一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。 以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。 public override double forecast(double x) 预测函数,根据模型得到预测结果
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3813
    • 提供者:wangyinghao
  1. admas

    0下载:
  2. 使用Adams三次外插方法求解微分方程的数值解
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1090
    • 提供者:yangchunyao
  1. Equation(dutianchun_sina_com_Cn)

    1下载:
  2. 一个解一元多次方程的单元, 支持三次、四次方程。 不返回方程的虚根。-one yuan a solution to the equation multiple modules to support three or four equations. Not to return to the virtual root equation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1807
    • 提供者:杜田春
  1. NumericalAnalysis

    1下载:
  2. 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5521417
    • 提供者:Lynn
  1. NewTon

    0下载:
  2. 弦割法 和 newton法 求解三次多项式非线性方程-String cut law and newton cubic polynomial method of nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:7597
    • 提供者:fqihang
  1. CubicSpline

    0下载:
  2. 根据给定点和区间值得出三次样条拟合方程的系数-According to a given point and interval should be a cubic spline fitting coefficient
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:2808
    • 提供者:王冉
  1. int

    0下载:
  2. 求解积分方程,(1)使用复化Simpson方法求积分(2)使用三次样条求积分值,并比较离散解与真解之间的误差,附件有详细说明-Solving integral equation (1) the use of complex methods for integration of Simpson (2) the use of cubic spline points for value, and compare the discrete solution and the error between t
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:12256
    • 提供者:pei
  1. erfen

    1下载:
  2. 用二分法计算一元三次函数方程的近似解,界面清晰,操作简单-With the dichotomy of calculating a cubic function equation approximate solution, clear interface, easy operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:12151
    • 提供者:肖慧
  1. BigAss3

    1下载:
  2. 北航数值分析B第三次大作业 求解Fredholm积分方程-Beijing University of Aeronautics and Astronautics numerical analysis of Fredholm integral equation of the third operation solution B
  3. 所属分类:Algorithm

    • 发布日期:2014-06-12
    • 文件大小:2048
    • 提供者:
  1. computing

    0下载:
  2. 包括: 列主元Gauss消去法解线性方程组; 矩阵的LDLT和Cholesky分解; 追赶法解三对角方程组; Jacobi和Gauss-Seidel方法解方程组; Newton插值多项式和三次样条插值多项式; 复化Simpson公式求解定积分; Romberg方法求解定积分; 二分法和割线法求非线性方程的解。-Include: Main-element Gauss elimination method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:973233
    • 提供者:lisen
  1. a

    1下载:
  2. 矩阵与数值分析:高斯法,高斯列主元法,G_S迭代,牛顿法,jacobi迭代法,G-S迭代法 ,牛顿法求根,三次样条插值,多项式拟合,复化Simpson方法,复化梯形方法,n=3的Gauss_Lengendre公式,4阶Runge-Kutta法求解微分方程-Matrix and numerical analysis: Gauss method out PCA Gaussian law, G_S iteration, Newton' s method, jacobi iterative m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:8140
    • 提供者:邵莹
  1. three

    0下载:
  2. 这是一个用c++程序求三次方程根的程序。-work out Cubic root of the equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:264163
    • 提供者:yujayee
  1. ShengJinFaJieSanCiFangCheng

    0下载:
  2. 解一元三次方程 本程序利用盛金公式,可以解得一般一元三次方程的实根和虚根,以及相应的误差。-Solution of a cubic equation using this procedure Sheng Jingong style, you can solve for the general cubic equation of real roots and imaginary roots, and the corresponding error.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1506
    • 提供者:shredder
  1. SIMPSON

    1下载:
  2. 该程序实现:求积分方程的离散解并比较它与真解之间的误差,用n=4的复化Simpson公式求积分方程的近似解,然后用三次样条函数近似y(x)的离散解,并在区间[0,1]的一些点与真解1/(x+1)^2比较。- The program implementation: integrating equation discrete solution an
  3. 所属分类:Algorithm

    • 发布日期:2015-03-02
    • 文件大小:1024
    • 提供者:zeqing
  1. 20141211

    0下载:
  2. 盛金公式 - 一元三次方程求解 a,b,c,d 一元三次方程的系数…… ax^3+bx^2+cx+d=0 适用这样的方程 说明:源码里去掉了虚根,经检测,程序计算结果正确-Sheng Jin formula- a three order equation solving A, B, C, factor D yuan three equations...... Ax^3+bx^2+cx+d=0 applies to such equations Note: the sour
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:64633
    • 提供者:jack
  1. sanciyangtichaozhi

    0下载:
  2. 用三次样条插值求解一个方程的解,附程序源代码-Cubic spline interpolation program source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:75399
    • 提供者:齐可延
  1. Shengjin-Program-Original

    1下载:
  2. 求解一元三次方程的Fortran源代码,自己试了试,可以用-Fortran source code for the three equation of a dollar, you can try, you can use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1200
    • 提供者:常林锋
« 1 23 »
搜珍网 www.dssz.com