type/tabular
check for a tabular object
Calling Sequence
Parameters
Description
Examples
type(expr, tabular)
type(expr, 'tabular'(R))
expr
-
any expression
R
datatype of elements
The type(expr, tabular) function returns true if expr is any one of the following types of Maple objects.
table
rtable
array
Array
Matrix
Vector
Vector[column]
Vector[row]
The type(expr, 'tabular'(R)) function returns true if expr is a tabular Maple object with elements of type R.
A≔rtable⁡1,2,3,1,1,1,5,7,9,subtype=Matrix,datatype=integer2
A≔123111579
type⁡A,tabular
true
type⁡A,tabular⁡integer2
See Also
type
type/array
type/Array
type/indexable
type/Matrix
type/rtable
type/table
type/Vector
Download Help Document