#- #: LargeSize 2G #: SmallSize 400M #: ScratchSize 2G #: TermsInSmall 10M * * This program converts the tables to expressions and puts them * in .sav files. This makes the complete expressions more accessible * for the case that one would like to change to a different basis. * Notation: mzv20m is the name of the table, mzv20me the expression * and mzv20m.sav is the saved file. e stands for expression. * On systems with 16 Gbytes or less one should use the program tosav24.frm * CF H,HH; AutoDeclare Symbol e,z,h,x,n; Format nospaces; .global #do WEIGHT = 7,23 #call mzv`WEIGHT'm G mzv`WEIGHT'me = table_(mzv`WEIGHT'm,H); B H; .store Save mzv`WEIGHT'm.sav; .sort Delete Storage; .sort #enddo .end