ExtendedArithmetic.MultivariatePolynomial 1.0.2021.46

There is a newer version of this package available.
See the version list below for details.
dotnet add package ExtendedArithmetic.MultivariatePolynomial --version 1.0.2021.46
NuGet\Install-Package ExtendedArithmetic.MultivariatePolynomial -Version 1.0.2021.46
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="1.0.2021.46" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExtendedArithmetic.MultivariatePolynomial --version 1.0.2021.46
#r "nuget: ExtendedArithmetic.MultivariatePolynomial, 1.0.2021.46"
#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=1.0.2021.46

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

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 Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has 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.121.2022 161 5/2/2023
2023.63.1822 224 3/5/2023
2023.63.1355 202 3/4/2023
2023.63.758 198 3/4/2023
2022.94.1911 430 4/5/2022
1.0.2021.46 363 2/16/2021
1.0.0.42803 531 7/11/2020
1.0.0.6 337 1/18/2021
1.0.0.5 376 9/28/2020