搜索资源列表
shuangfai
- 计算数值方法的几个源程序,牛顿法,三角法,追赶法等-numerical calculation method of several source files, Newton's method, trigonometry, catching up with the law
iteration
- 线性方程组的数值解法,包括高斯消去,三角分解,追赶法和Jacobi等迭代方法
shuzhijie
- 求线性方程组的几个方法,包括了:上三角、下三角、追赶法。-matlab
zgf
- 解三角矩阵的方法,追赶法,的源代码和说明,对算法初学者有一定的帮助-Solution, the method of triangle matrix chase-after method, source code and e
sa
- 利用数值分析中的追赶法解对三角方程组。可判断条件。-Catch up with the use of numerical analysis method to solve for the trigonometric group. Conditions can be judged.
Solving-linear-equations
- 数值计算第二章编程作业:高斯顺序消元法、列选主元、三角分解法(Doolittle分解、Crout 分解)、全选主元、平方根法、追赶法解线性方程组-Order Gaussian elimination method, column pivoting, triangular decomposition (Doolittle, decomposition, decomposition Crout s), Select the main element, the square root of the
Numerical-solutions-for-Matlab
- matlab常用数值计算,包括牛顿迭代,拉格朗日插值法,牛顿差值,高斯消元,三角分解法,追赶法等。-matlab numerical calculations, including Newton iteration, Lagrange interpolation, Newton difference, Gaussian elimination, triangular decomposition, and catch up with the law.
DirectMethodsLinearSystems
- 解线性方程组方法:(1)Gauss消去法 (2)杜立特尔直接三角分解法 (2)追赶法解三对角方程 平方根分解法解对称矩阵 的MATLAB源代码-the matlab source codes of Direct Methods for Solving Linear Systems:(1)Gaussian Elimination (2)LU Factorization(Doolittle Method) (3)Pursue Method for Diagonally Dominant Matric
Thomas-method
- 针对三对角方程组的特殊形式,利用杜利脱尔三角分解法中的追赶法,求出方程组的解。-For special form tridiagonal equations, it uses Thomas method in the Dooley off in Seoul to find solutions of equations.
pta3
- 浙大 PTA练习系统数值分析NA1003 三角追赶法的应用-One day, CYLL found an interesting piece of commercial newspaper: the Cyber-restaurant was offering a kind of Lunch Special which was said that one could buy one get two for free . That is, if you buy one of the dish
shuzhijie
- 求线性方程组的几个方法,包括了:上三角、下三角、追赶法。-matlab
程序
- 中心差分求解近似导数其中用到的有追赶法求解对三角矩阵(Central differential solution, approximate derivative)
SJH
- C语言解三角追赶法线性方程组的程序,值得初学者学习参考(Using C to deal with a math problem)