MathNet.Symbolics
0.24.0
dotnet add package MathNet.Symbolics --version 0.24.0
NuGet\Install-Package MathNet.Symbolics -Version 0.24.0
<PackageReference Include="MathNet.Symbolics" Version="0.24.0" />
paket add MathNet.Symbolics --version 0.24.0
#r "nuget: MathNet.Symbolics, 0.24.0"
// Install MathNet.Symbolics as a Cake Addin
#addin nuget:?package=MathNet.Symbolics&version=0.24.0
// Install MathNet.Symbolics as a Cake Tool
#tool nuget:?package=MathNet.Symbolics&version=0.24.0
Math.NET Symbolics is a basic open source computer algebra library for .Net and Mono. Written in F# but works well in C# as well. Supports .Net Framework 4.5 or higher and .Net Standard 2.0 or higher, on Windows, Linux and Mac.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- FParsec (>= 1.0.3)
- FSharp.Core (>= 4.6.0)
- MathNet.Numerics (>= 4.15.0)
- MathNet.Numerics.FSharp (>= 4.15.0)
-
.NETFramework 4.6.1
- FParsec (>= 1.0.3)
- FSharp.Core (>= 4.6.0)
- MathNet.Numerics (>= 4.15.0)
- MathNet.Numerics.FSharp (>= 4.15.0)
-
.NETStandard 2.0
- FParsec (>= 1.0.3)
- FSharp.Core (>= 4.6.0)
- MathNet.Numerics (>= 4.15.0)
- MathNet.Numerics.FSharp (>= 4.15.0)
NuGet packages (10)
Showing the top 5 NuGet packages that depend on MathNet.Symbolics:
Package | Downloads |
---|---|
OPTANO.Modeling
The OPTANO Modeling library allows you to use C# as a Modeling language for mathematical optimization (mixed integer programming (MIP) and linear programming (LP)). It has a lightweight footprint and connects to several solvers. |
|
MathLib.Engine
.NET Standard math library |
|
LINVAST.Imperative.Visitors
Language-invariant AST visitors. |
|
NumericalMethods
Library of numerical methods. |
|
Octavo.NET
Octavo.NET.Core Class Library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.24.0 | 84,003 | 1/10/2021 |
0.23.0 | 1,870 | 1/8/2021 |
0.22.0 | 3,022 | 11/1/2020 |
0.21.0 | 7,724 | 5/2/2020 |
0.20.0 | 85,334 | 11/18/2018 |
0.19.0 | 2,310 | 10/22/2018 |
0.18.1 | 12,644 | 12/23/2017 |
0.18.0 | 1,271 | 11/8/2017 |
0.17.0 | 28,553 | 9/16/2017 |
0.16.0 | 6,712 | 8/24/2017 |
0.15.0 | 3,121 | 4/30/2017 |
0.14.0 | 4,910 | 2/12/2017 |
0.13.0 | 1,182 | 12/29/2016 |
0.12.0 | 959 | 12/27/2016 |
0.11.0 | 8,137 | 11/6/2016 |
0.10.1 | 1,320 | 11/5/2016 |
0.10.0 | 1,213 | 11/5/2016 |
0.9.0 | 58,534 | 3/14/2016 |
0.8.0 | 1,541 | 1/9/2016 |
0.7.1 | 1,677 | 10/3/2015 |
0.7.0 | 1,250 | 10/3/2015 |
0.6.0 | 1,126 | 9/29/2015 |
0.5.0 | 1,368 | 7/18/2015 |
0.4.0 | 3,124 | 11/26/2014 |
0.3.0 | 1,198 | 9/21/2014 |
0.2.1-alpha | 901 | 9/3/2014 |
0.2.0-alpha | 906 | 9/2/2014 |
Usability: Operators module now provides I, E and Pi (instead of pi) (breaking)
Usability: VariableSets.Alphabet provides a-z variables that can be opened on demand
Fixes issue where operators were generic where they should not have been
Minor internal simplifications and streamlining