搜索资源列表
168168
- 计算机辅助正弦交流电路分析的理论及实现过程。分析方法采用节点分析法。采用了把一个二端元件定义一支路的概念,这种处理方法在网络分析中具有简单、易于掌握的特点。而在解线性方程时采用大家所熟悉的高斯—约当消去法。在建立方程的过程中采用的是形成Gn,Jn的直接填写法。为使读者理解编写通用程序的思路和方法,使用了大量的流程图。程序能处理含有导纳支路、电流源支路、电压源支路、四种受控源支路及含有互感支路的正弦稳态电路。-sinusoidal AC
解线性方程的直接法
- 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix,
解线性的迭代法
- 这是计算方法中用的解线性方程的迭代法,具有很强的实用性!-This is the calculation method used for solving linear equations of the iterative method, and has a strong practical!
第二章 解线性方程组的直接方法
- 解线性方程组的直接方法-solution of linear equations of the direct method
第三章 解线性方程组的迭代法
- 解线性方程组的迭代法-solution of linear equations of iterative method
高斯法解线性方程组
- 高斯法解线性方程组-Gaussian method for solving linear equations
c常用算法程序
- C常用算法程序机,是关于解线性方程,各种矩阵的处理。很有实际应用意义-C algorithms commonly used procedures machine is on the solution of linear equations, various matrix processing. Very practical significance
解线性方程组的迭代法
- 利用matlab编程实现解线性方程组的迭代法。-using Matlab programming for solving linear equations of iterative method.
高斯消元法解n阶线性方程组
- 高斯消元法解n阶线性方程组 这里是数学方法中常用的计算程序-Gauss elimination method for n-linear equations here is the mathematical methods used in calculation procedures
解线性方程的直接法
- 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix,
解线性的迭代法
- 这是计算方法中用的解线性方程的迭代法,具有很强的实用性!-This is the calculation method used for solving linear equations of the iterative method, and has a strong practical!
LU
- Lu 方法解线性方程组的程序 可以参考一下-Lu method to solve linear equations of the program can refer to
1
- 第二章 解线性方程组的直接法 --------------------------------------------------------------------------------------- 主函数文件 子函数文件 功能 实例 --------------------------------------------------------------------------------------
Scientific_Computing_and_C_assembly
- 第二章 解线性方程组的直接法 第三章 解线性方程的迭代法 第四章 插值法 第五章 数据拟合 第六章 数值微分和积分 第七章 矩阵特征值问题 第八章 非线性方程数值解法 第九章 非线性方程组的抚今迭代解法 第十章 常微分方程初值问题的数值解法 第十一章 常微分方程边值问题的数值解法 附录A C语言屏幕绘图 -Chapter II solution of linear equations in
LU
- LU分解算法 及 分解后矩阵解线性方程组-LU algorithm
chengxu
- 第一章 误差与范数 第二章 非线性方程(组)的数值解法 第三章 解线性方程组的直接方法第四章 解线性方程组的迭代法第五章 矩阵的特征值与特征向量的计算-Chapter norm error and the second chapter of nonlinear equations (Group) Chapter III of the numerical solution of linear equations solution meth
BJ
- 本程序源代码是用迭代的方法解线性方程组。可以直接调用。-The source code is a method of iterative solution of linear equations. Can be directly called.
解线性方程组的直接法
- 数值分析直接法解线性方程问题的matlab的范例,超好用der((Numerical analysis of the Matlab example, super easy to use der))
解线性方程组的迭代法
- 数值分析迭代法解线性方程问题的matlab的范例((Numerical analysis of the Matlab example, super easy to use der))
解线性方程组
- gauss 列主元消去法 全主元消去法 LU(Doolittle Crout) 平方根法 追赶法(Gauss column principal elimination method, all principal component elimination method LU (Doolittle, Crout) square root method)