Math::Polynomial objects represent polynomials in one variable, i.e. expressions built with finitely many additions, subtractions and multiplications of the variable and some constants. A standard way of writing down a polynomial in one variable is a...
MHASCH/Math-Polynomial-1.018 - 30 Dec 2019 22:54:58 UTCnew Create a new zero polynomial and return it to the caller. copy OBJREF Perform a deep copy of the polynomial object referenced by OBJREF. monOrder monOrder STRING Return the current monomial ordering. If an argument is passed, it is assigned as th...
BGUARRACI/Math-MVPoly-0.8b - 10 Feb 2002 05:55:51 UTCThis package supplies a set of functions that find the roots of polynomials, along with some utility functions. Roots will be either real or of type Math::Complex. Functions making use of the Sturm sequence are also available, letting you find the nu...
JGAMBLE/Math-Polynomial-Solve-2.86 - 02 Nov 2018 01:10:27 UTCThis module is a layer on top of the basic routines in the cephes math library to handle polynomials. In the following, a Math::Cephes::Polynomial object is created as my $p = Math::Cephes::Polynomial->new($arr_ref); where $arr_ref is a reference to ...
SHLOMIF/Math-Cephes-0.5305 - 06 May 2016 15:18:54 UTCThis is a few lines of code to format "Math::Polynomial" objects as strings in Horner form. It uses parentheses to group terms for multiplications by x rather than powering. Program Code Horner form is quite good for computer evaluation. If you adjus...
KRYDE/Math-Polynomial-Horner-4 - 30 Aug 2019 23:32:36 UTCMath::Polynomial::ModInt is a subclass of Math::Polynomial for modular integer coefficient spaces. It adds domain-specific methods and stringification options to the base class. Notably, it implements a bijection from unsigned integers to polynomials...
MHASCH/Math-Polynomial-ModInt-0.004 - 11 Dec 2019 10:40:33 UTCMHASCH/Math-Polynomial-1.018 - 30 Dec 2019 22:54:58 UTC
This package extends Math::Polynomial, so each instance polynomial created by this modules is a subclass of Math::Polynomial. The Chebyshev polynomials of the first kind are orthogonal with respect to the weight function 1/sqrt(1-x^2). The first Cheb...
PJACKLAM/Math-Polynomial-Chebyshev-0.01 - 10 Mar 2020 08:39:12 UTCThis small extension of Math::Polynomial adds a constructor for cyclotomic polynomials and a factoring algorithm for rational polynomials of the form *x^n-1*. Cyclotomic polynomials are monic irreducible polynomials with integer coefficients that are...
MHASCH/Math-Polynomial-Cyclotomic-0.002 - 31 Dec 2019 17:07:33 UTCThis package extends Math::Polynomial, so each instance polynomial created by this modules is a subclass of Math::Polynomial. The Chebyshev polynomials of the second kind are orthogonal with respect to the weight function sqrt(1-x^2). The first Cheby...
PJACKLAM/Math-Polynomial-Chebyshev-0.01 - 10 Mar 2020 08:39:12 UTCMath::Polynomial::Multivariate is a Perl class representing polynomials in any number of variables. It provides a set of operations defined for these polynomials, like addition, multiplication, evaluation, variable substitution, etc., as well as attr...
MHASCH/Math-Polynomial-Multivariate-0.006 - 09 Oct 2017 23:37:48 UTCThis module provides several different set order relations for modular integer polynomials. They are given as (read-only) variables so that they can be used as name argument for the perl builtin *sort* operator. These variables are at the same time o...
MHASCH/Math-Polynomial-ModInt-0.004 - 11 Dec 2019 10:40:33 UTCLETO/Math-Primality-0.08 - 01 Feb 2013 06:35:23 UTC
Man, if that synopsis don't say it all, what can I possibly add? :-) OK, as mentioned above, this is a fun project. The plan, not necessarily all implemented at the first release, is to provide many kinds of operations on the polynomials that intimid...
JASALOMON/Math-Yapp-1.07 - 26 Feb 2017 21:40:36 UTCDefines hashes which represent mathematical functions, such as the fibonacci sequence, factorials, etc... Functions can be expressed in a manner which a math or physics student might find a bit more familiar. It also automatically employs memoization...
MSCHWERN/Tie-Math-0.10 - 15 Jul 2000 09:37:39 UTCThis module extends PDL with more advanced mathematical functions than provided by standard Perl. All the functions have one input pdl, and one output, unless otherwise stated. Many of the functions are linked from the system maths library or the Cep...
ETJ/PDL-2.025 - 19 Nov 2020 13:17:38 UTCThis module will generate various Pseudorandom Binary Sequences (PRBS). This module creates a iterator object, and you can use that object to generate the sequence one value at a time, or *en masse*. The generated sequence is a series of 0s and 1s wh...
PETERCJ/Math-PRBS-v0.004 - 15 Jun 2018 23:36:53 UTCJGAMBLE/Math-Utils-1.14 - 21 Apr 2020 18:18:27 UTC
This module extends PDLA with more advanced mathematical functions than provided by standard Perl. All the functions have one input pdl, and one output, unless otherwise stated. Many of the functions are linked from the system maths library or the Ce...
ETJ/PDLA-Core-2.019107 - 28 Apr 2019 20:28:44 UTCWhat! Yet another module to manipulate polynomials!! No, don't worry, there is a good reason for this one ;) I needed (for my work at a large financial institution) a robust way to compute the internal rate of return (IRR) of various cashflows. An IR...
ERWAN/Math-Polynom-0.13 - 11 Jul 2007 14:29:37 UTC