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

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

withRandomTools:

Generateposintrange=10+posintrange=10sinx

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

Generateposintrange=10+posintrange=10sinidenticalx

6+2sinx

(1)

Matrix3,3,Generateposintrange=7identicalx+posintrange=7,makeproc=true

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

(2)

See Also

flavor/structured

RandomTools

RandomTools[Generate]

type/identical