[go: up one dir, main page]

CN104239280A - Method for quickly solving nodal impedance matrix of power system - Google Patents

Method for quickly solving nodal impedance matrix of power system Download PDF

Info

Publication number
CN104239280A
CN104239280A CN201410471279.1A CN201410471279A CN104239280A CN 104239280 A CN104239280 A CN 104239280A CN 201410471279 A CN201410471279 A CN 201410471279A CN 104239280 A CN104239280 A CN 104239280A
Authority
CN
China
Prior art keywords
matrix
gauss
ldu
power system
node
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201410471279.1A
Other languages
Chinese (zh)
Inventor
陈恳
刘单
席小青
罗仁露
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanchang University
Original Assignee
Nanchang University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanchang University filed Critical Nanchang University
Priority to CN201410471279.1A priority Critical patent/CN104239280A/en
Publication of CN104239280A publication Critical patent/CN104239280A/en
Pending legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a method for quickly solving a nodal impedance matrix of a power system, and relates to the field of analytical computation of the power system. The method mainly comprises the following steps of inputting data of a nodal admittance matrix Y; establishing an augmented matrix B by the nodal admittance matrix Y and an identity matrix E together; normalizing the augmented matrix B and carrying out a Gauss-Jordan elimination method on the augmented matrix B for n times; obtaining an inverse matrix Z. At present, traditional methods for solving the nodal impedance matrix comprise an LDU (Logic Data Unit) triangular decomposition method and a Gauss elimination method, and compared with the two traditional methods, the novel method for quickly solving the nodal impedance matrix by utilizing the Gauss-Jordan elimination method, provided by the invention, has the advantages that the principle is simple and easy to understand, the computation time is reduced, the programming is convenient, and the like; compared with the traditional LDU triangular decomposition method and the Gauss elimination method, by utilizing the method for verifying systems such as an IEEE-57 node, an IEEE-118 node and an IEEE-300 node, the computation speeds can be respectively increased by about 25%-50%.

Description

一种快速求解电力系统节点阻抗矩阵的方法A Fast Method to Solve Power System Node Impedance Matrix

技术领域technical field

本发明涉及电力系统分析计算领域,主要涉及一种快速求取节点阻抗矩阵的计算方法。The invention relates to the field of power system analysis and calculation, and mainly relates to a calculation method for quickly obtaining a node impedance matrix.

背景技术Background technique

在电力系统分析计算中,经常会用到节点阻抗矩阵,传统方法中常用LDU三角分解法和高斯消元法求解节点阻抗矩阵。In power system analysis and calculation, the node impedance matrix is often used. In traditional methods, the LDU triangular decomposition method and the Gaussian elimination method are commonly used to solve the node impedance matrix.

各种三角分解法均类似于因子表法,比较适合于系数矩阵不变方程的反复求解。许多文献均介绍用LDU三角分解法求解Y矩阵的逆矩阵Z,主要为了把对Z矩阵的求解转换成对Zk矩阵的求解。由于三角分解法的计算公式均与高斯消元计算公式紧密关联,如果不考虑用于多个逆矩阵Z的反复求解(大多数情况下只求1个逆矩阵),三角分解法在原理上不如高斯消元法简单直接、计算速度快,更不会比含规格化的高斯-约当消元法理想。只是由于传统的高斯消元法用于求解逆矩阵时一般未涉及规格化计算(计算流程图见图1),而LDU三角分解法又包括了规格化计算(计算流程图见图2),因此LDU三角分解法比不含规格化的高斯消元法计算速度更快。所以更多的文献在介绍求取逆矩阵时用LDU三角分解法,而不是高斯消元法。但传统的LDU三角分解法和高斯消元法都存在原理复杂,计算时间长等问题。Various triangular decomposition methods are similar to the factor table method, and are more suitable for the repeated solution of coefficient matrix invariant equations. Many literatures introduce the use of the LDU triangular decomposition method to solve the inverse matrix Z of the Y matrix, mainly to convert the solution of the Z matrix into the solution of the Z k matrix. Since the calculation formulas of the triangular decomposition method are closely related to the Gaussian elimination calculation formula, if the repeated solution for multiple inverse matrices Z is not considered (only one inverse matrix is sought in most cases), the triangular decomposition method is not as good as The Gaussian elimination method is simple and direct, and the calculation speed is fast, and it is not more ideal than the Gauss-Jordan elimination method with normalization. It is only because the traditional Gaussian elimination method generally does not involve normalized calculations when it is used to solve the inverse matrix (see Figure 1 for the calculation flow chart), and the LDU triangular decomposition method includes normalized calculations (see Figure 2 for the calculation flow chart), so The LDU triangular decomposition method is faster than the Gaussian elimination method without normalization. Therefore, more literature uses the LDU triangular decomposition method instead of the Gaussian elimination method when introducing the inverse matrix. However, the traditional LDU triangular decomposition method and Gaussian elimination method have problems such as complex principles and long calculation time.

