Features & Development

Graphing functions like abs(x) with MathObjects

Re: Graphing functions like abs(x) with MathObjects

by Michael Gage -
Number of replies: 0
Thanks for the suggestions. I've modified the code in PGgraphmacros.pl
to implement them. I've also called Context and Formula directly from
the modules so that MathObjects.pl does not need to be loaded. Loading
MathObjects caused confusion between the various forms of matrices.
(Matrix, MatrixReal1, and Value::Matrix).

The new version of the file is in the CVS.

-- Mike