SOLVING A SYSTEM OF LINEAR EQUATIONS USING CRAMER'S, GAUSS'S, AND MATRIX METHODS
Main Article Content
Abstract
Solving systems of linear equations is a fundamental task in mathematics, engineering, and applied sciences. This study explores three classical and widely used methods for solving such systems: Cramer's Rule, Gaussian Elimination, and matrix (algebraic) methods. Cramer's Rule utilizes determinants to find unique solutions of square systems, offering a straightforward approach for small-sized systems but becoming computationally impractical for larger ones due to the factorial growth in complexity. Gaussian Elimination, on the other hand, provides a more scalable algorithm by transforming the augmented matrix of the system into row echelon form, allowing for back-substitution to find solutions. The matrix method involves representing the system in the form AX = B, and if matrix A is invertible, the solution is obtained as X = A⁻¹B. This method is particularly powerful when dealing with multiple systems sharing the same coefficient matrix. The paper provides a comparative analysis of these methods based on computational efficiency, ease of implementation, and practical applicability. Examples and step-by-step solutions are included to illustrate the advantages and limitations of each approach. The study aims to help students and researchers select the most appropriate method depending on the characteristics of the linear system at hand.
Article Details
References
Axler, S. (2015). Linear Algebra Done Right (3rd ed.). Springer.
Cramér, R. (1750). Introduction to the Theory of Equations.
Glassner, A. (2002). Principles of Digital Image Synthesis. Morgan Kaufmann.
Golub, G. H., & Van Loan, C. F. (2013). Matrix Computations (4th ed.). Johns Hopkins University Press.
Goodfellow, I., Bengio, Y., & Courville, A. (2016). Deep Learning. MIT Press.
Greenbaum, A. (1997). Iterative Methods for Solving Linear Systems. Society for Industrial and Applied Mathematics.
Harrow, A. W., Hassidim, A., & Lloyd, S. (2009). Quantum Algorithm for Linear Systems of Equations. Physical Review Letters, 103(15), 150502.
Jolliffe, I. T. (2002). Principal Component Analysis (2nd ed.). Springer.
Kuo, H. (2013). Introduction to Electric Circuits (8th ed.). Wiley.
Lazer, D., et al. (2009). Computational Social Science. Science, 323(5915), 721-723.