(1)高斯消元法或LDU三角分解法求取逆矩阵的方式(1) Gaussian elimination method or LDU triangular decomposition method to obtain the inverse matrix

YZ=ZY=E  (1)YZ=ZY=E (1)

根据上式可得According to the above formula, it can be obtained

YZk=Ek  (k=1,2,……,n)(2)YZ k =E k (k=1,2,...,n)(2)

传统的高斯消元法或LDU三角分解法求取逆矩阵的方式上是用式(2),即通过求取第1~n列的Zk矩阵来获取Z矩阵,而不是同时完整的求出整个Z矩阵。由于LDU三角分解法含规格化计算,因此LDU三角分解法较高斯消元法具有明显计算速度上的优势。计算流程图分别见图1和图2。The traditional Gaussian elimination method or LDU triangular decomposition method is used to obtain the inverse matrix in formula (2), that is, the Z matrix is obtained by obtaining the Z k matrix in the 1st to n columns, instead of simultaneously obtaining the complete The entire Z matrix. Since the LDU triangular decomposition method includes normalized calculations, the LDU triangular decomposition method has an obvious advantage in computing speed over the Gaussian elimination method. The calculation flow charts are shown in Figure 1 and Figure 2, respectively.

发明内容Contents of the invention

本发明的目的是提供了一种快速求解电力系统节点阻抗矩阵新方法,能提高电力系统分析计算中的计算速度。The purpose of the invention is to provide a new method for quickly solving the node impedance matrix of the power system, which can improve the calculation speed in the analysis and calculation of the power system.

本发明是通过以下技术方案实现的。The present invention is achieved through the following technical solutions.

首先将节点导纳矩阵和单位矩阵形成特殊的增广矩阵,之后再对此增广矩阵进行含规格化的高斯-约当消元,即可求出方程的最终解,其基本步骤如下:First, the node admittance matrix and the unit matrix are formed into a special augmented matrix, and then the augmented matrix is subjected to Gauss-Jordan elimination with normalization to obtain the final solution of the equation. The basic steps are as follows:

步骤1:输入节点导纳矩阵数据;Step 1: Input node admittance matrix data;

步骤2:节点导纳矩阵Y阵、单位方阵E阵构建增广矩阵B=[Y E];Step 2: Construct the augmented matrix B=[Y E] by node admittance matrix Y matrix and unit square matrix E matrix;

步骤3:对B阵规格化及n次高斯-约当消元得B(n)″=[E E(n)″];Step 3: get B (n) ″=[E E (n) ″] to B matrix normalization and n times of Gaussian-Jordan elimination;

步骤4:得逆矩阵Z=E(n)″;Step 4: get the inverse matrix Z=E (n) ";

步骤5:输出结果。Step 5: Output the result.

对增广矩阵B进行n次含规格化的高斯-约当后得到的新的矩阵E(n)″即为节点阻抗矩阵Z。The new matrix E (n) ″ obtained after performing n times Gauss-Jordan normalization on the augmented matrix B is the node impedance matrix Z.

本发明所述的步骤2中,与传统的LDU三角分解法和高斯消元法求逆矩阵的方式不同。传统方法消元过程中形成的增广矩阵为B=[Y Ek],然后一列列的求取Zk矩阵。本发明是利用高斯-约当消元法的计算原理对所需求逆阵的矩阵和单位矩阵形成特殊的增广矩阵B=[Y E],消元完成后可直接获得完整的逆矩阵Z,且无回代过程。In step 2 of the present invention, it is different from the traditional LDU triangular decomposition method and the Gaussian elimination method for finding the inverse matrix. The augmented matrix formed in the process of traditional method elimination is B=[Y E k ], and then the Z k matrix is calculated column by column. The present invention utilizes the calculation principle of the Gaussian-Jordan elimination method to form a special augmented matrix B=[Y E] to the required inverse matrix and the unit matrix, and can directly obtain the complete inverse matrix Z after the elimination is completed, and No regression process.

