NAME
Math::Symbolic::MaximaSimple - open2 interface with maxima math system
VERSION
Version 0.01_3
SYNOPSIS
use Math::Symbolic::MaximaSimple qw(:all);
$e = "x+x+x+x+x**2-4+8"
maxima_tex($e) ## $$x^2+4\,x+4$$
maxima_tex1$e) ## "x^2+4\\,x+4"
maxima_tex2($e) ## x^2+4\,x+4
maxima_tex2("diff($e,x)") ## 2\,x+4
maxima("diff($e,x)") ## 2*x+4
EXPORT
SUBROUTINES/METHODS
startmaxima
star maxima process in beckgrown with Open2. Not necessary; the other functions call startmaxima if state="stoped";
maxima_tex
maxima_tex1
maxima_tex2
maxima
AUTHOR
J.Joao Almeida, <jj at di.uminho.pt>
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2011 J.Joao Almeida.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.