tabular - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

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

(1)

(2)

(3)

See Also

type

type/array

type/Array

type/indexable

type/Matrix

type/rtable

type/table

type/Vector

 


Download Help Document