期刊文献+
共找到2,725篇文章
< 1 2 137 >
每页显示 20 50 100
New recursive algorithm for matrix inversion 被引量:4
1
作者 Cao Jianshu Wang Xuegang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2008年第2期381-384,共4页
To reduce the computational complexity of matrix inversion, which is the majority of processing in many practical applications, two numerically efficient recursive algorithms (called algorithms I and II, respectively... To reduce the computational complexity of matrix inversion, which is the majority of processing in many practical applications, two numerically efficient recursive algorithms (called algorithms I and II, respectively) are presented. Algorithm I is used to calculate the inverse of such a matrix, whose leading principal minors are all nonzero. Algorithm II, whereby, the inverse of an arbitrary nonsingular matrix can be evaluated is derived via improving the algorithm I. The implementation, for algorithm II or I, involves matrix-vector multiplications and vector outer products. These operations are computationally fast and highly parallelizable. MATLAB simulations show that both recursive algorithms are valid. 展开更多
关键词 recursive algorithm matrix inversion matrix-vector product leading principal minor (LPM).
下载PDF
An inversion decomposition method for better energy resolution of NaI(Tl)scintillation detectors based on a Gaussian response matrix 被引量:5
2
作者 Jian-Feng He Yao-Zong Yang +3 位作者 Jin-Hui Qu Qi-Fan Wu Hai-Ling Xiao Cong-Cong Yu 《Nuclear Science and Techniques》 SCIE CAS CSCD 2016年第3期58-67,共10页
NaI(T1) scintillation detectors have been widely applied for gamma-ray spectrum measurements owing to advantages such as high detection efficiency and low price.However,the mitigation of the limited energy resolution ... NaI(T1) scintillation detectors have been widely applied for gamma-ray spectrum measurements owing to advantages such as high detection efficiency and low price.However,the mitigation of the limited energy resolution of these detectors,which detracts from an accurate analysis of the instrument spectra obtained,remains a crucial need.Based on the physical properties and spectrum formation processes of NaI(T1) scintillation detectors,the detector response to gamma photons with different energies is represented by photopeaks that are approximately Gaussian in shape with unique full-width-at-half-maximum(FWHM) values.The FWHM is established as a detector parameter based on resolution calibrations and is used in the construction of a general Gaussian response matrix,which is employed for the inverse decomposition of gamma spectra obtained from the detector.The Gold and Boosted Gold iterative algorithms are employed to accelerate the decomposition of the measured spectrum.Tests of the inverse decomposition method on multiple simulated overlapping peaks and on experimentally obtained U and Th radionuclide series spectra verify the practicability of the method,particularly in the low-energy region of the spectrum,providing for the accurate qualitative and quantitative analysis of radionuclides. 展开更多
关键词 闪烁探测器 能量分辨率 响应矩阵 分解方法 NAI 高斯 放射性核素 反演
下载PDF
An inversion decomposition test based on Monte Carlo response matrix on the γ-ray spectra from NaI(Tl) scintillation detector 被引量:3
3
作者 Jian-Feng He Qi-Fan Wu +3 位作者 Jian-Ping Cheng Fang Fang Yao-Zong Yang Jin-Hui Qu 《Nuclear Science and Techniques》 SCIE CAS CSCD 2016年第4期181-192,共12页
The Na I(Tl) scintillation detector has a number of unique advantages, including wide use, high light yield,and its low price. It is difficult to obtain the decomposition of instrument response spectrum because of lim... The Na I(Tl) scintillation detector has a number of unique advantages, including wide use, high light yield,and its low price. It is difficult to obtain the decomposition of instrument response spectrum because of limitations associated with the Na I(Tl) scintillation detector's energy resolution. This paper, based on the physical process of c photons released from decay nuclides, generating an instrument response spectrum, uses the Monte Carlo method to simulate c photons with Na I(Tl) scintillation detector interaction. The Monte Carlo response matrix is established by different single energy γ-rays with detector effects. The Gold and the improved Boosted-Gold iterative algorithms have also been used in this paper to solve the response matrix parameters through decomposing tests,such as simulating a multi-characteristic energy c-ray spectrum and simulating synthesized overlapping peaks cray spectrum. An inversion decomposition of the c instrument response spectrum for measured samples(U series, Th series and U–Th mixed sources, among others)can be achieved under the response matrix. The decomposing spectrum can be better distinguished between the similar energy characteristic peaks, which improve the error levels of activity analysis caused by the overlapping peak with significant effects. 展开更多
关键词 闪烁探测器 矩阵分解 蒙特卡洛 NAI γ射线 反演 光谱 能量分辨率
下载PDF
COMPONENTWISE CONDITION NUMBERS FOR GENERALIZED MATRIX INVERSION AND LINEAR LEAST SQUARES 被引量:1
4
作者 魏益民 许威 +1 位作者 乔三正 刁怀安 《Numerical Mathematics A Journal of Chinese Universities(English Series)》 SCIE 2005年第3期277-286,共10页
We present componentwise condition numbers for the problems of MoorePenrose generalized matrix inversion and linear least squares. Also, the condition numbers for these condition numbers are given.
关键词 矩阵倒置 线性最小正方形 广义性 灵敏度
下载PDF
An inversion algorithm for general tridiagonal matrix
5
作者 冉瑞生 黄廷祝 +1 位作者 刘兴平 谷同祥 《Applied Mathematics and Mechanics(English Edition)》 SCIE EI 2009年第2期247-253,共7页
An algorithm for the inverse of a general tridiagonal matrix is presented. For a tridiagonal matrix having the Doolittle factorization, an inversion algorithm is established. The algorithm is then generalized to deal ... An algorithm for the inverse of a general tridiagonal matrix is presented. For a tridiagonal matrix having the Doolittle factorization, an inversion algorithm is established. The algorithm is then generalized to deal with a general tridiagonal matrix without any restriction. Comparison with other methods is provided, indicating low computational complexity of the proposed algorithm, and its applicability to general tridiagonal matrices. 展开更多
关键词 tridiagonal matrix inversE Doolittle factorization
下载PDF
Visual Basic<sup>TM</sup>Routine for In-Place Matrix Inversion
6
作者 Debabrata DasGupta 《Applied Mathematics》 2018年第3期240-249,共10页
A modified version of the Gauss-Jordan algorithm for performing In-Place matrix inversion without using an augmenting unit matrix was described in a previous article by the author. He had also developed several Struct... A modified version of the Gauss-Jordan algorithm for performing In-Place matrix inversion without using an augmenting unit matrix was described in a previous article by the author. He had also developed several Structural Engineering softwares during his career using that method as their analysis engine. He chose matrix inversion because it was suitable for in-core solution of large numbers of vectors for the same set of equations as encountered in structural analysis of moving, dynamic and seismic loadings. The purpose of this article is to provide its readers with its theoretical background and detailed computations of an In-Place matrix inversion task as well as a Visual Basic routine of the algorithm for direct incorporation into Visual Basic 6TM softwares and Visual Basic for ApplicationsTM macros in MS-ExcelTM spreadsheets to save them time and effort of software development. 展开更多
关键词 VB6 VBA FORTRAN MS-Excel Numerical METHODS Gauss-Jordan matrix METHODS matrix inversion In-Place inversion Structural Analysis
下载PDF
Efficient matrix inversion based on VLIW architecture
7
作者 Li Zhang Fu Li Guangming Shi 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2014年第3期393-398,共6页
Matrix inversion is a critical part in communication, signal processing and electromagnetic system. A flexible and scalable very long instruction word (VLIW) processor with clustered architecture is proposed for mat... Matrix inversion is a critical part in communication, signal processing and electromagnetic system. A flexible and scalable very long instruction word (VLIW) processor with clustered architecture is proposed for matrix inversion. A global register file (RF) is used to connect al the clusters. Two nearby clusters share a local register file. The instruction sets are also designed for the VLIW processor. Experimental results show that the proposed VLIW architecture takes only 45 latency to invert a 4 × 4 matrix when running at 150 MHz. The proposed design is roughly five times faster than the DSP solution in processing speed. 展开更多
关键词 matrix inversion very long instruction word (VLIW) latency register file (RF) cluster.
下载PDF
Exact Inversion of Pentadiagonal Matrix for Semi-Analytic Solution of 2D Poisson Equation
8
作者 Serigne Bira Gueye 《Journal of Modern Physics》 CAS 2022年第12期1525-1529,共5页
This work essentially consists in inverting in an exact, explicit, and original way the pentadiagonal Toeplitz matrix or tridiagonal block matrix resulting from the discretization of the two-dimensional Laplace operat... This work essentially consists in inverting in an exact, explicit, and original way the pentadiagonal Toeplitz matrix or tridiagonal block matrix resulting from the discretization of the two-dimensional Laplace operator. This method is an algorithm facilitating the resolution of a large number of problems governed by PDEs involving the Laplacian in two dimensions. It guarantees high precision and high efficiency in solving various differential equations. 展开更多
关键词 Block matrix Pentadiagonal matrix 2D Laplacian Toeplitz matrix inversion
下载PDF
A Matrix Inequality for the Inversions of the Restrictions of a Positive Definite Hermitian Matrix
9
作者 Weixiong Mai Mo Yan +2 位作者 Tao Qian Matteo Dalla Riva Saburou Saitoh 《Advances in Linear Algebra & Matrix Theory》 2013年第4期55-58,共4页
We exploit the theory of reproducing kernels to deduce a matrix inequality for the inverse of the restriction of a positive definite Hermitian matrix.
关键词 Reproducing Kernel POSITIVE Definite HERMITIAN matrix Quadratic Inequality inversion of POSITIVE Definite HERMITIAN matrix Restriction of POSITIVE Definite HERMITIAN matrix SCHUR Complement Block matrix
下载PDF
A Modified Eigenvector Method for Blind Deconvolution of MIMO Systems Using the Matrix Pseudo-Inversion Lemma
10
作者 Mitsuru Kawamoto Kiyotaka Kohno +1 位作者 Yujiro Inouye Koichi Kurumatani 《Circuits and Systems》 2011年第1期7-13,共7页
Recently we have developed an eigenvector method (EVM) which can achieve the blind deconvolution (BD) for MIMO systems. One of attractive features of the proposed algorithm is that the BD can be achieved by calculatin... Recently we have developed an eigenvector method (EVM) which can achieve the blind deconvolution (BD) for MIMO systems. One of attractive features of the proposed algorithm is that the BD can be achieved by calculating the eigenvectors of a matrix relevant to it. However, the performance accuracy of the EVM depends highly on computational results of the eigenvectors. In this paper, by modifying the EVM, we propose an algorithm which can achieve the BD without calculating the eigenvectors. Then the pseudo-inverse which is needed to carry out the BD is calculated by our proposed matrix pseudo-inversion lemma. Moreover, using a combination of the conventional EVM and the modified EVM, we will show its performances comparing with each EVM. Simulation results will be presented for showing the effectiveness of the proposed methods. 展开更多
关键词 BLIND Signal Processing BLIND Deconvolution EIGENVECTOR Methods Super-Exponential Mthods MIMO Systems matrix Pseudo-inversion LEMMA
下载PDF
PERTURBATION ANALYSIS OF A CLASS OF MATRIX INVERSE PROBLEMS
11
作者 戴华 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI 2000年第2期194-198,共5页
A class of matrix inverse problems minimizing ‖A-‖ F on the linear manifold l A={A∈R n×m |‖AX-B‖ F=min} is considered. The perturbation analysis of the solution to these problems is carried out. Th... A class of matrix inverse problems minimizing ‖A-‖ F on the linear manifold l A={A∈R n×m |‖AX-B‖ F=min} is considered. The perturbation analysis of the solution to these problems is carried out. The perturbation upper bounds of the solution are given for both the consistent and inconsistent cases. The obtained preturbation upper bounds are with respect to the distance from the perturbed solution to the unperturbed manifold. 展开更多
关键词 matrix inverse problem best approximation perturbation analysis
下载PDF
Diagonally loaded SMI algorithm based on inverse matrix recursion 被引量:7
12
作者 Cao Jianshu Wang Xuegang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2007年第1期160-163,共4页
The derivation of a diagonally loaded sample-matrix inversion (LSMI) algorithm on the busis of inverse matrix recursion (i.e.LSMI-IMR algorithm) is conducted by reconstructing the recursive formulation of covarian... The derivation of a diagonally loaded sample-matrix inversion (LSMI) algorithm on the busis of inverse matrix recursion (i.e.LSMI-IMR algorithm) is conducted by reconstructing the recursive formulation of covariance matrix. For the new algorithm, diagonal loading is by setting initial inverse matrix without any addition of computation. In addition, a corresponding improved recursive algorithm is presented, which is low computational complexity. This eliminates the complex multiplications of the scalar coefficient and updating matrix, resulting in significant computational savings. Simulations show that the LSMI-IMR algorithm is valid. 展开更多
关键词 Robust adaptive beamforming Space-time adaptive processing (STAP) Diagonal loading inverse matrix recursion
下载PDF
Regularized inversion for coseismic slip distribution with active constraint balancing 被引量:2
13
作者 TONG Xiao-zhong XIE Wei GAO Da-wei 《Journal of Central South University》 SCIE EI CAS CSCD 2017年第12期2961-2968,共8页
Estimating the spatial distribution of coseismic slip is an ill-posed inverse problem, and solutions may be extremely oscillatory due to measurement errors without any constraints on the coseismic slip distribution. I... Estimating the spatial distribution of coseismic slip is an ill-posed inverse problem, and solutions may be extremely oscillatory due to measurement errors without any constraints on the coseismic slip distribution. In order to obtain stable solution for coseismic slip inversion, regularization method with smoothness-constrained was imposed. Trade-off parameter in regularized inversion, which balances the minimization of the data misfit and model roughness, should be a critical procedure to achieve both resolution and stability. Then, the active constraint balancing approach is adopted, in which the trade-off parameter is regarded as a spatial variable at each model parameter and automatically determined via the model resolution matrix and the spread function. Numerical experiments for a synthetical model indicate that regularized inversion using active constraint balancing approach can provides stable inversion results and have low sensitivity to the knowledge of the exact character of the Gaussian noise. Regularized inversion combined with active constraint balancing approach is conducted on the 2005 Nias earthquake. The released moment based on the estimated coseismic slip distribution is 9.91×1021 N·m, which is equivalent to a moment magnitude of 8.6 and almost identical to the value determined by USGS. The inversion results for synthetic coseismic uniform-slip model and the 2005 earthquake show that smoothness-constrained regularized inversion method combined with active constraint balancing approach is effective, and can be reasonable to reconstruct coseismic slip distribution on fault. 展开更多
关键词 COSEISMIC SLIP inversion trade-off parameter ACTIVE CONSTRAINT balancing model resolution matrix spread function
下载PDF
Precise integration method without inverse matrix calculation for structural dynamic equations 被引量:2
14
作者 汪梦甫 F.T.K.Au 《Earthquake Engineering and Engineering Vibration》 SCIE EI CSCD 2007年第1期57-64,共8页
The precise integration method proposed for linear time-invariant homogeneous dynamic systems can provide accurate numerical results that approach an exact solution at integration points. However, difficulties arise w... The precise integration method proposed for linear time-invariant homogeneous dynamic systems can provide accurate numerical results that approach an exact solution at integration points. However, difficulties arise when the algorithm is used for non-homogeneous dynamic systems due to the inverse matrix calculation required. In this paper, the structural dynamic equalibrium equations are converted into a special form, the inverse matrix calculation is replaced by the Crout decomposition method to solve the dynamic equilibrium equations, and the precise integration method without the inverse matrix calculation is obtained. The new algorithm enhances the present precise integration method by improving both the computational accuracy and efficiency. Two numerical examples are given to demonstrate the validity and efficiency of the proposed algorithm. 展开更多
关键词 structural dynamics numerical integration inverse matrix calculation matrix exponential function Crout decomposed method
下载PDF
Gravity compression forward modeling and multiscale inversion based on wavelet transform 被引量:4
15
作者 Sun Si-Yuan Yin Chang-Chun +2 位作者 Gao Xiu-He Liu Yun-He Ren Xiu-Yan 《Applied Geophysics》 SCIE CSCD 2018年第2期342-352,365,共12页
The main problems in three-dimensional gravity inversion are the non-uniqueness of the solutions and the high computational cost of large data sets. To minimize the high computational cost, we propose a new sorting me... The main problems in three-dimensional gravity inversion are the non-uniqueness of the solutions and the high computational cost of large data sets. To minimize the high computational cost, we propose a new sorting method to reduce fluctuations and the high frequency of the sensitivity matrix prior to applying the wavelet transform. Consequently, the sparsity and compression ratio of the sensitivity matrix are improved as well as the accuracy of the forward modeling. Furthermore, memory storage requirements are reduced and the forward modeling is accelerated compared with uncompressed forward modeling. The forward modeling results suggest that the compression ratio of the sensitivity matrix can be more than 300. Furthermore, multiscale inversion based on the wavelet transform is applied to gravity inversion. By decomposing the gravity inversion into subproblems of different scales, the non-uniqueness and stability of the gravity inversion are improved as multiscale data are considered. Finally, we applied conventional focusing inversion and multiscale inversion on simulated and measured data to demonstrate the effectiveness of the proposed gravity inversion method. 展开更多
关键词 Wavelet transform matrix compression multiscale inversion gravity forwardmodeling
下载PDF
A note on the Moore-Penrose inverse of a companion matrix
16
作者 王龙 陈建龙 《Journal of Southeast University(English Edition)》 EI CAS 2017年第1期123-126,共4页
Let R be an associative ring with unity 1. The existence of the Moore-Penrose inverses of block matrices overR is investigated and the sufficient ad necessary conditions for such existence are obtained. Furthermore, ... Let R be an associative ring with unity 1. The existence of the Moore-Penrose inverses of block matrices overR is investigated and the sufficient ad necessary conditions for such existence are obtained. Furthermore, the representation of the Moore-Penrose inverse of M=[0 A C B]is given under the condition of EBF - 0, where E - I - CCT and F - I -AfA. This result generalizes the representation of the Moore-Penrose inverse of the companion matrix M =[0 a In b]due to Pedro Patricio. As for applications, some examples are given to illustrate the obtained results. 展开更多
关键词 companion matrix Moore-Penrose inverse RING
下载PDF
Joint inversion of gravity and multiple components of tensor gravity data 被引量:3
17
作者 鲁光银 曹书锦 朱自强 《Journal of Central South University》 SCIE EI CAS CSCD 2016年第7期1767-1777,共11页
Geological structures often exhibit smooth characteristics away from sharp discontinuities. One aim of geophysical inversion is to recover information about the smooth structures as well as about the sharp discontinui... Geological structures often exhibit smooth characteristics away from sharp discontinuities. One aim of geophysical inversion is to recover information about the smooth structures as well as about the sharp discontinuities. Because no specific operator can provide a perfect sparse representation of complicated geological models, hyper-parameter regularization inversion based on the iterative split Bregman method was used to recover the features of both smooth and sharp geological structures. A novel preconditioned matrix was proposed, which counteracted the natural decay of the sensitivity matrix and its inverse matrix was calculated easily. Application of the algorithm to synthetic data produces density models that are good representations of the designed models. The results show that the algorithm proposed is feasible and effective. 展开更多
关键词 hyper-parameter regularization full gravity gradient tensor preconditioned matrix Occam's inversion focusinginversion
下载PDF
The Exact Formulation of the Inverse of the Tridiagonal Matrix for Solving the 1D Poisson Equation with the Finite Difference Method 被引量:2
18
作者 Serigne Bira Gueye 《Journal of Electromagnetic Analysis and Applications》 2014年第10期303-308,共6页
A new method for solving the 1D Poisson equation is presented using the finite difference method. This method is based on the exact formulation of the inverse of the tridiagonal matrix associated with the Laplacian. T... A new method for solving the 1D Poisson equation is presented using the finite difference method. This method is based on the exact formulation of the inverse of the tridiagonal matrix associated with the Laplacian. This is the first time that the inverse of this remarkable matrix is determined directly and exactly. Thus, solving 1D Poisson equation becomes very accurate and extremely fast. This method is a very important tool for physics and engineering where the Poisson equation appears very often in the description of certain phenomena. 展开更多
关键词 1D POISSON Equation Finite Difference Method TRIDIAGONAL matrix inversion Thomas Algorithm GAUSSIAN ELIMINATION Potential Problem
下载PDF
A New Algorithm for Computing the Determinant and the Inverse of a Pentadiagonal Toeplitz Matrix 被引量:2
19
作者 Yuehui Chen 《Engineering(科研)》 2013年第5期25-28,共4页
An effective numerical algorithm for computing the determinant of a pentadiagonal Toeplitz matrix has been proposed by Xiao-Guang Lv and others [1]. The complexity of the algorithm is (9n + 3). In this paper, a new al... An effective numerical algorithm for computing the determinant of a pentadiagonal Toeplitz matrix has been proposed by Xiao-Guang Lv and others [1]. The complexity of the algorithm is (9n + 3). In this paper, a new algorithm with the cost of (4n + 6) is presented to compute the determinant of a pentadiagonal Toeplitz matrix. The inverse of a pentadiagonal Toeplitz matrix is also considered. 展开更多
关键词 Pentadiagonal matrix TOEPLITZ matrix DETERMINANT NONSINGULAR inversE
下载PDF
6R Robot Inverse Solution Algorithm Based on Quaternion Matrix and Groebner Base 被引量:1
20
作者 Zhensong Ni Ruikun Wu 《Advances in Linear Algebra & Matrix Theory》 2018年第1期33-40,共8页
This article proposes a new algorithm of quaternion and dual quaternion in matrix form. It applies quaternion in special cases of rotated plane, transforming the sine and cosine of the rotation angle into matrix form,... This article proposes a new algorithm of quaternion and dual quaternion in matrix form. It applies quaternion in special cases of rotated plane, transforming the sine and cosine of the rotation angle into matrix form, then exporting flat quaternions base in two matrix form. It establishes serial 6R manipulator kinematic equations in the form of quaternion matrix. Then five variables are eliminated through linear elimination and application of lexicographic Groebner base. Thus, upper bound of the degree of the equation is determined, which is 16. In this way, a 16-degree equation with single variable is obtained without any extraneous root. This is the first time that quaternion matrix modeling has been used in 6R robot inverse kinematics analysis. 展开更多
关键词 6R ROBOT QUATERNION matrix Groebner BASE inversE KINEMATICS Analysis
下载PDF
上一页 1 2 137 下一页 到第
使用帮助 返回顶部