File:Mathematica Treeform example.svg

Summary

Description
English: This is the TreeForm display of the software showing the expression a+Sin[b*c].
The PDF file was then converted to SVG with the Debian pdf2svg package.
Date
Source Own work
Author Sven
SVG development
InfoField
 
The SVG code is valid.
 
This diagram was created with Mathematica.
Category:Valid SVG created with Mathematica code:Diagrams#Mathematica%20Treeform%20example.svg
 
The file size of this SVG diagram may be irrationally large because its text has been converted to paths inhibiting translations.
Category:Path text SVG
Source code
InfoField

Mathematica code

expr  = a+Sin[b*c]
img = TreeForm[expr]
cm=72/2.54;
Export["/tmp/mathematica-algebra.pdf", img]

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Category:CC-Zero#Mathematica%20Treeform%20example.svg
Category:Self-published work Category:Mathematica tutorials
Category:CC-Zero Category:Mathematica tutorials Category:Path text SVG Category:Self-published work Category:Valid SVG created with Mathematica code:Diagrams