identical - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


RandomTools Flavor: identical

describe an object identically

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

identical(expr)

Parameters

expr

-

Maple expression

Description

• 

The flavor identical describes the object expr itself.

  

This flavor can be used as an argument to RandomTools[Generate] or as part of a structured flavor.

Examples

> 

with⁡RandomTools:

> 

Generate⁡posint⁡range=10+posint⁡range=10⁢sin⁡x

Error, (in RandomTools:-Generate) the flavor `x` does not exist

> 

Generate⁡posint⁡range=10+posint⁡range=10⁢sin⁡identical⁡x

6+2⁢sin⁡x

(1)
> 

Matrix⁡3,3,Generate⁡posint⁡range=7⁢identical⁡x+posint⁡range=7,makeproc=true

3⁢x+44⁢x+65⁢x+3x+52⁢x+32⁢x+24⁢x+33⁢x+12⁢x+5

(2)

See Also

flavor/structured

RandomTools

RandomTools[Generate]

type/identical