# OK to post homework # Salman Manzoor, 4/27/25, Assignment 24 read `C24.txt`: CompareFibMod:=proc(INI,M) local bool,m: bool:=true: for m from 2 to M do if nops(FibMod(INI,m)) > EstimateGFperiod(m^2,x,10000)[2][1] then bool:=false: fi: od: bool: end: