搜索资源列表
-
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
-
-
0下载:
用高斯列主元消元法解下列线性方程组
高斯消元求解一些系数矩阵中含有极小数的情况下,会产生巨大的舍入误差,导致算法失效。一个简单而有效的改进方法是每次在进行将当前列中元素的消成0的运算时,选择当前列j对应的行(j to n)中绝对值较大的一个数作为主元行,这样,误差就会减小很多,PCA with out Gaussian elimination method solution of the following system of linear equations to solve a numbe
-
-
0下载:
在求解线性方程组(System of Linear Equations)的算法中,有两类最基本的算法,一类是直接法,即以消去为基础的解法。如果不考虑误差的影响,从理论上讲,它可以在固定步数内求得方程组的准确解。另一类是迭代解法,它是一个逐步求得近似解的过程,-we can use several different methods to obtain a solution. If a unique solution is known to exist, and the coefficient m
-
-
2下载:
用C语言写的预处理共轭梯度法求解线性方程组的程序-Preconditioned Conjugate Gradient Method with C Language for solving linear system of equations
-
-
0下载:
这是松弛法编程,它是高斯-赛德尔迭代法的一种加速收敛的方法。是大型稀疏矩阵线性方程组的有效解法之一。
-This is the relaxation method programming, it is the Gauss- Seidel iterative method to accelerate the convergence of a method. Large sparse matrix system of linear equations, one effective solutio
-
-
0下载:
编程序,按如下要求来求解n元一次线性方程组(假设方程组具有唯一解)。
(1)方程个数n之值由用户通过键盘输入;
(2)方程组存放在“增广矩阵”A之中,而n行n+1列的A存储空间通过new来动态分配,且A的各元素值也由用户通过键盘输入;
-Allocation procedures, the following requirements to solve the n-a system of linear equations (assuming a unique solution
-
-
1下载:
SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perf
-
-
0下载:
这个程序利用共轭梯度方法,求解对称正定线性方程组-This procedure using conjugate gradient method for solving symmetric positive definite system of linear equations
-
-
0下载:
一个C++程序。用来解多元一次线性方程组-A C++ program. solution to a system of linear equations
-
-
0下载:
线性方程组求根实验,分别用平方根法,Jacobi迭代法(不收敛),SOR三种方法,包含实验报告-Root experimental system of linear equations, respectively, with the square root method, Jacobi iterative method (not convergence), SOR three methods, including test reports
-
-
0下载:
线性方程组求根实验,分别用平方根法,Jacobi迭代法(不收敛),SOR三种方法,包含实验报告-Root experimental system of linear equations, respectively, with the square root method, Jacobi iterative method (not convergence), SOR three methods, including test reports
-
-
0下载:
用于解齐次线性方程组和非齐次线性方程组 用高斯消元法做的,用一个类完成-homogeneous linear equations and system of non-homogeneous linear equations
-
-
0下载:
三点法跟踪运载火箭系统跟踪目标弹作匀速直线运动,拦截弹做匀速率运动。里面微分方程是用欧拉法求解的,为了提高精确度,改成四阶龙格库塔法-Tracking system to track the target missile launch vehicle for uniform linear motion, interceptor uniform rate of movement to do. Which is Euler' s method for solving differential
-
-
0下载:
3.1 线性方程组类设计
3.2 全选主元高斯消去法
3.3 全选主元高斯-约当消去法
3.4 复系数方程组的全选主元高斯消去法
3.5 复系数方程组的全选主元高斯-约当消去法
3.6 求解三对角线方程组的追赶法
3.7 一般带型方程组的求解
3.8 求解对称方程组的分解法
3.9 求解对称正定方程组的平方根法
3.10 求解大型稀疏方程组的全选主元高斯-约当消去法
3.11 求解托伯利兹方程组的列文逊方法
3.12 高斯-赛德尔
-
-
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下载:
OpenSees用以增加求解大规模线性系数方程的源代码,可以在本例基础上增加一系列高效的线性方程组求解器-OpenSees source code for adding new solutor of linear equations
-
-
0下载:
分别用几种经典的数值分析迭代算法求解线性方程组(Solving linear equations by several classical numerical analysis iterative algorithms)
-