tabular - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


type/tabular

check for a tabular object

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(expr, tabular)

type(expr, 'tabular'(R))

Parameters

expr

-

any expression

R

-

datatype of elements

Description

• 

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.

Examples

Artable1,2,3,1,1,1,5,7,9,subtype=Matrix,datatype=integer2

A123111579

(1)

typeA,tabular

true

(2)

typeA,tabularinteger2

true

(3)

See Also

type

type/array

type/Array

type/indexable

type/Matrix

type/rtable

type/table

type/Vector