Sebastiao Pereira implements a function:
Solving linear equations is essential for solving real-world problems in Science, Engineering, Data Analysis, Machine Learning, Economics, Finance, and other areas. Is it possible to have a tool to solve linear equations directly in SQL Server? We will look at how to create a Gauss-Seidel method function for SQL Server.
This is one way to solve a series of linear equations, and it’s a pretty neat implementation.