Here is an example.
sage: from sage.misc.citation import get_systems
sage: get_systems('E = EllipticCurve([-2,5])')
['Singular', 'ginac']
sage: E = EllipticCurve([-2,5])
sage: get_systems('E.gens()')
['PARI', 'mwrank', 'Singular', 'FLINT', 'MPFR', 'ginac']
Note that I have to actually do the command before I can do the second
one, because the first one didn't actually define E. I don't know if
that's a feature or a bug.
On Jun 28, 7:06 pm, zsharon <[email protected]> wrote:
> Hi all,
>
> I'm trying to properly attribute sage in my master's thesis, and I
> need to know what components (pari, etc) or which authors I need to
> cite given that I used the following:
>
> 1. I used
>
> E=EllipticCurve([-2,5])
> E.gens()
>
> for one explicit calculation.
>
> 2. I used (where f is a polynomial)
>
> L.<c> = NumberField(f)
> C = L.class_group()
> U=L.unit_group()
> O=L.maximal_order()
> O.basis()
>
> extensively.
>
> I found how to cite sage on the sagemath website, but if, for example,
> I really used Pari a lot, then I'd like to cite it as well. If anyone
Yes, you definitely should. Good luck! Once you have it done, please
also send an email to the webmaster and we can add it to
http://www.sagemath.org/library-publications.html in the thesis
section.
- kcrisman
--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org