Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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