本发明所述的步骤3和步骤4中,对形成的特殊增广矩阵B进行含规格化的高斯-约当消元后可得B(n)″=[Y(n)″ E(n)″]。此时Y阵变成了n阶单位方阵Y(n)″,而n阶单位方阵E变成了n阶方阵E(n)″阵,E(n)″阵就是所要求的节点阻抗矩阵Z。In the step 3 and step 4 of the present invention, the special augmented matrix B that is formed is carried out after Gaussian-Jordan elimination element containing normalization and can obtain B (n) ″=[Y (n) ″ E (n) ″]. At this moment, the Y matrix has become the n-order unit square matrix Y (n) ″, and the n-order unit square matrix E has become the n-order square matrix E (n) ″ matrix, and the E (n) ″ matrix is exactly all The required nodal impedance matrix Z.

由于本发明的整个Z矩阵是同时求得,因此无需用主要针对常系数方程多次求解的LDU三角分解法以及计算效率较低的不含规格化的高斯消元法。因此本发明可以快速求解节点阻抗矩阵,且原理简单,程序编写方便。用本发明对IEEE-57、-118、-300节点等系统进行计算,与传统的LDU三角分解法和高斯消元法求逆矩阵的方法相比,计算速度可分别提高约25~50%(见实施例1)。Since the entire Z matrix of the present invention is obtained simultaneously, it is not necessary to use the LDU triangular decomposition method mainly for multiple solutions of constant coefficient equations and the Gaussian elimination method without normalization with low calculation efficiency. Therefore, the invention can quickly solve the node impedance matrix, and has simple principle and convenient programming. Use the present invention to calculate IEEE-57, -118, -300 nodes and other systems, compared with the traditional LDU triangular decomposition method and Gaussian element elimination method to find the inverse matrix, the calculation speed can be increased by about 25% to 50% ( See Example 1).

本发明提出的一种快速求解电力系统节点阻抗矩阵新方法,利用了高斯-约当消元法在计算速度上的优势,对所求逆的矩阵和单位矩阵形成特殊的增广矩阵并进行消元。与传统的LDU三角分解法和高斯消元法求逆矩阵的方式不同,不是一列列的求取Zk矩阵,而是同时解出整个Z矩阵,即本发明是直接用式(1)而不是用式(2)来完成求取逆矩阵,且无回代过程。这些特点决定了本方法的速度优势。计算流程图见见图3。The invention proposes a new method for quickly solving the node impedance matrix of the power system, which utilizes the advantages of the Gauss-Jordan elimination method in calculation speed, forms a special augmented matrix for the inverse matrix and the identity matrix, and performs elimination Yuan. Different from the traditional LDU triangular decomposition method and the Gaussian elimination method for finding the inverse matrix, instead of seeking the Z k matrix column by column, the whole Z matrix is solved at the same time, that is, the present invention directly uses formula (1) instead of Use formula (2) to complete the calculation of the inverse matrix, and there is no back-substitution process. These characteristics determine the speed advantage of this method. The calculation flow chart is shown in Figure 3.

在求取1个逆矩阵Z时,高斯-约当消元法的计算速度不但优于高斯消元法,也同样优于LDU三角分解法。When calculating an inverse matrix Z, the calculation speed of the Gauss-Jordan elimination method is not only better than the Gaussian elimination method, but also better than the LDU triangular decomposition method.

附图说明Description of drawings

图1高斯消元法求取节点导纳矩阵Y的逆矩阵Z计算流程图Figure 1 Gaussian elimination method to obtain the inverse matrix Z calculation flow of node admittance matrix Y

图2LDU三角分解法求取节点导纳矩阵Y的逆矩阵Z计算流程图Figure 2 Calculation flow chart of calculating the inverse matrix Z of node admittance matrix Y by LDU triangular decomposition method

