Revision 672d5cee4097a58d4aabbb69bde617aae79d2bd4 (click the page title to view the current version)

Additional references for multiplicative functions and Tannakian symbols

###Additional references for multiplicative functions and Tannakian symbols - Torstein’s github repository - See in particular the “Edinburgh notebook”. This is a tutorial on Tannakian symbols in Jupyter notebook format. It can be downloaded and run online in CoCalc (formerly SageMathCloud). - A table of Tannakian symbols attached to some classical multiplicative functions. - A short paper aimed at computer scientists

GP example of linear recurrence (low level)

? install(RgXQ_ratlift,“iGGLLD&D&”) ? RgXQ_ratlift(Polrev([1,2,3,4]),x^200,99,100,&P,&Q) %2 = 1 ? install(RgXQ_ratlift,“iGGLLD&D&”) ? V=vector(200,i,binomial(i-1,70)); ? RgXQ_ratlift(Polrev(V),x^200,99,100,&P,&Q) %5 = 1 ? P