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/indexable - check for an indexable object
Calling Sequence
type(expr, indexable)
type(expr, 'indexable'(R))
Parameters
expr
-
expression
R
datatype of elements
Description
The type(expr, indexable) calling sequence returns true if expr is of type sequential, type string, or type tabular. This includes any one of the following types of indexable Maple objects.
list
set
string
table
rtable
array
Array
Matrix
Vector
Vector[column]
Vector[row]
The type(expr, 'indexable'(R)) calling sequence returns true if expr is a indexable Maple object containing elements of type R.
Examples
See Also
selection, type, type[array], type[Array], type[list], type[Matrix], type[rtable], type[sequential], type[set], type[string], type[table], type[tabular], type[Vector]
Download Help Document