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

Online Help

RandomTools Flavor: Vector

describe a Vector of random objects

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

'Vector'(flav, n, ... )

'Vector[o]'(flav, n, ... )

Parameters

flav

-

random flavor

n

-

positive integer or a flavor that generates a positive integer

density

-

a numeric value with 0 <= density <= 1

[o]

-

use either [row] or [column] to specify the orientation of the resulting Vector

...

-

additional options to the Vector constructor

Description

• 

The flavor 'Vector' describes a Vector with n rows (or columns).  Each entry is described by the given random flavor flav.  The default flavor is integer and the default value for n is 10.

• 

Specifying [row] or [column] will select if a row or column Vector is generated.  By default, a column vector is generated.

• 

The density value is a probability that an entry will be assigned a value.  By default, this value is 1.

• 

Additional arguments can be specified that will be passed to the Vector constructor.  For example, datatype, shape,etc.

  

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

Examples

(1)

(2)

(3)

(4)

Compatibility

• 

The RandomTools Flavor: Vector command was introduced in Maple 18.

• 

For more information on Maple 18 changes, see Updates in Maple 18.

See Also

flavor/structured

rand

RandomTools

RandomTools[Generate]

Vector

 


Download Help Document