First time here? Check out the FAQ!
answered 14 years ago
Apart from search_src, ff you want to know which part of Sage is responsible for a certain calculate, you can use the cite function:
sage: from sage.misc import citation sage: citation.get_systems("factor(1-x^2)") ['PARI', 'ginac', 'GMP']