|
|
|
last edited 17 years ago |
| 1 | ||
|
Editor: 127.0.0.1
Time: 2007/11/15 20:19:30 GMT-8 |
||
| Note: transferred from axiom-developer | ||
changed: - Say, I have \begin{axiom} test:=D(sin(z)^2, z) \end{axiom} What is the easiest way to see, if the output has sin(z) ? \begin{axiom} member?(sin(z),kernels(test)) \end{axiom}