codes
Here you can find some of the packages I have developed for computer algebra systems.
MAGMA
FanoScheme.m
- FanoScheme is a package in MAGMA for computation with Fano schemes of embedded projective varieties. The source code is contained in
FanoScheme.m
and the documentation inFanoScheme_doc.html
orFanoScheme_doc.pdf
. The documentation is automatically generated from the source code by MagDoc, a prototype MAGMA documentation generator.To use the package, copy
FanoScheme.m
in the directory you run Magma in, then in Magma run:Attach("FanoScheme.m");