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.
See Also
type
type/array
type/Array
type/indexable
type/Matrix
type/rtable
type/table
type/Vector
Download Help Document