当前位置:
首页
资源下载

搜索资源 - Gaussianelimination
搜索资源列表
-
0下载:
高斯消去法的C语言实现
高斯消去法的C语言实现-Gaussian elimination
-
-
0下载:
Gaussian Elimination algorithm for inverting matrix
-
-
1下载:
行尺度主元高斯消元法,算法由两部分组成,分解阶段和求解阶段-OK-scale principal component Gaussian elimination method, the algorithm consists of two parts, decomposition stage and the solution phase
-
-
0下载:
能较好的解线性方程,用矩阵的形式解方程。-Better solution to linear equations, solving equations with a matrix form.
-
-
0下载:
The program of Gaussian elimination to solve the linear function using c++。
-
-
0下载:
运用c语言对方程组的求解进行编程,运用高斯消元法进行求解。-use c language ,programming
-
-
0下载:
java 实现高斯算法的源码文档,可以复用的哟,应用到很多地方,主要解决多元一次方程的编程问题-java source document Gaussian algorithm can reuse yo, applied to many places, mainly to solve the programming problem of multi-linear equation
-
-
0下载:
x=GaussianElimination(A,b)
GaussianElimination solves system of linear equations of the form Ax = b using Gaussian Elimination method.
A = n x n square matrix with the coefficients of the system of equations
as the elements of matrix A
b
-