ExtendedArithmetic.GenericMultivariatePolynomial
2023.63.758
See the version list below for details.
dotnet add package ExtendedArithmetic.GenericMultivariatePolynomial --version 2023.63.758
NuGet\Install-Package ExtendedArithmetic.GenericMultivariatePolynomial -Version 2023.63.758
<PackageReference Include="ExtendedArithmetic.GenericMultivariatePolynomial" Version="2023.63.758" />
paket add ExtendedArithmetic.GenericMultivariatePolynomial --version 2023.63.758
#r "nuget: ExtendedArithmetic.GenericMultivariatePolynomial, 2023.63.758"
// Install ExtendedArithmetic.GenericMultivariatePolynomial as a Cake Addin #addin nuget:?package=ExtendedArithmetic.GenericMultivariatePolynomial&version=2023.63.758 // Install ExtendedArithmetic.GenericMultivariatePolynomial as a Cake Tool #tool nuget:?package=ExtendedArithmetic.GenericMultivariatePolynomial&version=2023.63.758
GenericMultivariatePolynomial
A multivariate, sparse, generic polynomial arithmetic library.
This generic implementation has been tested and supports performing arithmetic on numeric types such as BigInteger, Complex, Decimal, Double, BigComplex, BigDecimal, BigRational, Int32, Int64 and more.
All arithmetic is done symbolically. That means the result of an arithmetic operation on two polynomials is another polynomial, not the result of evaluating those two polynomials and performing arithmetic on the results.
An example of a multivariate polynomial would be:
16*X^2*Y + 12*X*Y - 4*Y - 1
Generic Arithmetic Type Polynomial
All classes and methods support a generic type T, which can be any data type that has arithmetic operator overloads. Explicitly, the following types have tests exercising all the standard arithmetic operations (Addition, Subtraction, Multiplication, Division, Exponentiation, Modulus, Square Root, Equality and Comparison (where applicable--Complex numbers are not orderable)) and so are well supported and come with verifiable proof that they work:
- Every .NET CLR value type (Byte, Int16, Int32, Int64, UInt16, UInt32, UInt64, Float, Double, Decimal)
- System.Numerics.BigInteger
- System.Numerics.Complex
- ExtendedNumerics.BigComplex (My arbitrary-precision complex number type library)
- ExtendedNumerics.BigDecimal (My arbitrary-precision floating-point number type library.)
- ExtendedNumerics.BigRational(My arbitrary precision rational number type library.)
- ExtendedNumerics.Fraction (My arbitrary-precision rational number type library.)
- Any type that has the Addition, Multiplication and Exponentiation operator overloads (at a minimum).
Supports symbolic multivariate polynomial (generic) arithmetic including:
- Addition
- Subtraction
- Multiplication
- Division
- Modulus
- Exponentiation
- GCD of polynomials
- Derivative
- Integral
- Reciprocal
- Irreducibility checking
- Polynomial evaluation by assigning values to the invariants.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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 | netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.1 is compatible. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.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.200.0.249 | 161 | 9/6/2023 |
2023.122.1321 | 147 | 5/2/2023 |
2023.120.439 | 169 | 4/30/2023 |
2023.63.1826 | 246 | 3/5/2023 |
2023.63.758 | 212 | 3/4/2023 |
2022.355.1024 | 238 | 12/21/2022 |