搜索资源列表
解线性方程的直接法
- 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix, such as matrix inversion. See
directattitudeError
- 采用直接法进行姿态参数的求解仿真,对姿态求解有很大的帮助-Posture parameters using direct method for solving simulation of the gesture of great help to solve
xianxing
- matlab解线性方程组的直接法程序,里面包括了常用的matlab解线性方程组的直接法程序,包括手写的和matlab自还的函数。-matlab solving linear equations of the direct method procedures, which includes the commonly used matlab solving linear equations of the direct method procedures, including hand-written
Solvinglinarequationshedirectmethod
- 关于解线性方程组的直接法的常见matlab程序。可直接使用 -解线性方程组的直接法
yunchouxue
- 运筹学中非线性规划的牛顿法,梯度法,直接法,内点法的matlab 实现-Nonlinear Programming Operations Research Newton method, gradient method, direct method, interior point method implementation matlab
解线性方程组的直接法
- 数值分析直接法解线性方程问题的matlab的范例,超好用der((Numerical analysis of the Matlab example, super easy to use der))
suanfa
- 最优化方法\Cholesky分解.cpp 最优化方法\二阶导数计算.cpp 最优化方法\信赖域牛顿法.cpp 最优化方法\共轭梯度法.cpp 最优化方法\强迫正定Cholesky分解.cpp 最优化方法\直接法一维收索.cpp 最优化方法\解析法一维收索.cpp(\Cholesky decomposition of optimization methods.Cpp Optimization method [two order derivative calculation
解线性方程组
- gauss 列主元消去法 全主元消去法 LU(Doolittle Crout) 平方根法 追赶法(Gauss column principal elimination method, all principal component elimination method LU (Doolittle, Crout) square root method)
熵值法确定权重_matlab程序
- matlab实现熵值法,程序改变x直接使用(Entropy method implemented by MATLAB)
高斯消去法
- 高斯消去法求解多元方程,完整源代码,可直接执行。(Gauss elimination method for solving multivariate equations)
welch法作功率谱
- 利用Welch法作功率谱估计,与直接功率谱估计法相比,Welch法采用多段平均的方法改进了直接功率谱估计方法(Welch method is used to make power spectrum estimation. Compared with direct power spectrum estimation method, Welch method uses multi-stage average method to improve the method of direct power s
帧差法
- 用帧差法实现目标检测,C++代码可直接运行。(The frame difference method is used to detect the target, and the C++ code can run directly.)
熵权法
- 熵权法求权数,是matlab直接可以使用的熵权法函数,适用于各种求权情况(Entropy weight method is a function of entropy weight method directly used by MATLAB, which is suitable for all kinds of claims.)
jiefangcheng
- 使用高斯-赛德尔迭代法和雅克比迭代法求解线性方程组;使用高斯法和列主元法求解线性方程组。(Using the Gauss - Seidel iterative method, Jacobi iterative method for solving linear equations and using Gauss method and column principal component method to solve linear equations.)
2函数逼近与离散数据拟合—最佳平方逼进法
- 使用matlab编写了最佳平方逼进法的函数,里面有题目,可直接运行计算得到结果。(Matlab prepared using the best square approximation function, which is the problem, can be directly run the calculated results.)
3数值积分与数值微分—Newton_Cotes公式积分法
- 使用matlab编写了Newton_Cotes公式积分法的函数,里面有题目,可直接运行计算得到结果。(The function of Newton_Cotes formula integral method is written by MATLAB. There are problems in it, which can be directly run and calculated and get the result.)
5线性方程组的迭代解法—Jacobi迭代法
- 使用matlab编写了Jacobi迭代法的函数,并通过例子进行了验证。(The function of Jacobi iteration method is written by MATLAB, and is verified by an example.)
最速下降法完整版(精简版可打印)1603261421
- 实现最速下降法,用matlab实现最速下降法,可以在matlab中直接应用(Implement the steepest descent method with matlab to achieve the fastest descent method.)
牛顿迭代法
- 牛顿迭代法,下载就可以直接使用,调试好的(Newton iteration method, download can be used directly, debugging good)
追赶法解三对角矩阵的程序
- 追赶法解三对角矩阵的程序,主程序直接调用即可。