搜索结果
找到约 31 项符合
Seidel 的查询结果
按分类筛选
数值算法/人工智能 gauss-seidel迭代法解Ax=b的解
gauss-seidel迭代法解Ax=b的解
数据结构 数据结构中常用的Gauss-Seidel 迭代算法
数据结构中常用的Gauss-Seidel 迭代算法
数值算法/人工智能 GAUSS-SEIDEL法的Matlab程序
GAUSS-SEIDEL法的Matlab程序
数学计算 数值分析或计算方法中的Gauss-Seidel法求解线性方程组的c++程序
数值分析或计算方法中的Gauss-Seidel法求解线性方程组的c++程序
数学计算 本题采用的计算方法为:主要用Jacobi迭代和Gauss-Seidel迭代解线性方程组。 Jacobi迭代算法思路:由方程组
本题采用的计算方法为:主要用Jacobi迭代和Gauss-Seidel迭代解线性方程组。
Jacobi迭代算法思路:由方程组 ,使等式左端仅保留向量 ,其他一概放到右端,将 代入上式右端,便可(按顺序逐行)进行计算得到 。
Gauss-Seidel迭代和Jacobi迭代不同的是先计算第一式得到 ,用此数再参与第二式的右端的计算,依次类推。 ...
数学计算 Seidel迭代算法 帮助有需要的朋友们
Seidel迭代算法 帮助有需要的朋友们
数学计算 Using Jacobi method and Gauss-Seidel iterative methods to solve the following system The require
Using Jacobi method and Gauss-Seidel iterative methods to solve the following system
The required precision is   =0.00001, and the maximum iteration number N=25. Compare the number of iterations and the convergence of these two methods
数学计算 We can see that using Gauss-Seidel iterative methods need only 13 timed to make   =
We can see that using Gauss-Seidel iterative methods need only 13 timed to make          
But using Jacobi method after 25 times the    is bigger than that using Gauss-Seidel iterative methods
数学计算 gauss-seidel算法实现对方程组的求解
gauss-seidel算法实现对方程组的求解
matlab例程 用matlab实现的Gauss-Seidel迭代法。
用matlab实现的Gauss-Seidel迭代法。