图3本发明求取节点导纳矩阵Y的逆矩阵Z计算流程图Fig. 3 present invention calculates the inverse matrix Z calculation flowchart of node admittance matrix Y

具体实施方式Detailed ways

本发明将通过以下实施例作进一步说明。The invention will be further illustrated by the following examples.

本发明涉及了一种快速求解电力系统节点阻抗矩阵的新方法,与传统的高斯消元法和LDU三角分解法求解节点阻抗矩阵的方法相比可大大提高计算速度。本发明也可应用于电力系统分析计算中快速求取线性方程组系数矩阵的逆矩阵。The invention relates to a new method for quickly solving the node impedance matrix of the power system, which can greatly improve the calculation speed compared with the traditional Gaussian elimination method and the LDU triangular decomposition method for solving the node impedance matrix. The invention can also be applied to quickly obtain the inverse matrix of the coefficient matrix of the linear equation system in the analysis and calculation of the power system.

本发明将节点导纳矩阵Y和整个单位矩阵E构成特殊的增广矩阵,之后对此增广矩阵进行含规格化的高斯-约当消元,消元结束可直接得到方程的最终解。The present invention forms a special augmented matrix with the node admittance matrix Y and the entire unit matrix E, and then carries out normalized Gauss-Jordan elimination on the augmented matrix, and the final solution of the equation can be obtained directly after the elimination.

将Y阵和E阵形成特殊的增广矩阵B=[Y E],B阵展开如下。Form Y array and E array into a special augmented matrix B=[Y E], B array is expanded as follows.

传统的B阵中常数项矩阵F仅1列元素,而此处B阵中的常数项矩阵E有n列元素。The constant item matrix F in the traditional B array has only 1 column of elements, while the constant item matrix E in the B array here has n columns of elements.

对式(3)进行含规格化的高斯-约当消元后B阵变成B(n)″阵。After carrying out Gauss-Jordan elimination with normalization on formula (3), matrix B becomes B (n) "matrix.

式(4)中有Y(n)″=E,即经过n次含规格化的高斯-约当消元后,Y矩阵从n阶方阵变成了n阶单位方阵E,而E阵从n阶单位矩阵变成了n阶方阵E(n)″。此时,B(n)″阵对应的方程为Y(n)″Z=E(n)″,与式(1)同解。且由于Y(n)″=E,因此可得Z=E(n)″。In formula (4), there is Y (n) ″=E, that is, after n times of Gauss-Jordan elimination with normalization, the Y matrix changes from an n-order square matrix to an n-order unit square matrix E, and the E matrix From the n-order unit matrix to the n-order square matrix E (n) ″. At this time, the equation corresponding to B (n) "matrix is Y (n) "Z=E (n) ", which has the same solution as formula (1). And because Y (n) "=E, Z=E can be obtained (n) ".

