asc-community/AngouriMath

[WIP] System of equations API for F#

WhiteBlackGoose opened this issue · 0 comments

The package I want to suggest the idea to: AngouriMath.FSharp

Version 1

val system : list 'a -> EquationSystem
val solveSystem : EquationSystem -> Matrix

Version 2

val solveSystem : list Variable -> list 'a -> Matrix