Solving Equations and Least Squares in Visual Basic

Linear EquationsPermalink

Illustrates how to solve systems of simultaneous linear equations.

Show code.

Structured Linear EquationsPermalink

Illustrates how to solve systems of simultaneous linear equations that have special structure.

Show code.

Iterative Sparse SolversPermalink

Illustrates the use of iterative sparse solvers and preconditioners for efficiently solving large, sparse systems of linear equations.

Show code.

Least SquaresPermalink

Illustrates how to solve least squares problems using classes in the Numerics.NET.LinearAlgebra namespace.

Show code.