RandomTools Flavor: Vector
describe a Vector of random objects
Calling Sequence
Parameters
Description
Examples
Compatibility
'Vector'(flav, n, ... )
'Vector[o]'(flav, n, ... )
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
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.
with⁡RandomTools:
Generate⁡Vector⁡integer,3
−276532064796459444310976−100885603451
Generate⁡Vector⁡rational⁡denominator=30,2
−45215
H≔Generate⁡Vector⁡float⁡method=uniform,range=0..10,5,datatype=float8
H≔9.575068354342985.468815192049842.784982188670480.9754040499940956.32359246225410
H≔Generate⁡Vectorrow⁡float⁡range=0..10,method=uniform,5,datatype=float8
H≔4.853756487228419.571669482429469.705927817606161.576130816775489.64888535199277
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