Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
LREtools[dispersion] - compute dispersion of two polynomials
LREtools[autodispersion] - compute self-dispersion of a polynomial
Calling Sequence
dispersion(p1, p2, n)
dispersion(p1, p2, n, 'maximal')
autodispersion(p1, n)
Parameters
p1, p2
-
polynomials in n with any coefficient type
n
indeterminate
Description
dispersion computes the set of non-negative integers i such that . If there are no such integers, the function returns FAIL. Effectively, the dispersion measures the integers that can be added to the indeterminate in p1 and get a polynomial that has a common factor with p2.
If any of the polynomials contain parameters, then the returned answer is the generic dispersion, in other words the dispersion of the polynomials obtained by replacing the parameters by random numbers. As such, the answer returned will be subject to specialization problems.
The optional argument 'maximal' can be used to indicate that only the maximal dispersion is wanted. Returns FAIL if there are no such integers.
autodispersion computes dispersion(p1, subs(var=var-1, p1), n). This function is provided as this quantity can be computed more efficiently than the equivalent call to dispersion.
This notion originated in the works of Abramov. The algorithm used is based on the work of Yiu-Kwong Man and Francis J. Wright. (See References).
Examples
See Also
factors, gcd, LREtools, resultant, roots
References
Abramov, S.A.. "On the summation of rational functions." USSR Comp. Math. Phys. 11. (1971): 324-330.
Abramov, S.A.. "Rational solutions of linear differential and difference equations with polynomial coefficients." USSR Comp. Math. Phys. 29. (1989): 7-12.
Man, Yiu-Kwong, and Wright, Francis J. "Fast Polynomial Dispersion Computation and its Application to Indefinite Summation." Proceedings of ISSAC '94: 175-180
Download Help Document