因此可得结论:对Y阵和E阵构成的增广矩阵B=[Y E]进行含规格化的高斯-约当消元后所得到新的增广矩阵B(n)″中的E(n)″阵就是所要求的Z矩阵。Therefore, it can be concluded that the augmented matrix B=[Y E] formed by the Y matrix and the E matrix is carried out after the Gauss-Jordan elimination of normalization is obtained, and the E (n in the new augmented matrix B (n) " ) "array is exactly required Z matrix.

实施例1。Example 1.

对IEEE-57、118、-300节点等系统在不考虑元素稀疏性的情况下进行编程计算,比较传统的高斯消元法、LDU三角分解法与本发明求取节点导纳矩阵Y的逆矩阵Z的计算时间。计算结果如表1所示。For systems such as IEEE-57, 118, and -300 nodes, the programming calculation is performed without considering the element sparsity, and the traditional Gaussian elimination method, LDU triangular decomposition method and the present invention are compared to obtain the inverse matrix of the node admittance matrix Y The calculation time of Z. The calculation results are shown in Table 1.

表1各种计算方法求取Y阵的逆矩阵Z的计算时间比较Table 1 Comparing the calculation time of various calculation methods to obtain the inverse matrix Z of Y matrix

从表1可以看出,以IEEE-300节点系统为例,虽然含规格化的LDU三角分解法比不含规格化的高斯消元法的计算速度快约25%,但本发明分别比传统的LDU三角分解法和高斯消元法的计算速度分别快约30~50%。上表这足以证明本发明的优势所在。As can be seen from Table 1, taking the IEEE-300 node system as an example, although the calculation speed of the LDU triangular decomposition method containing normalization is about 25% faster than the Gaussian elimination method without normalization, the present invention is respectively faster than the traditional The calculation speed of LDU triangular decomposition method and Gaussian elimination method is about 30-50% faster respectively. The above table is enough to prove the advantages of the present invention.

本发明可以采用任何一种编程语言和编程环境实现,本实施例中是采用C++编程语言,开发环境是Visual C++。The present invention can adopt any programming language and programming environment to realize, is to adopt C++ programming language in the present embodiment, and development environment is Visual C++.

Claims (1)

1.一种快速求解电力系统节点阻抗矩阵的方法,其特征是按以下步骤:1. A method for quickly solving the power system node impedance matrix is characterized in that the steps are as follows: 步骤1:输入节点导纳矩阵数据;Step 1: Input node admittance matrix data; 步骤2:节点导纳矩阵Y阵、单位方阵E阵构建增广矩阵B=[Y E];Step 2: Construct the augmented matrix B=[Y E] by node admittance matrix Y matrix and unit square matrix E matrix; 步骤3:对B阵规格化及n次高斯-约当消元得B(n)″=[E E(n)″];Step 3: get B (n) ″=[E E (n) ″] to B matrix normalization and n times of Gaussian-Jordan elimination; 步骤4:得逆矩阵Z=E(n)″;Step 4: get the inverse matrix Z=E (n) "; 步骤5:输出结果。Step 5: Output the result.
CN201410471279.1A 2014-09-16 2014-09-16 Method for quickly solving nodal impedance matrix of power system Pending CN104239280A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410471279.1A CN104239280A (en) 2014-09-16 2014-09-16 Method for quickly solving nodal impedance matrix of power system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410471279.1A CN104239280A (en) 2014-09-16 2014-09-16 Method for quickly solving nodal impedance matrix of power system

Publications (1)

Publication Number Publication Date
CN104239280A true CN104239280A (en) 2014-12-24

Family

ID=52227378

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410471279.1A Pending CN104239280A (en) 2014-09-16 2014-09-16 Method for quickly solving nodal impedance matrix of power system

Country Status (1)

Country Link
CN (1) CN104239280A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104715422A (en) * 2015-01-20 2015-06-17 南昌大学 Method for working out power system node impedance matrix through factor table method based on symmetrical sparse matrix technology
CN105375468A (en) * 2015-11-12 2016-03-02 南昌大学 Symmetric sparse matrix technique-based method for quickly determining right-angle coordinate Newton-Raphson power flow
CN106021188A (en) * 2016-05-11 2016-10-12 广州广电运通金融电子股份有限公司 Parallel hardware architecture and parallel computing method for floating point matrix inversion
CN109191016A (en) * 2018-10-24 2019-01-11 南昌大学 Quickly the Gauss-of power system nodal impedance matrix is sought about when factor table method
CN109241492A (en) * 2018-08-20 2019-01-18 南昌大学 Quickly the Gauss-of power system nodal impedance matrix is sought about when first new algorithm that disappears

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW201217993A (en) * 2010-10-20 2012-05-01 Huafan University employing operation on decomposed matrices to reduce operation amount for single matrix per unit time for light-weighting matrix operation process in simpler operation circuit
CN103544378A (en) * 2013-09-28 2014-01-29 南方电网科学研究院有限责任公司 Method for calculating harmonic impedance of alternating current system for direct current transmission

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW201217993A (en) * 2010-10-20 2012-05-01 Huafan University employing operation on decomposed matrices to reduce operation amount for single matrix per unit time for light-weighting matrix operation process in simpler operation circuit
CN103544378A (en) * 2013-09-28 2014-01-29 南方电网科学研究院有限责任公司 Method for calculating harmonic impedance of alternating current system for direct current transmission

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
冯天民: "含CCCS网络节点阻抗矩阵的生成算法研究", 《中国优秀硕士学位论文全文数据库 工程科技Ⅱ辑》 *
唐俊娥: "电力系统无功优化模型与算法的研究", 《中国优秀硕士学位论文全文数据库 工程科技Ⅱ辑》 *
石文章: "继电保护整定计算及定值管理系统设计", 《中国优秀硕士学位论文全文数据库 工程科技Ⅱ辑》 *
陶晓丽: "调度员培训模拟中短路电流计算模块的改进", 《中国优秀硕士学位论文全文数据库 工程科技Ⅱ辑》 *

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104715422A (en) * 2015-01-20 2015-06-17 南昌大学 Method for working out power system node impedance matrix through factor table method based on symmetrical sparse matrix technology
CN105375468A (en) * 2015-11-12 2016-03-02 南昌大学 Symmetric sparse matrix technique-based method for quickly determining right-angle coordinate Newton-Raphson power flow
CN106021188A (en) * 2016-05-11 2016-10-12 广州广电运通金融电子股份有限公司 Parallel hardware architecture and parallel computing method for floating point matrix inversion
WO2017193922A1 (en) * 2016-05-11 2017-11-16 广州广电运通金融电子股份有限公司 Parallel hardware architecture and parallel computing method for floating point matrix inversion
CN106021188B (en) * 2016-05-11 2019-04-12 广州广电运通金融电子股份有限公司 The Parallel Hardware framework and parallel calculating method that floating-point matrix is inverted
CN109241492A (en) * 2018-08-20 2019-01-18 南昌大学 Quickly the Gauss-of power system nodal impedance matrix is sought about when first new algorithm that disappears
CN109241492B (en) * 2018-08-20 2023-10-31 南昌大学 A new method of Gaussian-Jordan elimination to quickly obtain the node impedance matrix of power systems
CN109191016A (en) * 2018-10-24 2019-01-11 南昌大学 Quickly the Gauss-of power system nodal impedance matrix is sought about when factor table method
CN109191016B (en) * 2018-10-24 2021-12-14 南昌大学 Gauss-Jordan factor table method for fast calculation of node impedance matrix of power system

Similar Documents

Publication Publication Date Title
Mohammed et al. Sobolev differentiable stochastic flows for SDEs with singular coefficients: Applications to the transport equation
CN104239280A (en) Method for quickly solving nodal impedance matrix of power system
CN107291945A (en) The high-precision image of clothing search method and system of view-based access control model attention model
Bernardin et al. 3/4-fractional superdiffusion in a system of harmonic oscillators perturbed by a conservative noise
CN104462236A (en) Accompanying vehicle recognition method and device based on big data
CN105630741A (en) Improved module for solving inverse matrixes of matrixes according to bit replacement method
Kobayashi et al. A Babuška-Aziz type proof of the circumradius condition
Tsekouras Fuzzy rule base simplification using multidimensional scaling and constrained optimization
CN105608059A (en) Module for solving triangular matrix decomposition based on improved bitwise substitution method
CN103279580A (en) Video retrieval method based on novel semantic space
Preda et al. An extension of a theorem of R. Datko to the case of (non) uniform exponential stability of linear skew-product semiflows
Lemos et al. Holographic charge transport in Lifshitz black hole backgrounds
CN104391825A (en) Method of quickly solving node impedance matrix of electric power system based on Gaussian elimination method
Wu et al. Finding tree symmetries using continuous-time quantum walk
Kitić et al. A review of cosparse signal recovery methods applied to sound source localization
Wang Blow-up solutions of the stochastic nonlocal heat equations
Zhao et al. Regularizing and decay rate estimates for solutions to the Cauchy problem of the Debye–Hückel system
Chihara Schrödinger flow into almost Hermitian manifolds
Li et al. Semi-convergence analysis of the inexact Uzawa method for singular saddle point problems
Loc et al. The generalized gamma functions
CN106021346A (en) A retrieval processing method and device
CN104102200B (en) A kind of transfer gear design system based on structure with control integrated optimization
Ebenezer et al. Solving Time-Fractional Korteureg-de-varies Equations by Fractional Reduced Differential Transform Method
Liang et al. Radially symmetric convex solutions for Dirichlet problems of Monge‐Ampère equations
CN105703360B (en) A Fast Gauss-Seidel Power Flow Algorithm for Power Systems Based on Sparse Technology

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20141224

RJ01 Rejection of invention patent application after publication