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
OreTools[Quotient] - compute the right or left quotient of two Ore polynomials
OreTools[Remainder] - compute the right or left remainder of two Ore polynomials
Calling Sequence
Quotient['right'](Poly1, Poly2, A, 'R')
Quotient(Poly1, Poly2, A, 'R')
Quotient['left'](Poly1, Poly2, A, 'R')
Remainder['right'](Poly1, Poly2, A, 'Q')
Remainder(Poly1, Poly2, A, 'Q')
Remainder['left'](Poly1, Poly2, A, 'Q')
Parameters
Poly1
-
Ore polynomial; to define an Ore polynomial, use the OrePoly structure.
Poly2
nonzero Ore polynomial; to define an Ore polynomial, use the OrePoly structure.
A
Ore algebra; to define an Ore algebra, use the SetOreRing function.
Q, R
(optional) unevaluated names.
Description
The Quotient['right'](Poly1, Poly2, A) or Quotient(Poly1, Poly2, A) calling sequence returns the right quotient Q of Poly1 and Poly2 such that:
where the degree of the right remainder R is less than that of Poly2.
If the fourth argument 'R' is specified, it is assigned the right remainder defined above.
The Quotient['left'](Poly1, Poly2, A) calling sequence returns the right quotient Q of Poly1 and Poly2 such that:
where the degree of the left remainder R is less than that of Poly2.
If the fourth argument 'R' is specified, it is assigned the left remainder defined above.
The Remainder['right'](Poly1, Poly2, A) or Remainder(Poly1, Poly2, A) calling sequence returns the right remainder R of Poly1 and Poly2 such that:
where the degree of R is less than that of Poly2 and Q is the right quotient.
If the fourth argument 'Q' is specified, it is assigned the right quotient defined above.
The Remainder['left'](Poly1, Poly2, A) calling sequence returns the left remainder R of Poly1 and Poly2 such that:
where the degree of R is less than that of Poly2 and Q is the left quotient.
Examples
See Also
OreTools, OreTools/Add, OreTools/Euclidean, OreTools/Multiply, OreTools/OreAlgebra, OreTools/OrePoly, OreTools[SetOreRing]
Download Help Document