Ask Your Question
3

how can I identify external component of Sage which is used to execute some command?

asked 7 years ago

claire1367 gravatar image

For example, what external component is used when execute: plot(lambda x: sin(x), 0, 2*pi)

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 7 years ago

tmonteil gravatar image

There is a citation module:

sage: from sage.misc.citation import get_systems
sage: get_systems('plot(lambda x: sin(x), 0, 2*pi)')
['ginac']
Preview: (hide)
link

Comments

Note that this only concerns C libraries. The above command also uses matplotlib.

vdelecroix gravatar imagevdelecroix ( 7 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 7 years ago

Seen: 138 times

Last updated: Jan 26 '18