https://github.com/homalg-project/homalg_project
Revision f11c1fd56ac49a6fb0924f083715aba94eb4f836 authored by Kamal Saleh on 07 October 2022, 14:02:19 UTC, committed by Kamal Saleh on 10 October 2022, 14:56:52 UTC
    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
1 parent 45869a8
History
Tip revision: f11c1fd56ac49a6fb0924f083715aba94eb4f836 authored by Kamal Saleh on 07 October 2022, 14:02:19 UTC
(1) add a method Random(r,c,ring,params) which makes
Tip revision: f11c1fd

README.md

back to top