All,
I am about to submit a math paper to a journal. I would like to include a 
proper citation for Sage. The Sage web page says:

"Also, be sure to find out which components of SageMath, e.g. NumPy, PARI, 
GAP, Sage-Combinat, that your calculation uses and properly attribute those 
systems."

My question is: which component am I using?

I am doing the following:

x, y, z = var('x, y, z')
factor(x^6+y^6)
factor(x^6-y^6)
expand((3*x^2+y^2)*(x^2+3*y^2))

and similar.

Platform: macOS 12.5.1
SageMath version 9.4, Release Date: 2021-08-22

Thank you
Georg

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/f8e756d4-5945-4e48-b3b0-2e119e7880e6n%40googlegroups.com.

Reply via email to