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[Add] - add several Ore polynomials
OreTools[Minus] - subtract two Ore polynomials
OreTools[ScalarMultiply] - multiply an Ore polynomial on the left by a scalar
OreTools[Multiply] - multiply several Ore polynomials
Calling Sequence
Add(Ore1, ..., Orek)
Minus(Ore1, Ore2)
ScalarMultiply(s, Ore1)
Multiply(Ore1, ..., Orek, A)
Parameters
Ore1, Ore2, ..., Orek
-
Ore polynomials; to define an Ore polynomial, use the OrePoly structure.
s
scalar from the coefficient domain
A
Ore algebra; to define an Ore algebra, use the SetOreRing function.
Description
The Add(Ore1, ..., Orek) calling sequence adds the Ore polynomials Ore1,..., Orek.
The Minus(Ore1, Ore2) calling sequence subtracts the Ore polynomial Ore2 from the Ore polynomial Ore1.
The ScalarMultiply(s, Ore1) calling sequence multiplies the Ore polynomial Ore1 on the left by the scalar s.
The Multiply(Ore1, ..., Orek, A) calling sequence multiplies the t Ore polynomials Ore1, ..., Orek in the Ore algebra A.
Examples
Define the shift algebra.
Perform arithmetic operations.
See Also
OreTools, OreTools/OreAlgebra, OreTools/OrePoly, OreTools/Quotient, OreTools/Remainder, OreTools[SetOreRing]
Download Help Document