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
type/rtable - check for an object of type rtable
Calling Sequence
type(expr, rtable)
type(expr, 'rtable'(R))
Parameters
expr
-
any expression
R
rtable indexing function, rtable option, the name 'square', or an expression sequence of these
Description
The type(expr, rtable) function returns true if expr is any one of the following types of Maple rtables.
Array
Matrix
Vector
Vector[column]
Vector[row]
The type(expr, 'rtable'(R)) function returns true if expr is a Maple rtable with the indexing functions or options given in R.
If R includes the name 'square', the dimensions of the rtable are checked to see if they are all the same size (they do not have to have the same start and end values in the case of an Array).
Note: It is essential to quote the word rtable in this form of the calling sequence in order to avoid confusion with the rtable(..) constructor function.
Examples
See Also
rtable, rtable_options, table, type, type[tabular]
Download Help Document