exprseq - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


RandomTools Flavor: exprseq

describe an expression sequence of random objects

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

exprseq(flav, n)

Parameters

flav

-

random flavor

n

-

non-negative integer

Description

• 

The flavor exprseq describes an expression sequence with n entries where each entry is described by the given random flavor flav.

  

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

Examples

withRandomTools:

Generateexprseqinteger,7

−104281139460,−306860183579,−477575829529,300187484465,−72447943125,342622684448,−87713714154

(1)

Generateexprseqrationaldenominator=30,10

13,730,215,2930,215,25,1115,1315,1330,1130

(2)

See Also

exprseq

flavor/structured

rand

RandomTools

RandomTools[Generate]