
Explore simultaneous equations and systems of algebraic equations, represented in matrix form, and learn how elimination methods, including Gauss elimination, determine unique, no, or infinite solutions.
Learn to solve simultaneous equations using Gauss elimination method with partial pivoting, convert to matrix form, perform elimination steps and back substitution, and verify results with a calculator.
Solve tridiagonal systems with the Thomas algorithm by performing elimination and backward substitution, using a nonzero main diagonal and lower diagonal, demonstrated through a step-by-step numerical example.
Explore the gauss-seidel iteration method for solving linear systems by converting equations to x, y, z and iteratively updating values in Matlab, ensuring convergence through diagonal dominance.
Learn how Jacobi’s iteration method solves systems of equations by rewriting in x, y, z, ensuring diagonal dominance and performing iterative updates with initial guesses, using a calculator.
Simultaneous linear equations occur quite often in engineering and science. Linear systems of equations are associated with many problems in engineering and science, as well as with applications of mathematics to the social sciences and quantitative study of business and economic problems.The analysis of electronic circuits consisting of invariant elements, analysis of a network under sinusoidal steady-state conditions, determination of the output of a chemical plant, and finding the cost of chemical reactions are some of the Exercises which depend on the solution of simultaneous linear algebraic equations. The solution of such equations can be obtained by Direct or Iterative methods. Linear algebraic equations occur in almost all branches of engineering. Their most important application
in engineering is in the analysis of linear systems (any system whose response is proportional to the input is deemed to be linear). Linear systems include structures, elastic solids, heat flow, seepage of fluids, electromagnetic fields and electric circuits i.e., most topics taught in an engineering curriculum. If the system is discrete, such as a truss or an electric circuit, then its analysis leads directly to linear algebraic equations.
In this course we will discuss the some direct and iterative methods to get the solutions.
Gauss elimination method, Thomas method, Jacobi’s iteration method and Gauss-Seidal iteration method.
Also you will be able to use calculator to get the solution in few seconds.