The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Math::Symbolic::MaximaSimple - open2 interface with maxima math system

VERSION

Version 0.01_4

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-2012 Project Natura.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/ for more information.