当前位置:
首页
资源下载

搜索资源 - lagrange conditions
搜索资源列表
-
0下载:
数值分析课程上机 拉格朗日插值多项式 插值多项式存在唯一性 在次数不超过N的多项式集合Hn中 满足条件的插值多项式Ln(x)^Hn 是唯一存在的! 牛顿插值 三色~-numerical analysis courses on the plane Lagrange polynomial interpolation polynomial interpolation existence and uniqueness to the number not exceeding N polynomial Hn
-
-
1下载:
它包含了数据拟合、interp1 - 一元函数插值、 spline - 样条插值、polyfit - 多项式插值或拟合、curvefit - 曲线拟合、caspe - 各种边界条件的样条插值、casps - 样条拟合(没有)、interp2 - 二元函数插值、griddata - 不规则数据的二元函数插值、interp - 不单调节点插值和lagrange - 拉格朗日插值法的代码.-It contains code of data fitting, interp1- unary functio
-
-
4下载:
基本的拉格朗日乘子法(又称为拉格朗日乘数法),就是求函数f(x1,x2,...)在g(x1,x2,...)=0的约束条件下的极值的方法。其主要思想是引入一个新的参数λ(即拉格朗日乘子),将约束条件函数与原函数联系到一起,使能配成与变量数量相等的等式方程,从而求出得到原函数极值的各个变量的解。
-Basic Lagrange multipliers (also known as Lagrange multiplier method), is of a function f (x1, x2 ,.
-
-
0下载:
principal_neumann (nom_maillage)
a routine for implementing the EF P1 Lagrange
for the Laplace equation following, with conditions
Neumann on the mesh nom_maillage.msh
-
-
0下载:
principal_helmholtz
a scr ipt for the implementation of EF P1 Lagrange
for the Helmholtz equation with the following
boundary conditions of Neumann or Fourier-type:
-
-
1下载:
信息率失真函数的迭代计算 信息率失真函数的迭代计算,迭代精度取为10^(-7) 在信源的输入概率分布Pa和失真矩阵d已知的条件下求出信息率失真函数 函数说明: [Pba,Rmin,Dmax,Smax]=RateDF(Pa,d,S) 为信息率失真函数 变量说明: Pa:信源的输入概率矩阵,d:失真矩阵,S:拉氏乘子 Pba:最佳正向转移概率矩阵, Smax:最大拉氏乘子 Rmin:最小信息率,Dmax:允许的最大失真度-Information on the calculation of the r
-
-
0下载:
4阶经典Runge-Kutta格式解常微分方程,Romberg(龙贝格)法求函数的积分,三阶样条插值(一阶导数边界条件),定步长梯形法求函数的积分,矩阵A的伴随矩阵, Lagrange插值法数值求解,Newton迭代法解非线性方程f(x)=0-Fourth-order Runge-Kutta classic format solution of ordinary differential equations, Romberg (Romberg) method for function point
-
-
0下载:
数据拟合
interp1 - 一元函数插值
spline - 样条插值
polyfit - 多项式插值或拟合
curvefit - 曲线拟合
caspe - 各种边界条件的样条插值
casps - 样条拟合(没有)
interp2 - 二元函数插值
griddata - 不规则数据的二元函数插值
*interp - 不单调节点插值
*lagrange - 拉格朗日插值法- Data fitting interp1- one yu
-
-
1下载:
数学最优问题中,拉格朗日乘数法(以数学家约瑟夫·路易斯·拉格朗日命名)是一种寻找变量受一个或多个条件所限制的多元函数的极值的方法。(In the mathematical optimization problem, the Lagrange multiplier method (named by the mathematician Joseph Luis Lagrange) is a method of finding the extremum of a multivariate functio
-