|
D.2.7.3 randommat
Procedure from library random.lib (see random_lib).
- Usage:
- randommat(n,m[,id,b]); n,m,b integers, id ideal
- Return:
- nxm matrix, entries are random linear combinations of elements
of id and coefficients in [-b,b]
[default: (id,b) = (maxideal(1),30000)]
- Note:
- For performance reasons try small bound b in char 0
Example:
|