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[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