MathNet.Symbolics 0.24.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package MathNet.Symbolics --version 0.24.0
NuGet\Install-Package MathNet.Symbolics -Version 0.24.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MathNet.Symbolics" Version="0.24.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MathNet.Symbolics --version 0.24.0
#r "nuget: MathNet.Symbolics, 0.24.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on MathNet.Symbolics:

Package Downloads
OPTANO.Modeling The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.25.0 2,637 12/18/2023
0.24.0 169,541 1/10/2021
0.23.0 1,970 1/8/2021
0.22.0 3,689 11/1/2020
0.21.0 8,720 5/2/2020
0.20.0 106,891 11/18/2018
0.19.0 2,415 10/22/2018
0.18.1 14,377 12/23/2017
0.18.0 1,421 11/8/2017
0.17.0 30,419 9/16/2017
0.16.0 6,813 8/24/2017
0.15.0 3,228 4/30/2017
0.14.0 5,003 2/12/2017
0.13.0 1,277 12/29/2016
0.12.0 1,040 12/27/2016
0.11.0 11,925 11/6/2016
0.10.1 1,409 11/5/2016
0.10.0 1,317 11/5/2016
0.9.0 62,622 3/14/2016
0.8.0 1,636 1/9/2016
0.7.1 1,793 10/3/2015
0.7.0 1,334 10/3/2015
0.6.0 1,217 9/29/2015
0.5.0 1,459 7/18/2015
0.4.0 3,259 11/26/2014
0.3.0 1,318 9/21/2014
0.2.1-alpha 972 9/3/2014
0.2.0-alpha 966 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