Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 946 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 946 Bytes

Solving 3x3 SLAE

Overview

This website presents a tool for solving 3x3 systems of linear algebraic equations using the Gaussian elimination and LU decomposition methods. It features an interface for inputting matrix coefficients and provides feedback on matrix validity.

The solution involves breaking down the matrix into simpler forms for computation. Gaussian elimination sequentially eliminates variables, while LU decomposition divides the matrix into lower and upper triangular matrices.

Reason for creation

Created as part of a lab assignment for the "Numerical Methods" course, the project helps students learn theoretical principles and test them using personalized input scenarios.

Button "Input" fills all fields with numbers given by your own variant.

Execution result

image