<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">JAMP</journal-id><journal-title-group><journal-title>Journal of Applied Mathematics and Physics</journal-title></journal-title-group><issn pub-type="epub">2327-4352</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/jamp.2019.79140</article-id><article-id pub-id-type="publisher-id">JAMP-95210</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Physics&amp;Mathematics</subject></subj-group></article-categories><title-group><article-title>
 
 
  The &lt;i&gt;LA = U&lt;/i&gt; Decomposition Method for Solving Systems of Linear Equations
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Ababu</surname><given-names>T. Tiruneh</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Tesfamariam</surname><given-names>Y. Debessai</given-names></name><xref ref-type="aff" rid="aff2"><sup>2</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Gabriel</surname><given-names>C. Bwembya</given-names></name><xref ref-type="aff" rid="aff2"><sup>2</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Stanley</surname><given-names>J. Nkambule</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib></contrib-group><aff id="aff2"><addr-line>Department of Chemistry, University of Eswatini, Kwaluseni, Eswatini</addr-line></aff><aff id="aff1"><addr-line>Department of Environmental Health Science, University of Eswatini, Mbabane, Eswatini</addr-line></aff><pub-date pub-type="epub"><day>28</day><month>08</month><year>2019</year></pub-date><volume>07</volume><issue>09</issue><fpage>2031</fpage><lpage>2051</lpage><history><date date-type="received"><day>25,</day>	<month>August</month>	<year>2019</year></date><date date-type="rev-recd"><day>20,</day>	<month>September</month>	<year>2019</year>	</date><date date-type="accepted"><day>23,</day>	<month>September</month>	<year>2019</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  A method for solving systems of linear equations is presented based on direct decomposition of the coefficient matrix using the form 
  LAX = LB = B’ . Elements of the reducing lower triangular matrix 
  L can be determined using either row wise or column wise operations and are demonstrated to be sums of permutation products of the Gauss pivot row multipliers. These sums of permutation products can be constructed using a tree structure that can be easily memorized or alternatively computed using matrix products. The method requires only storage of the 
  L matrix which is half in size compared to storage of the elements in the LU decomposition. Equivalence of the proposed method with both the Gauss elimination and LU decomposition is also shown in this paper.
 
