RandomTools Flavor: identical
describe an object identically
Calling Sequence
Parameters
Description
Examples
identical(expr)
expr
-
Maple expression
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.
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
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
See Also
flavor/structured
RandomTools
RandomTools[Generate]
type/identical
Download Help Document