Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - gauss elimination
Search - gauss elimination - List
我们的计算方法作业 线性方程组的Gauss消元法(不选主元法)算法实现-our method of calculating operating linear equations Gauss elimination method (Pivot) Algorithm
Update : 2025-02-19 Size : 1kb Publisher : 白亮

Gauss列主元素消去法,同时给了Matlab的M文件和C代码文件。-out the main elements of Gauss elimination, but also to the Matlab M C code files and documents.
Update : 2025-02-19 Size : 1kb Publisher : wf

解线性方程的直接法: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
Update : 2025-02-19 Size : 23kb Publisher : 周思良

列主元Gauss消去法,是对多维方程的解法,用处-out PCA Gauss elimination method, the multi-dimensional equation solution, use a lot
Update : 2025-02-19 Size : 1kb Publisher : lian

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
Update : 2025-02-19 Size : 3kb Publisher : 郑超

本软件系我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.
Update : 2025-02-19 Size : 551kb Publisher : 谭文政

自己编的高斯消元法求线性方程组的根 可以供数值算法的朋友参考-Own Gauss elimination method for the root system of linear equations for the numerical algorithm can refer to a friend
Update : 2025-02-19 Size : 238kb Publisher : 赵智斌

DL : 0
解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)
Update : 2025-02-19 Size : 19kb Publisher : 周倩

通过开发C++程序实现高斯消元法解线性方程组.-Through the development of C++ Procedures realize Gauss elimination solution of linear equations.
Update : 2025-02-19 Size : 10kb Publisher : pengyitao

高斯消元的c语言算法源码。是《introduction to finite element in engineering》中的源码-Gauss elimination algorithm in c language source code. Is the
Update : 2025-02-19 Size : 1kb Publisher : joeyouwei

DL : 0
不使用matlab内部调用程序的按照高斯消元法本身原理来编写。-Do not use matlab within the procedure call in accordance with the Gauss elimination principle to the preparation of their own.
Update : 2025-02-19 Size : 29kb Publisher : chuchenyun

DL : 0
并行高斯消去法解线性方程组几阶的都可以的-Parallel Gaussian elimination solution of linear equations can be a few bands of
Update : 2025-02-19 Size : 3kb Publisher : 成斌

用高斯消元法解线性方程组很有用,在信息论编解码中也有很好用处-Using Gauss elimination solution of linear equations is useful in information theory codec also have a very good use
Update : 2025-02-19 Size : 9kb Publisher : vera

DL : 0
MATLAB中的高斯消元法解方程,注释,源MATLAB代码-MATLAB in the Gauss elimination solution of equations, notes, source MATLAB code
Update : 2025-02-19 Size : 1kb Publisher : 马刚

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.
Update : 2025-02-19 Size : 1kb Publisher : mmbaskr

DL : 0
一个不错的全主元高斯消去法并行算法的MPI源程序-a MPI source code for Gaussian elimination s parallel algorithm
Update : 2025-02-19 Size : 3kb Publisher : Juri hui

DL : 0
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.
Update : 2025-02-19 Size : 1kb Publisher : dima

MATLAB高斯消去法解方程组,我调试过了,可以用的,欢迎大家下载使用-MATLAB Gaussian elimination solution of equations, I had to debug, and can be, and welcome to download
Update : 2025-02-19 Size : 1kb Publisher : shulisheng

病态线性方程组的计算题,涉及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.
Update : 2025-02-19 Size : 6kb Publisher : 陈永恒

DL : 0
Gauss Elimination & Gauss Jordan Elimination.
Update : 2025-02-19 Size : 5kb Publisher : James
« 12 3 4 5 6 7 8 9 10 ... 28 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.