share/tensor/itensor.lisp: make X and D shared lexical variables for the functions...
[maxima.git] / share / simplification / absimp.dem
blob96af0c71068212fe1fa322f384d64a7dea2b4e77
1 /* There isn't any really good way to tell if a package needs to be loaded ... */
2 if ?mget ('absimp, '?mexpr) # false
3   then "absimp.dem: function absimp is present."
4   else load ("absimp.mac");
5 abs(x)^2;
6 diff(abs(x),x);
7 cosh(abs(x));