LU Factorization Method to solve System of Equations using Matlab symbolic tool box | Matlab hacks
In this video we have discussed the step by step process of LU factorization method (LU decomposition ) to solve the system of equations using Matlab.
Time stamps are following.
00:00 Introduction
00:25 Step 1) Convert the system in Marix form.
01:55 Step 2) Find the associated Lower and upper triangular matrix.
03:00 Step 3) Solve L Y =B and find Y.
04:36 Step 4) Solve U X=Y and get the solution X.
05:42 How to find result in decimal form instead of rational format.
Its like the same process you do on your note books. But it will save time for calculations and give accurate results. :)