搜索资源列表
-
0下载:
线性方程组求解模板,包括求解线性方程组的各种算法- System of linear equations solution template, including
solution system of linear equations each algorithm
-
-
1下载:
用C语言来实现的,求解线性方程组,还可以实现解向量的一个程序。-The decomposition realizes with the C language, solution system of linear equations, but also may realize the solution vector one procedure
-
-
0下载:
电力系统静态稳定计算一般采用小干扰法,即首先计算近似的线性微分方程组系数矩阵的特征根。然后根据特征根在复平面上的特性,判别电力系统运行的稳定性
操作说明:
请输入初始功率S0,形如a+bi
请输入无限大系统母线电压V0
请输入系统直轴等值电抗的大小Xd
请输入同步电角速度
请输入惯性时间常数Tj
请输入综合阻尼系数D-static power system stability calculation generally use small interfering, f
-
-
0下载:
【问题描述】已知线性方程组AX=B,求解该方程组。参考算法:
消去法:将列向量B加到矩阵A的最后一列,构成增广矩阵AB。对AB进行下列三种初等变换,使原矩阵A的部分的主对角线上的元素均为1,其余元素均为0,则原列向量B的部分即为X的值:
1. 将矩阵的一行乘以一个不为0的数
2. 将矩阵的一行加上另一行的倍数
3. 交换矩阵中两行的位置
- [ Question descr iption ] known system of linear equations AX=B,
s
-
-
2下载:
用C语言写的预处理共轭梯度法求解线性方程组的程序-Preconditioned Conjugate Gradient Method with C Language for solving linear system of equations
-
-
1下载:
电力系统潮流程序,用matlab编程的的。潮流计算是电力系统运行分析和规划设计中最常用的工具,电力系统潮流计算问题在数学上是求解一组多元非线性方程,迭代的收敛性是实用者关心的技术焦点。-Power Flow procedures, with the matlab programming. Flow calculation is the electric power system operation analysis and planning and designing the most comm
-
-
0下载:
一个C++程序。用来解多元一次线性方程组-A C++ program. solution to a system of linear equations
-
-
0下载:
Simultaneous Displacement Method for a linear equations system
-
-
2下载:
本程序为一种基于凸优化的OFDM信道估计算法,平滑SLO算法是求解稀疏线性方程组的一种迭代解法,本程序将其应用于OFDM信道估计,取得了较好的信号估计精度以及速度-This procedure is a convex optimization of OFDM-based channel estimation algorithm, smoothing algorithm SLO is sparse system of linear equations to solve an iterative m
-
-
0下载:
线性方程组的matlab程序实现方法,有大量例题和程序-Linear equations matlab program implementation methods and procedures for a large number of Example
-
-
0下载:
3.4 MATLAB Program Reflectance Spectrum
Computation of 1D PhC
The program computes the reflectance spectrum
of the user-defined layered structure by the method
described in this chapter. The solution of the
linear equations system is
-
-
0下载:
用LU分解方法解线性方程组的过程演示,本人原创,测试无误,内含详细注释。 -With the LU decomposition method to solve linear equations of the process of demonstration, I have the original, the test is correct, containing detailed notes.
-
-
0下载:
用Cholesky分解方法解线性方程组的过程演示,本人原创,测试无误,内含详细注释。 -With the Cholesky decomposition method to solve linear equations demonstrate the process, my original test and correct, containing detailed notes.
-
-
0下载:
用LDLT分解方法解线性方程组的过程演示,本人原创,测试无误,内含详细注释。 -With LDLT decomposition method to solve linear equations of the process of demonstration, I am the original, the test is correct, containing detailed notes.
-
-
0下载:
jacobi算法求解线性方程组,迭代算法。-jacobi algorithm for solving linear equations, iterative algorithm.
-
-
0下载:
数值计算方法matalb,该程序包含了迭代法求解线性方程组!-The numerical calculation the method matalb This package contains the iteration method for solving linear equations!
-
-
0下载:
数值计算方法matalb程序,该程序包含了直接发求解线性方程组!-The numerical calculation the method matalb program, which includes directly solving linear equations!
-
-
0下载:
solve the system of linear equations A*X = B for X ---FORTRAN90
-
-
0下载:
OpenSees用以增加求解大规模线性系数方程的源代码,可以在本例基础上增加一系列高效的线性方程组求解器-OpenSees source code for adding new solutor of linear equations
-
-
0下载:
分别用几种经典的数值分析迭代算法求解线性方程组(Solving linear equations by several classical numerical analysis iterative algorithms)
-