搜索:Gaussian elimination
找到约 135 项符合「Gaussian elimination」的查询结果
结果 135
按分类筛选
- 全部
- matlab例程 (37)
- 数学计算 (15)
- 人工智能/神经网络 (12)
- 技术资料 (11)
- 通讯/手机编程 (7)
- 其他 (7)
- 通讯编程文档 (5)
- 其他书籍 (4)
- DSP编程 (3)
- 数值算法/人工智能 (3)
- 书籍 (3)
- 学术论文 (2)
- 书籍源码 (2)
- 电子书籍 (2)
- 文件格式 (2)
- 文章/文档 (2)
- 生物技术 (2)
- 源码 (2)
- 模拟电子 (1)
- 压缩解压 (1)
- 驱动编程 (1)
- 编辑器/阅读器 (1)
- *行业应用 (1)
- Java编程 (1)
- 微处理器开发 (1)
- 交通/航空行业 (1)
- 系统设计方案 (1)
- 中间件编程 (1)
- 邮电通讯系统 (1)
- 行业发展研究 (1)
- 3G开发 (1)
- 论文 (1)
https://www.eeworm.com/dl/641/256144.html
数学计算
2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve
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
https://www.eeworm.com/dl/641/259301.html
数学计算
Using Gaussian elimination to solve linear equations.
Using Gaussian elimination to solve linear equations.
https://www.eeworm.com/dl/665/470198.html
matlab例程
A very simple Gaussian elimination code in matlab
A very simple Gaussian elimination code in matlab
https://www.eeworm.com/dl/665/246573.html
matlab例程
用MATLAB写的Gaussian Elimination算法即LU算法
用MATLAB写的Gaussian Elimination算法即LU算法
https://www.eeworm.com/dl/518/364508.html
数值算法/人工智能
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively.
The functions in this package are accurate ...
https://www.eeworm.com/dl/641/364510.html
数学计算
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively.
The functions in this package are accurate ...
https://www.eeworm.com/dl/641/259304.html
数学计算
Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any si
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 ...
https://www.eeworm.com/dl/641/461732.html
数学计算
Numerical Methods- Gauss Elimination
Numerical Methods- Gauss Elimination