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
Ore_algebra[skew_product] - inner product of an Ore algebra
Ore_algebra[skew_power] - power of an Ore algebra
Calling Sequence
skew_product(w1, w2, A)
skew_power(w, n, A)
Parameters
w1, w2, w
-
skew polynomials of the Ore algebra A
A
Ore algebra table
n
non-negative integer
Description
The skew_product(w1, w2, A) function computes the noncommutative product (in this order) in the Ore algebra A.
The skew_power(w, n, A) function computes the nth power of w in the Ore algebra A.
To declare an Ore algebra, use Ore_algebra[skew_algebra], Ore_algebra[shift_algebra], or Ore_algebra[diff_algebra].
These functions are part of the Ore_algebra package, and so can be used in the form skew_product(..) only after performing the command with(Ore_algebra) or with(Ore_algebra,skew_product). The functions can always be accessed in the long form Ore_algebra[skew_product](..).
Examples
Algebras of difference operators:
Algebras of differential operators:
Mixed differential-difference case:
See Also
Ore_algebra, Ore_algebra/diff_algebra, Ore_algebra/shift_algebra, Ore_algebra/skew_algebra, Ore_algebra/Weyl_algebra
Download Help Document