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.
withRandomTools:
Generateposintrange=10+posintrange=10sinx
Error, (in RandomTools:-Generate) the flavor `x` does not exist
Generateposintrange=10+posintrange=10sinidenticalx
6+2sinx
Matrix3,3,Generateposintrange=7identicalx+posintrange=7,makeproc=true
3x+44x+65x+3x+52x+32x+24x+33x+12x+5
See Also
flavor/structured
RandomTools
RandomTools[Generate]
type/identical
Download Help Document