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[Properties][GetRingName] - return the name of the Ore algebra
OreTools[Properties][GetVariable] - return the name of the independent variable on which the Ore polynomial ring acts
OreTools[Properties][GetSigma] - return sigma
OreTools[Properties][GetSigmaInverse] - return sigma^(-1)
OreTools[Properties][Getdelta] - return delta
OreTools[Properties][GetTheta1] - return theta(1)
Calling Sequence
GetRingName(A)
GetVariable(A)
GetSigma(A)
GetSigmaInverse(A)
Getdelta(A)
GetTheta1(A)
Parameters
A
-
Ore algebra; to define an Ore algebra, use the SetOreRing function.
Description
The GetRingName(A) calling sequence returns the name of the Ore algebra A.
The GetVariable(A) calling sequence returns the independent variable on which the Ore polynomial ring A acts.
The GetSigma(A) calling sequence returns sigma for the Ore algebra A.
The GetSigmaInverse(A) calling sequence returns sigma^(-1) for the Ore algebra A.
The Getdelta(A) calling sequence returns delta for the Ore algebra A.
The GetTheta1(A) calling sequence returns theta(1) for the Ore algebra A.
For a brief review of pseudo-linear algebra (also known as Ore algebra), see OreAlgebra.
Examples
Define the shift algebra.
Determine the properties of the algebra.
See Also
OreTools, OreTools/OreAlgebra, OreTools[Properties], OreTools[SetOreRing]
Download Help Document