You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(1) add a method Random(r,c,ring,params) which makes
constructing random matrices over singular more flexible
(2) change the hard coded parameters from
RandomCombination( [ 0 .. 10 ], Random( [ 1 .. 11 ] ) )
to
[ 0, Random( [ 0, 1, 1, 1, 2, 2, 2, 3 ] ), 50, 80, 50 ]
For polynomial and exterior rings
- 0 is the minimal allowed degree
- Random( [ 1, 1, 1, 2, 2, 2, 3 ] ) is the maximal allowd degree
- 50% of the entries are zero
- 80% of the terms in each entry are zero
- The coefficient of each monomial is less than 50
(3) bump the version of MatricesForHomalg to 2022.10-04
0 commit comments