Solving Equations and Least Squares in F#

Linear Equations

Illustrates how to solve systems of simultaneous linear equations.

Show code.

Structured Linear Equations

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

Show code.

Iterative Sparse Solvers

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

Show code.

Least Squares

Illustrates how to solve least squares problems using classes in the Extreme.Mathematics.LinearAlgebra namespace.

Show code.