-*- rdoc -*-
MathViz¶ ↑
DESCRIPTION:¶ ↑
Turn simple equations (a = b * c) into GraphViz dot files showing relationships, values, and units.
FEATURES/PROBLEMS:¶ ↑
-
Adds one method to Object (by way of Graphable) and several to Numeric (by way Measurable, Unit, and NumericExtensions) If you use units of measure, each unit will appear on Numeric via module Unit.
-
MathViz produces textual .dot files. You will need a viewer which supports dot files directly, or Graphviz to convert them to images yourself.
SYNOPSIS:¶ ↑
<%= File.read(‘examples/E_mc2.rb’).gsub(/^/, ‘ ’)%>
REQUIREMENTS:¶ ↑
-
GraphvizR (aka graphviz_r)
-
Graphviz - www.graphviz.org/
INSTALL:¶ ↑
-
sudo gem install mathviz
LICENSE:¶ ↑
Creative Commons Attribution-Share Alike 3.0 Unported Licence creativecommons.org/licenses/by-sa/3.0/