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
OreTools[AdjointRing] - construct the adjoint of a given Ore polynomial ring
OreTools[AdjointOrePoly] - compute the adjoint Ore polynomial in a given Ore ring
Calling Sequence
AdjointRing(A)
AdjointOrePoly(Poly, A)
Parameters
Poly
-
Ore polynomial; to define an Ore polynomial, use the OrePoly structure.
A
Ore ring; to define an Ore ring, use the SetOreRing function.
Description
The AdjointRing(A) calling sequence constructs the adjoint of A.
The AdjointOrePoly(Poly, A) calling sequence computes the adjoint Ore polynomial of the polynomial Poly in A.
An Ore polynomial ring is defined vi SetOreRing. For a description of the adjoint of an Ore polynomial ring, see OreAlgebra.
Examples
Define the shift polynomial ring.
Construct the adjoint Ore polynomial ring B of A.
Construct the adjoint Ore polynomial ring C of B. The ring C must be the same as A.
Define two Ore polynomials P1 and P2 in A.
Compute the adjoint operators of P1 and P2 in A.
Multiply adjP1 and adjP2 in the adjoint B of A.
See Also
OreTools, OreTools/OreAlgebra, OreTools/OrePoly, OreTools[Properties], OreTools[SetOreRing]
Download Help Document