搜索资源列表
求解三对角线方程组的追赶法
- 求解三对角线方程组的追赶法,其代码由C语言编译,主要用于方程组未知参数的求解-Crout Reduction for Tridiagonal Linear Systems which applis Crout Reduction to solve a given tridiagonal linear system , in C
crout
- 用CROUT分解法求解三对角方程.对于对角占优的三对角方程可以求出数值稳定解.
crout
- 解线性方程组的CROUT分解法的C语言程序实现.
求解线性方程组
- 求解线性方程组,采用三种方法:Guass消去法、Guass列主元素消去法和直接三角形分解法(Boolittle方法 \\ Crout方法)
shiyan
- 自己写的数值分析中的一些常用算法,包括GS,jacobi,crout分解,dijistra等,比较全面-these process for GS jocobi corout dijistra and others
Crout
- 用Crout分解法分解系数矩阵,并通过分解得到的矩阵求解,是解方程简单化了,很实用-Crout decomposition method used decomposition coefficient matrix, and through decomposition of the matrix to be solved is the solution of simplified equation, it is practical
QJ
- Crout分解法、高斯赛德尔法、乘幂法、牛顿插商的简单C++程序,已经引入了一组矩阵数据,想修改的直接用VC进入修改数据就行了。-Crout decomposition method, high斯赛德尔law, by the power law, Newton s simple interpolation C++ Procedures, has introduced a set of matrix data, would like to modify the direct use of VC i
gauss1191
- This code solves a non lineal system using the simple gaussian method .Also does The lou crout descomposition
Crout_Solve
- Solve Ax=B with Crout s method
crout
- crout 比较经典 很好的一个方法 大家可以试一试-crout
DOOLI
- Doolittle Method. Technically the reverse of crout method.
THOMAS
- Thomas Algorithm. The same as crout method but any zeroes in a given equation is already copied in the L and U Matrices.
Crout
- Crout三角分解法,用于解相关线性方程组。-Crout
crout-for-eqations
- 用追赶法计算n*n三对角方程组,要求计算设计当n=5,和当n=3两种情况-Catch-up method using n* n tridiagonal equations, the requirements in the design when n = 5, and two cases when n = 3
crout
- 用c++编写的列主元消去crout法,数据自己输入-C++ written with the main element elimination crout column method, data input their own
crout-diagonally
- 此程序用于计算追赶法对角占优的三对角矩阵的crout分解。整个程序可分为读文件和计算两部分-This program is used to calculate the chasing method decomposition the tridiagonal matrix crout diagonally dominant. The entire program read documents and calculation can be divided into two parts
crout
- 矩阵的crout分解,将矩阵分解为下三角矩阵和上三角矩阵的乘积,其中上三角矩阵为单位上三角矩阵。-Matrix crout decomposition, the matrix into a lower triangular matrix and upper triangular matrices, in which the upper triangular matrix is the upper triangular matrix.
Crout
- The crout method in Numerical Methods
LU(CROUT)
- LU CROUT METHOD FOR SOLVING SET OF EQUATIONS
3 numerical methods crout, gauss and jordan
- three methods crout gauss jordan