搜索资源列表
Jacky_Dai
- 这是一个计算机专业计算方法的课程试验,用VC++写的一个关于高斯消去法解方程组/方程的程序-This is a professional computer calculation of the pilot course, the VC was one of the Gaussian Elimination Solution Systems / equations procedures
高斯列主元消去法解线性方程组
- 高斯消去法是一个古老的求解线性方程组的方法,但它的改进、变形得到的主元素消去法仍然是计算机上常用的计算方法。-Gaussian Elimination is an ancient solving linear equations method, but it's improving, the deformation of the main elements elimination method is commonly used by computer calculation.
全选主元高斯消去法解复系数线形代数方程组
- 全选主元高斯消去法解复系数线形代数方程组-entire election PCA Gaussian Elimination demultiplexing coefficient of linear algebraic equations
全选主元高斯消去法解实系数线形代数方程组
- 全选主元高斯消去法解实系数线形代数方程组-entire election PCA Gaussian Elimination solution is linear coefficient of algebraic equations
实验一 解线性方程组的高斯消去法
- 另一种高斯消去法.zip-a Gaussian Elimination Act. Zip
CALCU.ZIP
- 数值分析中的常用方法,包括解方程,列主元高斯消去法解方程组,最小二乘拟合,插值,数值积分等,通过调试,全部可用.
Gsxq
- 高斯消去法解方程组-Gaussian Elimination System Solutions
numerical_analysis_classic
- 数值分析中最常用的14个程序: 01_N皇后问题 01_循环赛程表 02_分段线性插值 02_牛顿插值法 03_构造正交多项式 03_最佳一致逼近多项式 04_简单迭代法求方程根[1+1;x] 04_简单迭代法求方程根[sqrt(x+1)] 05_复化梯形公式求积 06_尤拉公式解初值问题 08_高斯消去法解方程组 09_连分式法求积 10_迭代法解线性方程组 10_雅可比方法
gauss_method_elimination_equations_new
- 数值分析中的高斯消去法解方程组问题,含输入输出界面。
gaosi
- 本代码是计算方法课程实验里的---用高斯消去法解方程组-the code is calculated course of the experiment -- using Gaussian Elimination System Solutions
全选主元高斯消去法
- 使用全选主元的高斯消去法解线性方程组
guass 高斯消去法求解线性方程组
- 高斯消去法求解线性方程组 输入变量为一个n阶非奇异方阵A,和n维列向量b,输出的结果为线性方程组Ax=b的解-Gaussian elimination method for solving linear equations
gauss
- 并行高斯消去法解线性方程组几阶的都可以的-Parallel Gaussian elimination solution of linear equations can be a few bands of
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
cc
- 自己用编的高斯消去法解线形方程组,简单易懂,希望对各位有用-Their use of C plus plus for the Gaussian elimination solution of linear equations, easy to read, in the hope that useful
Gausi
- 本程序使用经典数值分析中的高斯消去法解N阶线性方程组-Gaussian elimination method for solving linear equations
高斯-约当消去法解方程组
- 高斯约当消去法解方程组,快捷方便,高效。(The solution of equations)
CH1
- 运用全选主元高斯消去法解线性方程组(Fortran语言编写)(The solution of linear equations with full pivoting Gauss elimination method)
Matlab
- 能够计算非齐次方程组的解,程序清晰的解释了高斯消去法的过程和原理,有助于读者理解高斯消去法,从而更好的进行其他相关的复杂编程(It is possible to compute the solution of the homogeneous equations, and the program clearly explains the process and principle of the Gauss elimination method, which helps the reader to
高斯消元法用矩阵解n元一次方程组.js
- 可以求线性方程组,学习算法时,突发奇想就用js做了一个(You can solve linear equations. When learning algorithms, you can use js to create a whimsy.)