搜索资源列表
Gauss
- 实现功能:顺序高斯消去法、列主元素消去法、全主元素消去法
arithmetic
- 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
gauss
- 高斯消去法适用于求解低阶线性方程和方程组,它先逐次消去变量,将方程组化成同解的上三角形方程组,然后按方程相反顺序求解上三角方程组,得到原方程组的解-Gaussian elimination method for solving linear equations and low-level equations, the successive elimination of its first variable, the equations into a triangle with the solut
gaosi
- 共两个程序,分别为:高斯顺序消去法,高斯列主元消去法 -Gaussian elimination, elimination method out PCA, PCA-wide elimination method solution of linear equations and Gauss-Jordan elimination method of inverse matrix. Procedures for the use of MATLAB language development, and
Solve
- 线性方程组的系数矩阵为实对称阵并且采用半带宽存储时,采用顺序高斯消去法解线性方程组的matlab程序。-The coefficient matrix of linear equations for the real symmetric matrix and the semi-bandwidth, storage, use sequential Gaussian elimination method for solving linear equations matlab program.
gauss
- 线性方程组求解中的顺序高斯消去法求解的代码代码-Linear equations in the order of Gaussian elimination method to solve the code code
gauss_liezhuyuan
- 用高斯顺序消去法求线性方程组的解;用高斯顺序消去法求线性方程组的解-Gaussian sequence elimination and the solution of linear equations order Gaussian elimination method to the solution of Linear Equations
orderGaussian
- 解线性代数方程组的顺序高斯消去法。使用c++标准库的vector实现。-Solution of linear algebraic equations order Gaussian elimination. Use c++ standard library vector implementation.
G-S
- C语言编写,顺序高斯法求解线性方程组代码,方程组系数以文本形式导入程序,可计算多阶方程,识别运算时间,算法时间复杂度较低。(C language, sequential Gauss method for solving linear equations, code equations, coefficients in text form into the program, can calculate multiple equations, identify the operation time,