Description: Gauss列主元素消去法,同时给了Matlab的M文件和C代码文件。-out the main elements of Gauss elimination, but also to the Matlab M C code files and documents. Platform: |
Size: 1024 |
Author:wf |
Hits:
Description: 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。
注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix, such as matrix inversion. See Notes procedures Platform: |
Size: 23552 |
Author:周思良 |
Hits:
Description: matlab解线性方程组的源代码
function x=nagauss2(a,b,flag)
% 用途:选列主元Gauss消去法解线性方程组ax=b
% 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程
-Matlab solution of linear equations source code function nagauss2 x = (a , b, flag)% purposes : a selection PCA Gauss elimination method for solving linear equations ax = b% Format : nagauss2 x = (a, b, flag) for a coefficient matrix, b subguadratic column vector, if the flag is 0, then showed intermediate process Platform: |
Size: 3072 |
Author:郑超 |
Hits:
Description: 本软件系我Delphi学习习作,实现了用Gauss消去法解线性方程组,能识别用户以文本方
式输入方程组增广矩阵,并且能检测一些常见的输入错误及其位置,方程的解以文本方式输
出在结果显示框。希望用户尽量按照软件操作提示操作,尽管我细心的考虑过很多可能出现
的错误,但仍有许多不足的地方,欢迎各位朋友发现并指出,本人非常感激。-I Delphi learning exercises, realized using Gauss elimination method for solving linear equations. can identify the user to input text equation by matrix, and can detect some common input errors and their locations, the solution of the equation as text in the output frame results. Users want to operate as suggested in the software operation, despite my careful consideration of many possible errors, But there are still many gaps and welcome friends and found that, I am very grateful. Platform: |
Size: 564224 |
Author:谭文政 |
Hits:
Description: 自己编的高斯消元法求线性方程组的根
可以供数值算法的朋友参考-Own Gauss elimination method for the root system of linear equations for the numerical algorithm can refer to a friend Platform: |
Size: 243712 |
Author:赵智斌 |
Hits:
Description: 解n阶线形方程组Ax=b的列主元高斯消去法的通用程序如下(下列程序都是在 matlab平台下编写的)-Solution of n-order linear equations Ax = b of the PCA out of the general Gaussian elimination procedure is as follows (the following procedures are prepared under matlab platform) Platform: |
Size: 19456 |
Author:周倩 |
Hits:
Description: 通过开发C++程序实现高斯消元法解线性方程组.-Through the development of C++ Procedures realize Gauss elimination solution of linear equations. Platform: |
Size: 10240 |
Author:pengyitao |
Hits:
Description: 高斯消元的c语言算法源码。是《introduction to finite element in engineering》中的源码-Gauss elimination algorithm in c language source code. Is the Platform: |
Size: 1024 |
Author:joeyouwei |
Hits:
Description: 不使用matlab内部调用程序的按照高斯消元法本身原理来编写。-Do not use matlab within the procedure call in accordance with the Gauss elimination principle to the preparation of their own. Platform: |
Size: 29696 |
Author:chuchenyun |
Hits:
Description: 并行高斯消去法解线性方程组几阶的都可以的-Parallel Gaussian elimination solution of linear equations can be a few bands of Platform: |
Size: 3072 |
Author:成斌 |
Hits:
Description: 用高斯消元法解线性方程组很有用,在信息论编解码中也有很好用处-Using Gauss elimination solution of linear equations is useful in information theory codec also have a very good use Platform: |
Size: 9216 |
Author:vera |
Hits:
Description: Gauss Elimination Algorithm is used to solve linear equations in the form Ax=B, find rank of matrix and to find inverse of matrixes. The program is done in matlab platform. Platform: |
Size: 1024 |
Author:mmbaskr |
Hits:
Description: In linear algebra, Gaussian elimination is an algorithm for solving systems of linear equations, finding the rank of a matrix, and calculating the inverse of an invertible square matrix. Gaussian elimination is named after German mathematician and scientist Carl Friedrich Gauss. Platform: |
Size: 1024 |
Author:dima |
Hits:
Description: MATLAB高斯消去法解方程组,我调试过了,可以用的,欢迎大家下载使用-MATLAB Gaussian elimination solution of equations, I had to debug, and can be, and welcome to download Platform: |
Size: 1024 |
Author:shulisheng |
Hits:
Description: 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示:
病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。
程序执行结果包括:求解结果、迭代次数、迭代误差数据、误差曲线图等。
-Morbid Linear Equations calculation problems involving Gauss elimination method, Jacobi' s iterative method, Gauss- Seidel iterative method, steepest descent method and conjugate gradient method. Each method, all the preparation of an m file, packaged in the form of a function. Then the total HilbLineEquSet.m file to invoke the implementation of draw error curve, to be running results. General Matlab program flow, as follows: the calculation of morbid equations include: HilbLineEquSet.m, gauss.m, jacobi.m, gauss_seidel.m, fastest_descend.m and conjugated_grad.m six documents. Procedures for implementation of the findings include: solving a result, the number of iterations, iterative error data, error curve and so on. Platform: |
Size: 6144 |
Author:陈永恒 |
Hits: