Ask Your Question
3

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

asked 2018-01-26 01:48:53 +0200

claire1367 gravatar image

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

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-01-26 14:18:33 +0200

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']
edit flag offensive delete link more

Comments

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

vdelecroix gravatar imagevdelecroix ( 2018-01-26 14:34:57 +0200 )edit

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: 2018-01-26 01:48:53 +0200

Seen: 113 times

Last updated: Jan 26 '18