Description: 用高斯消去法求方程组,程序中的数组是动态定义的,感觉代码写的比较好-using Gaussian elimination method for equations, the process is a dynamic array definition of the impression that the code was better Platform: |
Size: 7205 |
Author:magp |
Hits:
Description: 利用高斯消去法求线性方程组
自己写的
简陋了点-using Gaussian elimination method for solving linear equations themselves have written a simple point Platform: |
Size: 6342 |
Author:老虎 |
Hits:
Description: 2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system
for n=10 and 100
Platform: |
Size: 78780 |
Author:吕鹏 |
Hits:
Description: Using Gaussian elimination to solve linear equations.
// In this version, we allow matrix of any size. This is done by treating
// the name of a 2-dimensional array as pointer to the beginning of the
// array. This makes use of the fact that arrays in C are stored in
// row-major order.
Platform: |
Size: 1526 |
Author:张琦 |
Hits:
Description: 本代码是计算方法课程实验里的---用高斯消去法解方程组-the code is calculated course of the experiment -- using Gaussian Elimination System Solutions Platform: |
Size: 865 |
Author:guo |
Hits:
Description: 高斯消去法求解线性方程组,以在TC2.0中编译通过-Gaussian elimination method for solving linear equations, in which the compiler through WITH TC 2.0 Platform: |
Size: 1024 |
Author:王国栋 |
Hits:
Description: 2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system
for n=10 and 100
-2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system for n = 10 and 100 Platform: |
Size: 78848 |
Author:吕鹏 |
Hits:
Description: Using Gaussian elimination to solve linear equations.
// In this version, we allow matrix of any size. This is done by treating
// the name of a 2-dimensional array as pointer to the beginning of the
// array. This makes use of the fact that arrays in C are stored in
// row-major order.
Platform: |
Size: 1024 |
Author:张琦 |
Hits:
Description: 一个自己写的列主元高斯消去法,用Matlab实现-Wrote it myself out of a PCA Gaussian elimination, using Matlab realize Platform: |
Size: 2048 |
Author:Phoebe |
Hits:
Description: Parallel algorithm
for Gaussian Elimination. Elimination in both a shared
memory environment, using OpenMP, and in a distributed
memory environment, using MPI. Parallel LU and
Gaussian algorithms for linear systems have been studied
extensively and the point of this paper is to present the
results of examining various load balancing schemes on
both platforms. The results show an improvement in many
cases over the default implementation Platform: |
Size: 80896 |
Author:Cata |
Hits:
Description: Method Gaussian Elimination without pivoting for Linear Systems
Solve Ax = b using Gaussian elimination without pivoting
Inputs : A is the n-by-n coefficient matrix
b is the n-by-k right hand side matrix
Outputs : x is the n-by-k solution matrix- Method Gaussian Elimination without pivoting for Linear Systems
Solve Ax = b using Gaussian elimination without pivoting
Inputs : A is the n-by-n coefficient matrix
b is the n-by-k right hand side matrix
Outputs : x is the n-by-k solution matrix Platform: |
Size: 1024 |
Author:Mhdh |
Hits:
Description: 解决MxN阶线性方程组,采用高斯消元法,可显示无解,一解和多解结果。-Solve the MxN-order linear equations using Gaussian elimination can be no solution, one solution, and the results of the multiple solutions. Platform: |
Size: 1024 |
Author:zhangran |
Hits:
Description: 对给定的线性方程组采用高斯消元法进行求解,可以给定方程阶数-For a given set of linear equations using Gaussian elimination method to solve, you can order a given equation Platform: |
Size: 6144 |
Author:limin |
Hits: