ORDER-RECURSIVE GAUSSIAN-ELIMINATION

Authors
Citation
P. Misra, ORDER-RECURSIVE GAUSSIAN-ELIMINATION, IEEE transactions on aerospace and electronic systems, 32(1), 1996, pp. 396-400
Citations number
15
Categorie Soggetti
Telecommunications,"Engineering, Eletrical & Electronic","Aerospace Engineering & Tecnology
ISSN journal
00189251
Volume
32
Issue
1
Year of publication
1996
Pages
396 - 400
Database
ISI
SICI code
0018-9251(1996)32:1<396:OG>2.0.ZU;2-5
Abstract
Gaussian elimination with partial pivoting is the most favored techniq ue for solution of a system of linear algebraic equations. However, in the existing form, the algorithm requires the entire data before it c an be implemented. In some applications, the data matrix is recursivel y augmented with new row and column vectors. Recomputing the entire so lution from a scratch becomes expensive O(n(4)). We propose an order-r ecursive version of Gaussian elimination with complexity O(n(3)), to s olve the recursively augmented system of equation.