ExtendedArithmetic.MultivariatePolynomial 2023.63.1822

.NET 5.0 .NET Core 3.1 .NET Standard 2.1 .NET Framework 4.5
dotnet add package ExtendedArithmetic.MultivariatePolynomial --version 2023.63.1822
NuGet\Install-Package ExtendedArithmetic.MultivariatePolynomial -Version 2023.63.1822
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="ExtendedArithmetic.MultivariatePolynomial" Version="2023.63.1822" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExtendedArithmetic.MultivariatePolynomial --version 2023.63.1822
#r "nuget: ExtendedArithmetic.MultivariatePolynomial, 2023.63.1822"
#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 ExtendedArithmetic.MultivariatePolynomial as a Cake Addin
#addin nuget:?package=ExtendedArithmetic.MultivariatePolynomial&version=2023.63.1822

// Install ExtendedArithmetic.MultivariatePolynomial as a Cake Tool
#tool nuget:?package=ExtendedArithmetic.MultivariatePolynomial&version=2023.63.1822

MultivariatePolynomial

A symbolic, multivariate integer polynomial arithmetic library.

An example of a multivariate polynomial would be:

16*x*y^2 +  12*x*y -  4*y - z
  • Supports symbolic multivariate polynomial arithmetic, including:
    • Addition
    • Subtraction
    • Multiplication
    • Division
    • Exponentiation
    • Derivatives
    • Functional composition
    • Polynomial evaluation by assigning values to the indeterminates
    • Numeric values are of type BigInteger, so it support polynomials that evaluate to arbitrarily large numbers
    • While all coefficients must be integers, it does support evaluating the polynomial with real and complex indeterminates, returning a real or complex result
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 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.1
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.6

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.
  • net5.0

    • No dependencies.
  • net6.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2023.63.1822 78 3/5/2023
2023.63.1355 75 3/4/2023
2023.63.758 78 3/4/2023
2022.94.1911 323 4/5/2022
1.0.2021.46 271 2/16/2021
1.0.0.42803 451 7/11/2020
1.0.0.6 263 1/18/2021
1.0.0.5 314 9/28/2020