Warning: Undefined array key "linked" in /home/public/wiki.obormot.net/cookbook/sagecell.php on line 25

Warning: Undefined array key "linked" in /home/public/wiki.obormot.net/cookbook/sagecell.php on line 27

Warning: Undefined array key "" in /home/public/wiki.obormot.net/cookbook/sagecell.php on line 27

Warning: Undefined array key "linked" in /home/public/wiki.obormot.net/cookbook/sagecell.php on line 28

Warning: Undefined array key "linked" in /home/public/wiki.obormot.net/cookbook/sagecell.php on line 30

Warning: Cannot modify header information - headers already sent by (output started at /home/public/wiki.obormot.net/cookbook/sagecell.php:25) in /home/public/wiki.obormot.net/pmwiki.php on line 1794
New OborWiki feature: math with SageMath — OborWiki
Blog »

New OborWiki feature: math with SageMath

December 31, 2017, at 03:07 AM by Obormot in Features, Updates (0 comments)

The Sage Cell recipe is now installed on OborWiki (off by default; you can enable it via the Configurator). It brings the power of the SageMath computer algebra system to OborWiki.

The markup required to embed a Sage cell is very simple:

(:sage:)
var('x,y')
f(x)=x^2
plot(f,(x,-3,5))
(:sageend:)

See the Sage Cell recipe info page for a list of options that the (:sage:) directive can take.

Enumerating the capabilities of SageMath is far, far beyond the scope of a blog post; I’ll note only that it is tremendously powerful and capable. See the SageMath website for more information, documentation, a feature tour, etc.

Leave a reply
Your name (required):

Your comment (required):


Enter value: Captcha