搜索资源列表
数值分析中的各种插值
- Lagrange插值+Newton插值+分段线性插值+复合梯形公式求定积分+列主元高斯+牛顿迭代+数据拟合+线性方程组迭代+++追赶法(1)
10Csource
- 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 important C language implementation of the algorithm source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton iteration, Newton- Cortes, Jacobian, Qin nine-chao, power la
gauss
- 用于求解线性方程组的经典高斯迭代法!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载-Solving linear equations for the classical iterative method of Gauss! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !
poissonfdm
- 用有限差分法来解偏微分方程,采用高斯——赛德尔迭代方法,并用前后两次迭代差的矩阵的无穷范数作为是否停止迭代的依据。-Using finite difference method to solve partial differential equations, using Gauss- Seidel iterative methods, and poor before and after the two iterations of the infinite matrix norm as the b
jisuanfangfa
- 计算方法的七个典型程序。全部都有。拉格朗日插值.cpp 二分法.cpp 高斯.cpp 高斯-赛德尔.cpp 龙贝格.cpp 龙格库塔.cpp 牛顿迭代.c-Method of calculation of the seven typical program. All of them. Lagrange interpolation. Cpp dichotomy. Cpp Gaussian. Cpp Gauss- Seidel. Cpp Rhomberg. Cpp Runge-Kutta. Cpp
JFCZ
- 程序实现高斯迭代法解方程组。并附有实习报告,分析了高斯迭代法解算过程。-Gauss iterative process to achieve solution of equations. Together with practical reporting, analysis of the Gaussian process of iterative solver.
Gauss-Seidel
- 高斯迭代法求线性方程组,用于数值分析方面,-Gauss-Seidel
GAUSDL
- 高斯迭代法求解线性方程组,数值方法与计算机实现-Gauss iterative method for solving linear equations, numerical methods and computer implementation
burgers
- matlab的weno源程序,包括burges方程求解的高斯迭代程序和用weno格式求解burgers方程,还有精度比较-The weno matlab source, including burges Gauss equation and iterative procedures for solving equations burgers, as well as the accuracy of comparative format with weno
Console16
- 通过高斯迭代的办法计算二维平板导热问题,最终得到温度分布.-Tablet computing dimensional Gaussian iterative approach to thermal problems, finally get the temperature distribution.
Gaussdiedai
- 简单的高斯迭代法,适用于初学数值分析的人使用,方便调用,可以简单更改。-Simple Gauss iterative method for numerical analysis of people beginners to use, easy to call, you can simply change.
hw5
- 计算流体力学 第五次大作业 高斯迭代法求解破松方程-CFD fifth big job Gauss iteration method for solving equations break loose
a
- 高斯-赛德尔迭代法求此方程组的近似解,可以自己设定矩阵(Gauss Seidel iterative method)
涡格法代码
- 涡格法计算机翼的表面的升力和升力系数,采用高斯迭代求解(The lift and lift coefficients on the surface of the computer wings of the vortex lattice are solved by Gauss iteration)
高斯-赛德尔迭代法求线性方程组Ax=b的解
- 该程序主要是利用高斯-赛德尔迭代法求线性方程组Ax=b的解(The program mainly uses the Gauss-Seidel iteration to solve the solution of the linear system Ax = b)
GausANDJacobian
- 高斯消元以及Jacobian迭代求解线性方程组,有详细的注释(Gauss elimination and Jacobian iterative solution of linear equations have detailed annotations)
三种解方程算法
- 在MATLAB中使用高斯赛德尔算法等三种算法进行方程的求解(hree algorithms, such as Gauss Seidel algorithm, are used in MATLAB to solve the equation)
g-s迭代法
- 高斯迭代法,jacobi算法,数值分析实验(gaosidiedaifajacoisuanfa)
GAUSS
- 计算方法中用来求解矩阵迭代的方法,高斯迭代法(The calculation method is used to solve the matrix, Gauss iterative method)
Gauss-Seidel迭代算法(后面有与Jacobi法比较)
- 高斯的迭代算法,后面有何jacobi算法比较(Gauss's iterative algorithm, what's the comparison of Jacobi algorithm later?)