</p></abstract><kwd-group><kwd>Systems of Linear Equations</kwd><kwd> Gauss Elimination</kwd><kwd> LU Decomposition</kwd><kwd> Linear Equations</kwd><kwd> Matrix Inverse</kwd><kwd> Determinant</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><p>Systems of linear equations or equations linearized for iterative solutions arise in many science and engineering problems [<xref ref-type="bibr" rid="scirp.95210-ref1">1</xref>] . Practical applications of systems of linear equations are many, examples of such application include applications in digital signal processing, linear programming problems, numerical analysis of non-linear problems and least square curve fitting [<xref ref-type="bibr" rid="scirp.95210-ref2">2</xref>] . Systems of equations are also historically reported to have provided a motivation for the development of digital computer as less cumbersome way of solving the equations [<xref ref-type="bibr" rid="scirp.95210-ref3">3</xref>] .</p><p>Gaussian elimination is a systematic way of reducing systems of linear equations into a triangularised matrix through addition of the independent equations [<xref ref-type="bibr" rid="scirp.95210-ref4">4</xref>] . Carl Fredrich Gauss, a great 19<sup>th</sup> Century mathematician proposed the elimination method as part of his proof for a particular theorem [<xref ref-type="bibr" rid="scirp.95210-ref5">5</xref>] . When zeros appear on the diagonal of the coefficient matrix at a particular row during the reduction process, row interchange is made with row from below. The Gauss elimination method requires 2n<sup>3</sup>/3 operations for n by n system of equations [<xref ref-type="bibr" rid="scirp.95210-ref6">6</xref>] [<xref ref-type="bibr" rid="scirp.95210-ref7">7</xref>] .</p><p>The LU decomposition was developed by Alan Turing as an alternative way carrying out Gaussian elimination through factorization of the coefficient matrix into a product of upper and lower triangular matrices, namely, A = LU [<xref ref-type="bibr" rid="scirp.95210-ref8">8</xref>] . The system is solved in two consecutive steps using the equations LY = B and UX = Y [<xref ref-type="bibr" rid="scirp.95210-ref9">9</xref>] . The Doolittle method is one alternative way of the LU factorization in which the diagonal elements of the lower triangular matrix L are all set equal to one [<xref ref-type="bibr" rid="scirp.95210-ref7">7</xref>] . The Doolittle method requires n<sup>2</sup> number of operations [<xref ref-type="bibr" rid="scirp.95210-ref10">10</xref>] . The Crout method was developed by the American mathematician Prescott Crout. In the Crout method, the upper triangular matrix U has its diagonal elements all set to one [<xref ref-type="bibr" rid="scirp.95210-ref11">11</xref>] . The Crout method likewise requires n<sup>2</sup> number of operations.</p><p>The Cholesky factorization works for symmetric positive definite matrices. The coefficient matrix in the system of equation AX = B is factorized into A = LL<sup>T</sup> where L is the lower triangular matrix with its transpose L<sup>T</sup> being an upper triangular matrix. The solution involves solving successively for LY = B and L<sup>T</sup>X = Y [<xref ref-type="bibr" rid="scirp.95210-ref12">12</xref>] . The Cholesky factorization as such can be taken as a special case of LU decomposition in which the coefficient matrix is a symmetric, positive definite, a non-singular matrix. Gaussian elimination for symmetric positive definite matrices does not need pivoting and take half of the work and storage requirement of LU decomposition method [<xref ref-type="bibr" rid="scirp.95210-ref13">13</xref>] [<xref ref-type="bibr" rid="scirp.95210-ref14">14</xref>] . The Cholesky method requires 2n<sup>2</sup>/3 number of operations [<xref ref-type="bibr" rid="scirp.95210-ref10">10</xref>] .</p><p>The QR decomposition transforms the system of equation AX = B into triangular system RX = Q<sup>T</sup>b where A = QR. The matrix Q is orthogonal (QQ<sup>T</sup> = I) and R is an upper triangular matrix [<xref ref-type="bibr" rid="scirp.95210-ref15">15</xref>] [<xref ref-type="bibr" rid="scirp.95210-ref16">16</xref>] .</p></sec><sec id="s2"><title>2. Method Development</title><p>The method proposed in this paper is based on reducing the coefficient matrix A in the system of linear equations AX = B using a single lower triangular reducing matrix L. The original coefficient matrix A is transformed into an upper triangular matrix U that allows solution through back substitution as is usual with both LU decomposition as well as Gauss elimination methods. For the original system of n by n linear equations given as:</p><p>a 11 x 1 + a 12 x 2 + a 13 x 3 + ⋯ + a 1 n x n = b 1 a 21 x 1 + a 22 x 2 + a 23 x 3 + ⋯ + a 2 n x n = b 2                                             ⋮ a n 1 x 1 + a n 2 x 2 + a n 3 x 3 + ⋯ + a n n x n = b n (1)</p><p>The matrix representation of Equation (1) will be:</p><p>A X = B (2)</p><p>where A is the coefficient matrix having the elements a<sub>ij</sub> of the original equations and B is the right hand side column vector containing the elements b 1 , b 2 , ⋯ , b n .</p><p>The proposed method establishes a solution that transforms both the coefficient matrix A and the right hand side column vector B as follows:</p><p>L A X = U X = L B = B ′ (3)</p><p>In other words the coefficient matrix and the right hand side column vector B are transformed through the equations:</p><p>L A = U and L B = B ′ (4)</p><p>The procedure, therefore, essentially centers on determining the lower triangular matrix L that reduces the coefficient matrix A to an upper triangular matrix U. Let this matrix L be given through its elements l<sub>ij</sub> so that:</p><p>L = [ 1 0 0 0 0 0 l 21 1 0 0 0 0 l 31 l 32 1 0 0 0 l 41 l 42 l 43 1 0 0 ⋮ ⋮ ⋮ ⋱ 1 0 l n 1 l n 2 l n 3 ⋯ ⋯ 1 ] (5)</p><p>The operation LA = U will reduce the coefficient matrix A in to an upper triangular matrix U given by:</p><p>U = [ u 11 u 12 u 13 u 14 ⋯ u 1 n 0 u 22 u 23 u 24 ⋯ u 2 n 0 0 u 33 u 34 ⋯ u 3 n 0 0 0 u 44 ⋯ u 4 n 0 0 0 0 ⋱ ⋮ 0 0 0 0 ⋯ u n n ] (6)</p><p>However, this proposed method does not need storage of the U matrix as only the L matrix needs to be determined and used to reduce both the A matrix and the right hand side column vector B. This is easily seen through the matrix operation involving the reducing matrix L only, namely,</p><p>L A X = L B = B ′ (7)</p><p>In this method, the l<sub>ij</sub> elements will be written in terms of the Gauss pivot row multipliers m<sub>ij</sub> of the Gauss elimination, and, as will be shown shortly, the l<sub>ij</sub> elements are the sum of the permutation products of the m<sub>ij</sub> multipliers assembled into a tree like structure for easy memorization. The elements l<sub>ij</sub> will not remain constant during the reduction process as is normally the case with Gauss elimination or LU decomposition, but change as the reduction of A to U matrix progresses column wise or row wise as new members of the Gauss pivot row multipliers are added to the element l<sub>ij</sub>.</p><p>Unlike the Gauss method which is restricted to column wise operation, in this method it is also possible to proceed row wise. In fact the row wise procedure will be followed to derive the l<sub>ij</sub> elements.</p><p>Starting with row 2 of the lower triangular L matrix,, the only unknown is l<sub>21</sub> and in terms of the Gauss elimination pivot row multipliers m<sub>ij</sub>, the pivot operation to educe u<sub>21</sub> to zero is given as:</p><p>m 21 a 11 + a 21 = 0 so that m 21 = − a 21 / a 11 (8)</p><p>For row 3, l<sub>31</sub> is determined through the pivot element a<sub>11</sub> so that:</p><p>m 31 a 11 + a 31 = 0 so that m 31 = − a 31 / a 11 (9)</p><p>For row 3 again, the remaining element l<sub>32</sub> is determined through the pivot element a ′ 22 which is modified from the original value a<sub>22</sub> because of the earlier reduction operation on row 2. Hence the reduction to u<sub>32</sub> = 0 is given by:</p><p>m 32 ( m 21 a 12 + a 22 ) + ( m 31 a 12 + a 32 ) = 0 (10)</p><p>Collating the pivot row multipliers m with respect to the coefficient matrix A elements, namely, a<sub>ij</sub>, Equation (10) becomes:</p><p>( m 31 + m 32 m 21 ) a 12 + m 32 a 22 + a 32 = 0 (11)</p><p>Likewise the l<sub>ij</sub> elements for row 4 are determined as follows:</p><p>For ( u 41 = 0 ),</p><p>m 41 a 11 + a 41 = 0 (12)</p><p>For ( u 42 = 0 ),</p><p>( m 41 + m 42 m 21 ) a 12 + m 42 a 22 + a 42 = 0 (13)</p><p>For ( u 43 = 0 ),</p><p>( m 41 + m 42 m 21 + m 43 m 31 + m 43 m 32 m 21 ) a 13 + ( m 42 + m 43 m 32 ) a 23 + a 43 = 0 (14)</p><p>For a 4 &#215; 4 L matrix, summarizing the l<sub>ij</sub> elements, expressed in terms of the Gauss pivot row multipliers m shown above, will give the L matrix shown in Equation (15).</p><p>L = [ 1 0 0 0 m 21 1 0 0 m 31 + m 32 m 21 m 32 1 0 m 41 + m 42 m 21 + m 43 m 31 + m 43 m 32 m 21 m 42 + m 43 m 32 m 43 1 ] (15)</p><p>It is easy to show that the m terms in the L matrix in Equation (15) form permutation products where by the number of terms correspond to coefficients of the binomial series expansion. For any element l<sub>ij</sub> of the L matrix, the number of m-product terms is given by:</p><p>N m ( i , j ) = 2 i − j − 1 (16)</p><p>The power of binomial expansion K ( i , j ) is given by;</p><p>K ( i , j ) = i − j − 1 (17)</p><p>For example, for l<sub>41</sub>,</p><p>N m ( 4 , 1 ) = 2 4 − 1 − 1 = 2 2 = 4</p><p>This corresponds to the binomial expansion of power K ( 4 , 1 ) = 2 , i.e., { 1 , 2 , 1 } .</p><p>The permutation products l<sub>41</sub> as shown in the L matrix are:</p><p>l 41 = { m 41 , m 42 m 21 + m 43 m 31 , m 43 m 32 m 21 } (18)</p><p>For l<sub>51</sub> similarly,</p><p>N m ( 5 , 1 ) = 2 5 − 1 − 1 = 2 3 = 8</p><p>This corresponds to the binomial expansion of power K ( 5 , 1 ) = 3 , i.e., { 1 , 3 , 3 , 1 } .</p><p>The permutation m-products for l<sub>51</sub> of the L matrix are, therefore,</p><p>l 51 = { m 51 , m 54 m 41 + m 53 m 31 + m 52 m 21 , m 54 m 42 m 21 + m 53 m 32 m 21 + m 54 m 43 m 31 , m 54 m 43 m 32 m 21 } (19)</p><sec id="s2_1"><title>2.1. Tree-Like Structure of the m-Permutation Products</title><p>It is easy to enumerate the m-permutation products of l<sub>ij</sub> as these products can be arranged in a tree-like structure. Taking the example of elements of l<sub>51</sub> for example, the tree structure shown in <xref ref-type="fig" rid="fig1">Figure 1</xref> is formed.</p></sec><sec id="s2_2"><title>2.2. Formula for Calculation of the Sum of Permutation Products</title><p>For the element l<sub>ij</sub> of the lower triangular matrix L, with the number of m products N<sub>m</sub> corresponding to the binomial coefficients of power K(i,j), the binomial coefficients N<sub>m</sub>(r) for r = 0 , 1 , 2 , ⋯ , K is given by:</p><p>N m ( r ) = C r K = K ! ( K − r ) ! r ! (20)</p><p>For example for l<sub>41</sub> with K = 4 − 1 − 1 = 2 and K ( r ) = { 0 , 1 , 2 } ;</p><p>N m ( 0 ) = C 0 2 = 2 ! ( 2 − 0 ) ! 0 ! = 1</p><p>N m ( 1 ) = C 1 2 = 2 ! ( 2 − 1 ) ! 1 ! = 2</p><p>N m ( 2 ) = C 2 2 = 2 ! ( 2 − 2 ) ! 2 ! = 1</p><p>Hence, N m = 1 + 2 + 1 = 4 .</p><p>Similarly for l<sub>51</sub> with K ( 5 , 1 ) = 5 − 1 − 1 = 3 and K ( r ) = { 0 , 1 , 2 , 3 } ;</p><p>N m ( 0 ) = C 0 3 = 3 ! ( 3 − 0 ) ! 0 ! = 1</p><p>N m ( 1 ) = C 1 3 = 3 ! ( 3 − 1 ) ! 1 ! = 3</p><p>N m ( 2 ) = C 2 3 = 3 ! ( 3 − 2 ) ! 2 ! = 3</p><p>N m ( 3 ) = C 3 3 = 3 ! ( 3 − 3 ) ! 3 ! = 1</p><p>Once the N<sub>m</sub>(r) values are determined corresponding to the binomial coefficients the sum of permutation products are calculated as follows:</p><p>As an example for l<sub>51</sub> with K = { 0 , 1 , 2 , 3 } and taking K = 2 which contain 3 terms, the sum of permutation products M i j ( K = 2 ) is given by:</p><p>M i j ( K = 2 ) = ∑ S = i − 1 K + 1 ∑ P = S − 1 j + 1 m i S m S P m p j (21)</p><p>M 51 ( K = 2 ) = ∑ S = 4 3 ∑ P = S − 1 2 m 5 S m S P m p 1 (22)</p><p>M 51 ( K = 2 ) = m 54 m 43 m 31 + m 54 m 42 m 21 + m 53 m 32 m 21 (23)</p><p>In general for any element l<sub>ij</sub>, the m<sub>ij</sub> sum of products can be calculated using the formula:</p><p>M i j ( K ) = ∑ S = i − 1 K + 1 ∑ P = S − 1 K ∑ Q = p − 1 K − 1 ⋯ ∑ t = K + 1 j + 1 m i S m S P m p q ⋯ m t j (24)</p><p>Finally, the element l<sub>ij</sub> is computed by summing the M<sub>ij</sub> sum of products as follows:</p><p>l i j = ∑ W = 0 W = K M i j ( W ) (25)</p></sec><sec id="s2_3"><title>2.3. Matrix Solution to the Computation the l<sub>ij</sub> Elements of the Lower Triangular Matrix L</title><p>The computation of elements of the lower triangular matrix L can be easily carried out using matrix multiplication. For any element l<sub>ij</sub> the matrix multiplication takes the following form:</p><p>l i j = [ m i j m i j + 1 m i j + 2 ⋯ m i i − 1 ] ∗ [ 1 l j + 1 j l j + 2 j l j + 3 j ⋮ l i − 1 j ] (26)</p><p>Equation (26) shows the l<sub>ij</sub> can be determined from already determined previous values of l<sub>kj</sub> where j + 1 &lt; k &lt; i and the Gauss pivot row multipliers m i j , m i j + 1 , m i j + 2 , ⋯ , m i i − 1 .</p><p>Equation 26 can be summarized in the general matrix product form as follows. Considering the lower triangular matrix L of Equation (5) again;</p><p>L = [ 1 0 0 0 0 0 l 21 1 0 0 0 0 l 31 l 32 1 0 0 0 l 41 l 42 l 43 1 0 0 ⋮ ⋮ ⋮ ⋱ 1 0 l n 1 l n 2 l n 3 ⋯ ⋯ 1 ] (5)</p><p>The negative of the corresponding Gauss pivot row multipliers m<sub>rs</sub> that are already determined at this stage are given by the matrix form L<sub>LU</sub>;</p><p>L L U = [ 1 0 0 0 0 0 − m 21 1 0 0 0 0 − m 31 − m 32 1 0 0 0 − m 41 − m 42 − m 43 1 0 0 ⋮ ⋮ ⋮ ⋱ 1 0 − m n 1 − m n 2 − m n 3 ⋯ ⋯ 1 ] (27)</p><p>The matrix L<sub>LU</sub> is simply the L matrix of the LU decomposition method. This can be verified as follows:</p><p>To avoid confusion, let traditional LU decomposition method have its L matrix relabelled L<sub>LU</sub> to make it different from the L matrix of the proposed direct decomposition procedure.</p><p>From the relationship A = L<sub>LU</sub>U as well as LA = U, it follows that:</p><p>A = L − 1 U = L L U U (28)</p><p>It follows then that:</p><p>L − 1 = L L U or</p><p>L = L L U − 1 or</p><p>L ∗ L L U − 1 = I (29)</p><p>in which I is the identity matrix. Therefore the L matrix is simply the inverse of the L matrix L<sub>LU</sub> of the LU decomposition method.</p><p>The L matrix elements as shown in Equation (15) can be can be reproduced from the matrix equation</p><p>L L U ∗ L = [ 1 0 0 0 0 0 − m 21 1 0 0 0 0 − m 31 − m 32 1 0 0 0 − m 41 − m 42 − m 43 1 0 0 ⋮ ⋮ ⋮ ⋱ 1 0 − m n 1 − m n 2 − m n 3 ⋯ ⋯ 1 ] [ 1 0 0 0 0 0 l 21 1 0 0 0 0 l 31 l 32 1 0 0 0 l 41 l 42 l 43 1 0 0 ⋮ ⋮ ⋮ ⋱ 1 0 l n 1 l n 2 l n 3 ⋯ ⋯ 1 ] = I (30)</p><p>This computation will be illustrated for the 4 by 4 matrix of L shown in Equation 5 and later for the example of the 4 by 4 system of linear equations solved in the section that follows. Starting with the element l<sub>21</sub> the matrix form of Equation (30) will take the form:</p><p>l 21 = [ m 21 ] ∗ [ 1 ] = 1 (31)</p><p>For element l<sub>31</sub>:</p><p>l 31 = [ m 31 m 32 ] ∗ [ 1 l 21 ] = [ m 31 m 32 ] ∗ [ 1 m 21 ] = m 31 + m 32 m 21 (32)</p><p>For element l<sub>32: </sub></p><p>l 32 = [ m 32 ] ∗ [ 1 ] = m 32 (33)</p><p>For element l<sub>41</sub>:</p><p>l 41 = [ m 41 m 42 m 43 ] ∗ [ 1 l 21 l 31 ] (34)</p><p>l 41 = [ m 41 m 42 m 43 ] ∗ [ 1 m 21 m 31 + m 32 m 21 ] = m 41 + m 42 m 21 + m 43 m 31 + m 43 m 32 m 21 (35)</p><p>For element l<sub>42</sub>:</p><p>l 42 = [ m 42 m 43 ] ∗ [ 1 l 32 ] = [ m 42 m 43 ] ∗ [ 1 m 32 ] = m 42 + m 43 m 32 (36)</p><p>For element l<sub>43</sub>:</p><p>l 43 = [ m 43 ] (37)</p><p>This completes the L matrix for the 4 by 4 matrix shown in Equation (15), i.e.,</p><p>L = [ 1 0 0 0 m 21 1 0 0 m 31 + m 32 m 21 m 32 1 0 m 41 + m 42 m 21 + m 43 m 31 + m 43 m 32 m 21 m 42 + m 43 m 32 m 43 1 ] (15)</p></sec><sec id="s2_4"><title>2.4. Number of Operations Required</title><p>The number of operations required N<sub>p</sub> are related to the determination of the elements of the L matrix only. It is apparent that similar to the LU decomposition, the order of operations is of power 2, i.e., for n by n matrix the number of operations required grows proportional to n<sup>2</sup>. This is clearly seen as the number of l<sub>ij</sub> across the rows for an arithmetic series, 1 , 2 , 3 , ⋯ , n − 1 which sums to:</p><p>N p = ( 1 + n − 1 2 ) ∗ ( n − 1 ) = n ( n − 1 ) 2 = O ( n 2 ) (38)</p><p>For example for a 4 by 4 L matrix</p><p>N p = 4 &#215; ( 4 − 1 ) 2 = 6</p><p>The l<sub>ij</sub> elements of the L matrix shown in Equation (5) show the six elements to be determined. Compared to the LU decomposition, the proposed method requires only half of the operations required for the LU decomposition. The reason is, unlike the LU method the L A X = L B = B ′ method does not require storage of the U elements, i.e., only the L matrix is needed to solve the system of linear equations.</p></sec><sec id="s2_5"><title>2.5. Procedure for Determining Elements of the L Matrix</title><p>The computation of the l<sub>ij</sub> elements of the lower triangular matrix L can be carried out either row wise or column wise using more or less the same procedure as outlined in the following step by step procedure.</p><p>Step 1: Initially set all the Gaussian pivot row multipliers m<sub>rs</sub> of the element l<sub>ij</sub> to zero values. During computation of a particular value of m<sub>rs</sub> the most recent values of the other pivot row multipliers will be used. In other words, the values of m<sub>rs</sub> will be updated once their values change because of successive row wise or column wise computation.</p><p>Step 2: Starting with the first column and second row and proceeding either row wise or column wise, calculate the m<sub>rs</sub> value for which r = i and s = j. For example for the element l<sub>21</sub>, the m value to be calculated is that of m<sub>21</sub> and at l<sub>53</sub> it would be m<sub>53</sub> that will be calculated. The matrix equation for the computation of the m values is that of LA = U in which for the element l<sub>ij</sub> the equation takes the form:</p><p>l i p a p j = u i j = 0 (39)</p><p>since u<sub>ij</sub> is zero for the upper triangular matrix for i &gt; j.</p><p>Step 3: Proceed likewise for all the elements m<sub>rs</sub> taking into account that fact that all the other m values are updated once a new value is computed for them as per step 2.</p><p>Step 4: After the computation of all the m values of the Gauss pivot multipliers is completed, form the L matrix elements l<sub>ij</sub> using the summation rules of the permutation products involving the m products as given by Equation (24) and Equation (25) or using the matrix product given in Equation (30).</p><p>Step 5: Once the L matrix is formed compute the solution X vector of the system of equations AX = B using the formula shown in Equation (3), namely,</p><p>L A X = L B = B ′ (3)</p><p>In other words, the product LA results in the upper triangular matrix U which will allow the computation of the solution vector elements of X using back substitution.</p><p>As in the Gauss method, it is possible to check if a zero appears on the diagonal of the U = LA matrix, i.e., to check if u<sub>ii</sub> = 0 for a given row i during the computation of the l<sub>ij</sub> elements. In other words, for a given row i, a check can be made for the value of u<sub>ii</sub> using the formula:</p><p>u i i = l i p a p i (40)</p><p>If the condition u<sub>ii</sub> = 0 becomes true, row interchange can be made with rows from below in the equation.</p><p><xref ref-type="fig" rid="fig2">Figure 2</xref> shows a flow chart of the steps outlined above in solving a system of linear equations using the LA = U method. The procedure stated above will be illustrated with an example given below which is a 4 &#215; 4 system of linear equations. Two methods are given, Method 1 using column wise operations and Method 2 using row wise operations.</p></sec></sec><sec id="s3"><title>3. Application Examples</title><p>Example 1:</p><p>The 4 &#215; 4 system of linear equation shown below will be used to illustrate the</p><p>proposed method of solving systems of linear equations using direct decomposition of the A matrix, i.e. using the matrix reduction L A X = U X = L B = B ′ . The system of equation is:</p><p>[ 6 − 2 2 4 12 − 8 6 10 3 − 13 9 3 − 6 4 1 − 18 ] [ x 1 x 2 x 3 x 4 ] = [ 16 26 − 19 − 34 ]</p><p>Forming the lower triangular matrix L in the equation LA = U and using the undetermined Gauss pivot row multipliers m<sub>rs</sub>, the matrix equation LA = U becomes;</p><p>[ 1 0 0 0 m 21 1 0 0 m 31 + m 32 m 21 m 32 1 0 m 41 + m 42 m 21 + m 43 m 31 + m 43 m 32 m 21 m 42 + m 43 m 32 m 43 1 ] &#215; [ 6 − 2 2 4 12 − 8 6 10 3 − 13 9 3 − 6 4 1 − 18 ] = [ u 11 u 12 u 13 u 14 0 u 22 u 23 u 24 0 0 u 33 u 34 0 0 0 u 44 ]</p><p>Method 1 (Column wise operation)</p><p>Column 1 operations:</p><p>Initially all the m values will be set to zero as outlined in the steps for solving the system of equations. Starting with column 1 and at row 2, the equation l 2 p a p 1 = u 21 = 0 gives;</p><p>m 21 ( 6 ) + 1 ( 12 ) = 0 ;     m 21 = − 12 6 = − 2</p><p>Since row 2 operation is completed at this stage, check for the occurrence of a zero on the new pivot element, u 22 ≠ 0 ; u 22 = l 2 p a p 2 ≠ 0 ;</p><p>u 22 = m 21 ( − 2 ) + 1 ( − 8 ) = − 2 ( − 2 ) − 8 = − 4 ≠ 0 o.k.</p><p>For the third row operation at column 1;</p><p>l 3 p a p 1 = u 31 = 0 ; the unknown to be determined is m<sub>31</sub></p><p>( m 31 + m 32 m 21 ) ( 6 ) + m 32 ( 12 ) + 1 ( 3 ) = u 31 = 0</p><p>Since m<sub>32</sub> is as initially set zero and not yet determined, the above equation reduces to;</p><p>( m 31 + 0 ∗ m 21 ) ( 6 ) + 0 ( 12 ) + 1 ( 3 ) = u 31 = 0</p><p>m 31 = − 3 6 = − 1 2</p><p>For the fourth row at column 1;</p><p>l 4 p a p 1 = u 41 = 0 ; the unknown to be determined is m<sub>41</sub></p><p>( m 41 + m 42 m 21 + m 43 m 31 + m 43 m 32 m 21 ) ( 6 ) + m 42 + ( m 43 m 32 ) ( 12 ) + m 43 ( 3 ) + 1 ( − 6 ) = 0</p><p>Since all the m terms corresponding to columns 2 and 3 are as they were initially set zero (still undetermined) the above equation reduces to;</p><p>m 41 ( 6 ) + 1 ( − 6 ) = 0 ;     m 41 = 6 6 = 1</p><p>Column 2 operations:</p><p>Starting with row 3;</p><p>u 32 = l 3 p a p 2 = 0 ;</p><p>( m 31 + m 32 m 21 ) ( − 2 ) + m 32 ( − 8 ) + 1 ( − 13 ) = 0</p><p>( − 1 2 + m 32 ( − 2 ) ) ( − 2 ) + m 32 ( − 8 ) + 1 ( − 13 ) = 0</p><p>1 + 4 m 32 − 8 m 32 − 13 = 0 ;     m 32 = 12 − 4 = − 3</p><p>Since row 3 operation is completed at this stage, check the new pivot element u<sub>33</sub>, i.e.,</p><p>u 33 = l 3 p a p 3 ≠ 0 ;</p><p>( m 31 + m 32 m 21 ) ( 2 ) + m 32 ( 6 ) + 1 ( 9 ) = u 33 ≠ 0</p><p>( − 1 2 + ( − 3 ) ( − 2 ) ) ( 2 ) + ( − 3 ) ( 6 ) + 1 ( 9 ) = u 33 ≠ 0</p><p>( − 1 + 12 ) − 18 + 9 = 11 − 18 + 9 = 2 = u 33 ≠ 0 (acceptable)</p><p>Since u 33 ≠ 0 , there is no need for row interchange.</p><p>For row 4 column 2 operations;</p><p>u 42 = l 4 p a p 2 = 0 ;</p><p>( m 41 + m 42 m 21 + m 43 m 31 + m 43 m 32 m 21 ) ( − 2 ) + ( m 42 + m 43 m 32 ) ( − 8 )   + m 43 ( − 13 ) + 1 ( 4 ) = 0</p><p>Since m<sub>43</sub> = 0 (not yet determined), the above equation reduces to;</p><p>[ 1 + m 42 ( − 2 ) + ( 0 ) m 31 + ( 0 ) m 32 m 21 ] ( − 2 ) + ( m 42 + ( 0 ) m 32 ) ( − 8 ) + ( 0 ) ( − 13 ) + 1 ( 4 ) = 0</p><p>− 2 − 4 ∗ m 42 + 4 = 0</p><p>m 42 = − 2 − 4 = 1 2</p><p>Column 3 operations;</p><p>Proceeding to row 4 since the upper rows are already determined;</p><p>u 43 = l 4 p a p 3 = 0</p><p>[ m 41 + m 42 m 21 + m 43 m 31 + m 43 m 32 m 21 ] ( 2 ) + [ m 42 + m 43 m 32 ] ( 6 ) + m 43 ( 9 ) + 1 ( 1 ) = 0</p><p>[ 1 + ( 1 2 ) ( − 2 ) + m 43 ( − 1 2 ) + m 43 ( − 3 ) ( − 2 ) ] ( 2 ) + [ 1 2 + m 43 ( − 3 ) ] ( 6 )   + m 43 ( 9 ) + 1 ( 1 ) = 0</p><p>2 ∗ ( − 1 2 + 6 ) m 43 + 3 − 18 ∗ m 43 + 9 m 43 + 1 = 0</p><p>11 ∗ m 43 − 18 ∗ m 43 + 9 ∗ m 43 + 4 = 0</p><p>2 ∗ m 43 + 4 = 0 ;     m 43 = − 4 2 = − 2</p><p>Since row 4 is completed, check for the occurrence of a zero on the new pivot element, i.e., u<sub>44. </sub></p><p>u 44 = l 4 p a p 4 ≠ 0 ;</p><p>[ m 41 + m 42 m 21 + m 43 m 31 + m 43 m 32 m 21 ] ( 4 ) + [ m 42 + m 43 m 32 ] ( 10 )   + m 43 ( 3 ) + 1 ( − 18 ) ≠ 0</p><p>[ 1 + ( 1 2 ) ( − 2 ) + ( − 2 ) ( − 1 2 ) + ( − 2 ) ( − 3 ) ( − 2 ) ] ( 4 ) + [ 1 2 + ( − 2 ) ( − 3 ) ] ( 10 ) + ( − 2 ) ( 3 ) + 1 ( − 18 ) ≠ 0</p><p>[ 1 − 1 + 1 − 12 ] ( 4 ) + [ 1 2 + 6 ] ( 10 ) − 6 − 18 ≠ 0</p><p>− 44 + 65 − 6 − 18 = − 3 ≠ 0 (acceptable)</p><p>Now all the m pivot row multipliers are determined and the elements of the lower triangular matrix L can be determined as follows:</p><p>Column 1 elements</p><p>l 21 = m 21 = − 2</p><p>l 31 = m 31 + m 32 m 21 = ( − 1 2 ) + ( − 3 ) ( − 2 ) = − 1 2 + 6 = 11 2</p><p>l 41 = m 41 + m 42 m 21 + m 43 m 31 + m 43 m 32 m 21 = 1 + ( 1 2 ) ( − 2 ) + ( − 2 ) ( − 1 2 ) + ( − 2 ) ( − 3 ) ( − 2 )</p><p>l 41 = 1 − 1 + 1 − 12 = − 11</p><p>Column 2 elements:</p><p>l 32 = m 32 = − 3</p><p>l 42 = m 42 + m 43 m 32 = 1 2 + ( − 2 ) ( − 3 ) = 13 2</p><p>Column 3 elements:</p><p>l 43 = m 43 = − 2</p><p>Since all the l elements of the low triangular matrix are determined, the L matrix can now be written as follows:</p><p>L = [ 1 0 0 0 − 2 1 0 0 11 2 − 3 1 0 − 11 13 2 − 2 1 ]</p>Matrix Computation of the L Matrix for the Example 1<p>The L matrix can be computed using the matrix form given by Equation 30, i.e.,</p><p>L L U ∗ L = [ 1 0 0 0 0 0 − m 21 1 0 0 0 0 − m 31 − m 32 1 0 0 0 − m 41 − m 42 − m 43 1 0 0 ⋮ ⋮ ⋮ ⋱ 1 0 − m n 1 − m n 2 − m n 3 ⋯ ⋯ 1 ] [ 1 0 0 0 0 0 l 21 1 0 0 0 0 l 31 l 32 1 0 0 0 l 41 l 42 l 43 1 0 0 ⋮ ⋮ ⋮ ⋱ 1 0 l n 1 l n 2 l n 3 ⋯ ⋯ 1 ] = I</p><p>For the above example, Equation (30) takes the form:</p><p>L L U ∗ L = [ 1 0 0 0 − m 21 1 0 0 − m 31 − m 32 1 0 − m 41 − m 42 − m 43 1 ] [ 1 0 0 0 l 21 1 0 0 l 31 l 32 1 0 l 41 l 42 l 43 1 ] = I</p><p>Substituting the computed m values</p><p>L L U ∗ L = [ 1 0 0 0 2 1 0 0 1 2 3 1 0 − 1 − 1 2 2 1 ] [ 1 0 0 0 l 21 1 0 0 l 31 l 32 1 0 l 41 l 42 l 43 1 ] = I</p><p>For element l<sub>21 </sub></p><p>2 + l 21 = 0 ;     l 21 = − 2</p><p>For element l<sub>31</sub>:</p><p>1 2 + 3 ∗ l 21 + l 31 = 0</p><p>l 31 = − 1 2 − 3 ∗ ( − 2 ) = 11 2</p><p>For element l<sub>32: </sub></p><p>3 + l 32 = 0</p><p>l 32 = − 3</p><p>For element l<sub>41</sub>:</p><p>− 1 ( 1 ) + ( − 1 2 ) ∗ l 21 + 2 ∗ l 31 + l 41 = 0</p><p>l 41 = 1 + ( 1 2 ) ∗ ( − 2 ) − 2 ∗ ( 11 2 ) = − 11</p><p>For element l<sub>42</sub>:</p><p>− 1 ∗ ( 1 2 ) + 2 ∗ l 32 + l 42 = 0</p><p>l 42 = 1 2 − 2 ∗ ( − 3 ) = 13 2</p><p>For element l<sub>43</sub>:</p><p>2 + l 43 = 0</p><p>l 43 = − 2</p><p>This completes the L matrix, i.e.,</p><p>L = [ 1 0 0 0 − 2 1 0 0 11 2 − 3 1 0 − 11 13 2 − 2 1 ]</p><p>The reduced matrix LA becomes;</p><p>L A = [ 1 0 0 0 − 2 1 0 0 11 2 − 3 1 0 − 11 13 2 − 2 1 ] [ 6 − 2 2 4 12 − 8 6 10 3 − 13 9 3 − 6 4 1 − 18 ] = [ 6 − 2 2 4 0 − 4 2 2 0 0 2 − 5 0 0 0 − 3 ]</p><p>Similarly, the operation L B = B ′ becomes;</p><p>B ′ = L B = [ 1 0 0 0 − 2 1 0 0 11 2 − 3 1 0 − 11 13 2 − 2 1 ] [ 16 26 − 19 − 34 ] = [ 16 − 6 − 9 − 3 ]</p><p>Finally the reduced equation L A X = L B = B ′ takes the form:</p><p>[ 6 − 2 2 4 0 − 4 2 2 0 0 2 − 5 0 0 0 − 3 ] [ x 1 x 2 x 3 x 4 ] = [ 16 − 6 − 9 − 3 ]</p><p>The elements of the solution vector X can now be determined by back substitution. Starting from the fourth row, x<sub>4</sub> is determined;</p><p>x 4 = − 3 − 3 = 1</p><p>From the equation of row 3, x<sub>3</sub> is determined;</p><p>2 ( x 3 ) − 5 ( 1 ) = − 9</p><p>x 3 = − 4 2 = − 2</p><p>Similarly using row 2 equation for x<sub>2</sub>;</p><p>− 4 ( x 2 ) + 2 ( − 2 ) + 2 ( 1 ) = − 6</p><p>x 2 = − 6 + 4 − 2 − 4 = − 4 − 4 = 1</p><p>Finally x<sub>1</sub> is determined from equation of row 1;</p><p>6 ( x 1 ) − 2 ( 1 ) + 2 ( − 2 ) + 4 ( 1 ) = 16</p><p>x 1 = 16 + 2 + 4 − 4 6 = 18 6 = 3</p><p>Therefore the solution vector X is given by:</p><p>X T = { 3 1 − 2 1 }</p><p>This completes the solution using the proposed method. The alternative solution given below is only useful up to the computation of the Gaussian pivot row multiplier m following which the computation of the elements of the L and U matrix and the procedure for the determination of the solution vector X would be the same as was demonstrated above and need not be repeated.</p><p>Method 2 (Row wise operation)</p><p>Row 2 operations:</p><p>Initially all the m values will be set to zero as outlined in the steps for solving the system of equations. Starting with row 2 and at column 1, the equation l 2 p a p 1 = u 21 = 0 gives;</p><p>m 21 ( 6 ) + 1 ( 12 ) = 0 ;     m 21 = − 12 6 = − 2</p><p>Since row 2 operation is completed at this stage, check for the occurrence of a zero on the new pivot element, u 22 ≠ 0 ;</p><p>u 22 = l 2 p a p 2 ≠ 0 ;</p><p>u 22 = m 21 ( − 2 ) + 1 ( − 8 ) = − 2 ( − 2 ) − 8 = − 4 ≠ 0 (acceptable)</p><p>Row 3 operations</p><p>For the third row operation at column 1;</p><p>l 3 p a p 1 = u 31 = 0 ; the unknown to be determined is m<sub>31</sub></p><p>( m 31 + m 32 m 21 ) ( 6 ) + m 32 ( 12 ) + 1 ( 3 ) = u 31 = 0</p><p>Since the column 2 multiplier m<sub>32</sub> is as initially set zero and not yet determined at this stage, the above equation reduces to;</p><p>( m 31 + 0 ∗ m 21 ) ( 6 ) + 0 ( 12 ) + 1 ( 3 ) = u 31 = 0</p><p>m 31 = − 3 6 = − 1 2</p><p>For row 3 column 2;</p><p>u 32 = l 3 p a p 2 = 0 ;</p><p>( m 31 + m 32 m 21 ) ( − 2 ) + m 32 ( − 8 ) + 1 ( − 13 ) = 0</p><p>( − 1 2 + m 32 ( − 2 ) ) ( − 2 ) + m 32 ( − 8 ) + 1 ( − 13 ) = 0</p><p>1 + 4 m 32 − 8 m 32 − 13 = 0 ;     m 32 = 12 − 4 = − 3</p><p>Since row 3 operation is completed at this stage, check the new pivot element u<sub>33</sub>, i.e.,</p><p>u 33 = l 3 p a p 3 ≠ 0 ;</p><p>( m 31 + m 32 m 21 ) ( 2 ) + m 32 ( 6 ) + 1 ( 9 ) = u 33 ≠ 0</p><p>( − 1 2 + ( − 3 ) ( − 2 ) ) ( 2 ) + ( − 3 ) ( 6 ) + 1 ( 9 ) = u 33 ≠ 0</p><p>( − 1 + 12 ) − 18 + 9 = 11 − 18 + 9 = 2 = u 33 ≠ 0</p><p>Since u 33 ≠ 0 , there is no need for row interchange.</p><p>Row 4 operations</p><p>For the fourth row at column 1;</p><p>l 4 p a p 1 = u 41 = 0 ; the unknown to be determined is m<sub>41</sub></p><p>( m 41 + m 42 m 21 + m 43 m 31 + m 43 m 32 m 21 ) ( 6 ) + m 42 + ( m 43 m 32 ) ( 12 )   + m 43 ( 3 ) + 1 ( − 6 ) = 0</p><p>Since all the m terms corresponding to columns 2 and 3 belonging to row 4 are as they were initially set zero (still undetermined) the above equation reduces to;</p><p>m 41 ( 6 ) + 1 ( − 6 ) = 0 ;     m 41 = 6 6 = 1</p><p>For row 4 column 2 operations;</p><p>u 42 = l 4 p a p 2 = 0 ;</p><p>( m 41 + m 42 m 21 + m 43 m 31 + m 43 m 32 m 21 ) ( − 2 ) + ( m 42 + m 43 m 32 ) ( − 8 )   + m 43 ( − 13 ) + 1 ( 4 ) = 0</p><p>Since the row 4 column 3 multiplier, m<sub>43</sub> = 0 (is not yet determined), the above equation reduces to;</p><p>[ 1 + m 42 ( − 2 ) + ( 0 ) m 31 + ( 0 ) m 32 m 21 ] ( − 2 ) + ( m 42 + ( 0 ) m 32 ) ( − 8 ) + ( 0 ) ( − 13 ) + 1 ( 4 ) = 0</p><p>− 2 − 4 ∗ m 42 + 4 = 0</p><p>m 42 = − 2 − 4 = 1 2</p><p>For row 4 column 3 operations:</p><p>u 43 = l 4 p a p 3 = 0</p><p>[ m 41 + m 42 m 21 + m 43 m 31 + m 43 m 32 m 21 ] ( 2 ) + [ m 42 + m 43 m 32 ] ( 6 ) + m 43 ( 9 ) + 1 ( 1 ) = 0</p><p>[ 1 + ( 1 2 ) ( − 2 ) + m 43 ( − 1 2 ) + m 43 ( − 3 ) ( − 2 ) ] ( 2 ) + [ 1 2 + m 43 ( − 3 ) ] ( 6 )   + m 43 ( 9 ) + 1 ( 1 ) = 0</p><p>2 ∗ ( − 1 2 + 6 ) m 43 + 3 − 18 ∗ m 43 + 9 m 43 + 1 = 0</p><p>11 ∗ m 43 − 18 ∗ m 43 + 9 ∗ m 43 + 4 = 0</p><p>2 ∗ m 43 + 4 = 0 ;     m 43 = − 4 2 = − 2</p><p>Since row 4 is completed, check for the occurrence of a zero on the new pivot element, i.e., u<sub>44. </sub></p><p>u 44 = l 4 p a p 4 ≠ 0 ;</p><p>[ m 41 + m 42 m 21 + m 43 m 31 + m 43 m 32 m 21 ] ( 4 ) + [ m 42 + m 43 m 32 ] ( 10 )   + m 43 ( 3 ) + 1 ( − 18 ) ≠ 0</p><p>[ 1 + ( 1 2 ) ( − 2 ) + ( − 2 ) ( − 1 2 ) + ( − 2 ) ( − 3 ) ( − 2 ) ] ( 4 ) + [ 1 2 + ( − 2 ) ( − 3 ) ] ( 10 ) + ( − 2 ) ( 3 ) + 1 ( − 18 ) ≠ 0</p><p>[ 1 − 1 + 1 − 12 ] ( 4 ) + [ 1 2 + 6 ] ( 10 ) − 6 − 18 ≠ 0</p><p>− 44 + 65 − 6 − 18 = − 3 ≠ 0 (acceptable)</p><p>Now all the m pivot row multipliers are determined and the determination of the L and U matrices as well as the computation of the solution vector X would proceed in exactly the same manner as demonstrated in method 1, column wise operations.</p><p>The example provided above shows in clear steps the solution step for solving system of linear equations using direct decomposition of the form L A X = L B = B ′ . Once the L matrix is formed, it can be used to solve any variants of the equation AX = B in which the right hand side column vector B is changed. This is demonstrated in the example given below.</p><p>Example 2: let the right hand side column vector be changed to the following while the coefficient matrix A remains the same. The new column vector B is given as:</p><p>B T = { 4 6 26 69 }</p><p>In this case, since the L matrix in the equation LA has already been worked out, the only additional operation needed would be the computation of L B = B ′ . Equation (3), namely,</p><p>L A X = L B = B ′</p><p>would be used to determine the new solution vector X. Starting with the computation of L B = B ′ ;</p><p>L B = B ′ = [ 1 0 0 0 − 2 1 0 0 11 2 − 3 1 0 − 11 13 2 − 2 1 ] [ 4 6 26 69 ] = [ 4 − 2 30 12 ]</p><p>Finally, the solution vector X is computed from L A X = L B = B ′ :</p><p>[ 6 − 2 2 4 0 − 4 2 2 0 0 2 − 5 0 0 0 − 3 ] [ x 1 x 2 x 3 x 4 ] = [ 4 − 2 30 12 ]</p><p>The elements of the solution vector X can now be determined by back substitution. Starting from the fourth row, x<sub>4</sub> is determined;</p><p>x 4 = 12 − 3 = − 4</p><p>From the equation of row 3, x<sub>3</sub> is determined;</p><p>2 ( x 3 ) − 5 ( − 4 ) = 30</p><p>x 3 = 30 − 20 2 = 5</p><p>Similarly using row 2 equation for x<sub>2</sub>;</p><p>− 4 ( x 2 ) + 2 ( 5 ) + 2 ( − 4 ) = − 2</p><p>x 2 = − 2 + 8 − 10 − 4 = − 4 − 4 = 1</p><p>Finally x<sub>1</sub> is determined from equation of row 1;</p><p>6 ( x 1 ) − 2 ( 1 ) + 2 ( 5 ) + 4 ( − 4 ) = 4</p><p>x 1 = 4 + 16 − 10 + 2 6 = 12 6 = 2</p><p>Therefore, the solution vector X is given by:</p><p>X T = { 2 1 5 − 4 }</p></sec><sec id="s4"><title>4. Discussion</title><p>The proposed method, developed and demonstrated with examples so far, shows that solution to linear systems of equation can be obtained through direct decomposition of the A matrix using the operation L A X = L B = B ′ . The method provides a clear procedure for direct computation of the L matrix, the only matrix that is needed to transform the original equation AX = B in to a reduced form, i.e., LAX = BX unlike for example the LU method which requires that both the L and U matrix be stored to find the solution through A X = L U X = B . The elements l<sub>ij</sub> of the lower triangular matrix L are shown to be sums of permutation products of the Gauss pivot row multipliers m<sub>rs</sub>. The relationship between l<sub>ij</sub> and m<sub>rs</sub> is clearly established through a formula and it is easy to visually construct this relationship using a tree diagram that will assist in easy memorisation of the relationship. In addition (and as an alternative procedure) the relationship so established between elements l<sub>ij</sub> of the lower triangular matrix L and the Gauss pivot row multipliers m<sub>rs</sub> enables construction of the L matrix directly from the Gauss elimination steps.</p><p>The characteristic of Gauss elimination method is that the reduction to an upper triangular matrix can only proceed column wise. It is not possible to proceed row wise in the Gauss method. On the other hand, the LU decomposition requires alternate transition between the L and U elements for determining the LU compact matrix. By contrast, the proposed LA = U reduction method can proceed either column wise or row wise essentially giving the same result. This flexibility is demonstrated in the example shown above where it is easily seen that the computation of the Gauss pivot row multipliers remains more or less the same for both the row wise and column wise operations.</p><p>The storage requirement during the reduction process is related to the generation of the L matrix. Unlike the LU method, storage is needed only for the L matrix since the solution directly proceeds from the reduction L A X = L B = B ′ in which there is no need to store the U matrix. The number of elements that need change is of the order O(n<sup>2</sup>) as shown in Equation 38 and is typically half the number of operations required for the LU decomposition because in the LU decomposition both the L and U elements need to be determined and stored.</p></sec><sec id="s5"><title>5. Conclusions</title><p>A direct decomposition of the coefficient matrix forming part of a system of linear equations using a single lower triangular reducing matrix L has been demonstrated as shown in this paper. The method allows solution to the system of linear equations to proceed through storage of a single lower triangular matrix L only, through which both the coefficient matrix A and the right hand side column vector B are transformed. Elements of the reducing matrix L are shown to be sums of permutation products of the pivot row multipliers of the Gauss elimination technique. These sums of permutation products, for any element of the reducing matrix L, can be easily constructed using a tree diagram that is relatively easy to memorize besides using the formula developed for the purpose. These L matrix elements can also be alternatively computed using matrix products. In the process of determining the elements of the L matrix, either row wise or column wise procedure can be followed essentially giving the same result which provides added flexibility to the proposed method. Equivalence of this newly proposed method with both the Gauss elimination and LU decomposition techniques has been established. In the case of the equivalence with Gauss elimination technique, elements of the L matrix are specified as functions of the Gauss pivot row multipliers. This also implies that it is possible to construct the reducing L matrix of the proposed direct decomposition method using the Gauss pivot row multipliers. As has been demonstrated, the L matrix can be directed constructed from the Gauss pivot row multipliers using the matrix product L<sub>Lu</sub>L = I. For the LU decomposition, the L matrix of the proposed method is simply the inverse of the L matrix of the LU decomposition. In terms of storage of computed values, it can be seen that the proposed method of direct decomposition using the transformation L A X = L B = B ′ needs only storage of the L matrix elements which is half in size compared with storage of all the L and U elements in the LU decomposition method.</p><p>Apart from providing added flexibility and simplicity, the proposed method would be of good educational value providing an alternative procedure for solving systems of linear equations.</p></sec><sec id="s6"><title>Conflicts of Interest</title><p>The authors declare no conflicts of interest regarding the publication of this paper.</p></sec><sec id="s7"><title>Cite this paper</title><p>Tiruneh, A.T., Debessai, T.Y., Bwembya, G.C. and Nkambule, S.J. (2019) The LA = U Decomposition Method for Solving Systems of Linear Equations. Journal of Applied Mathematics and Physics, 7, 2031-2051. https://doi.org/10.4236/jamp.2019.79140</p></sec></body><back><ref-list><title>References</title><ref id="scirp.95210-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Knott, G.D. (2013) Gaussian Elimination and LU-Decomposition. Civilized Software Inc., Silver Spring.</mixed-citation></ref><ref id="scirp.95210-ref2"><label>2</label><mixed-citation publication-type="journal" xlink:type="simple"><name name-style="western"><surname>Matani</surname><given-names> D. </given-names></name>,<etal>et al</etal>. (<year>2005</year>)<article-title>A Distributed Approach for Solving a System of Linear Equations</article-title><source> The Journal of American Science</source><volume> 1</volume>,<fpage> 1</fpage>-<lpage>8</lpage>.<pub-id pub-id-type="doi"></pub-id></mixed-citation></ref><ref id="scirp.95210-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Smiley, J. (2010) The Man Who Invented the Computer: The Biography of John Atanasoff. Doubleday, New York.</mixed-citation></ref><ref id="scirp.95210-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">Grcar, J.F. (2011) How Ordinary Elimination Became Gaussian Elimination. Historia Mathematica, 38, 163-218. https://doi.org/10.1016/j.hm.2010.06.003</mixed-citation></ref><ref id="scirp.95210-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Mon, Y. and Kyi, L.L.W. (2014) Performance Comparison of Gauss Elimination and Gauss-Jordan Elimination. International Journal of Computer &amp; Communication Engineering Research, 2, 67-71.</mixed-citation></ref><ref id="scirp.95210-ref6"><label>6</label><mixed-citation publication-type="other" xlink:type="simple">Kreyszig, E. (2011) Advanced Engineering Mathematics. John Wiley, Hoboken.</mixed-citation></ref><ref id="scirp.95210-ref7"><label>7</label><mixed-citation publication-type="other" xlink:type="simple">Burden, R.L. and Faires, J.D. (2015) Numerical Analysis. 10th Edition, Cengage Learning, Boston, 285-340.</mixed-citation></ref><ref id="scirp.95210-ref8"><label>8</label><mixed-citation publication-type="other" xlink:type="simple">Turing, A.M. (1948) Rounding-Off Errors in Matrix Processes. The Quarterly Journal of Mechanics and Applied Mathematics, 1, 287-308. https://doi.org/10.1093/qjmam/1.1.287</mixed-citation></ref><ref id="scirp.95210-ref9"><label>9</label><mixed-citation publication-type="other" xlink:type="simple">Computational Sciences (2013) LU Decomposition. https://computationalsciences.wordpress.com/2013/06/06/lu-decomposition</mixed-citation></ref><ref id="scirp.95210-ref10"><label>10</label><mixed-citation publication-type="other" xlink:type="simple">Rafique, M. and Ayub, S. (2015) Some Convalescent of Linear Equations. Applied and Computational Mathematics, 4, 207-213. https://doi.org/10.11648/j.acm.20150403.23</mixed-citation></ref><ref id="scirp.95210-ref11"><label>11</label><mixed-citation publication-type="other" xlink:type="simple">Wilkinson, J.H. (1988) The Algebraic Eigenvalue Problem. Oxford University Press, Oxford.</mixed-citation></ref><ref id="scirp.95210-ref12"><label>12</label><mixed-citation publication-type="other" xlink:type="simple">Pascal, F. (2019) Solving Linear Systems. Laboratoire Jacques Louis Lions, UFR de Mathematiques, Sorbonne Université, Paris.https://www.ljll.math.upmc.fr/frey/ftp/linear%20systems.pdf</mixed-citation></ref><ref id="scirp.95210-ref13"><label>13</label><mixed-citation publication-type="other" xlink:type="simple">Layton, W. and Sussman, M. (2014) Numerical Linear Algebra. University of Pittsburgh, Pittsburgh, 28-39.</mixed-citation></ref><ref id="scirp.95210-ref14"><label>14</label><mixed-citation publication-type="other" xlink:type="simple">Nguyen, D. (2010) Cholesky and LDLT Decomposition. University of South Florida, Tampa. http://nm.mathforcollege.com/#sthash.RljP1TrJ.dpbs</mixed-citation></ref><ref id="scirp.95210-ref15"><label>15</label><mixed-citation publication-type="other" xlink:type="simple">The GNU Scientific Library, GSL (2019) Linear Algebra: QR Decomposition with Column Pivoting. https://www.gnu.org/software/gsl/doc/html/_sources/intro.rst.txt</mixed-citation></ref><ref id="scirp.95210-ref16"><label>16</label><mixed-citation publication-type="other" xlink:type="simple">&amp;#268;í&amp;#382;ek, P. and &amp;#268;í&amp;#382;ková, L. (2004) Numerical Linear Algebra. Papers/Humboldt-Universit&amp;#228;t Berlin, Center for Applied Statistics and Economics (CASE), No. 2004, 23, 5-13.</mixed-citation></ref></ref-list></back></article>