|
|
|
last edited 12 years ago by Bill Page |
| 1 | ||
|
Editor: Bill Page
Time: 2013/10/07 13:32:14 GMT+0 |
||
| Note: normal forms | ||
changed: - \begin{axiom} realElementary sinh x realElementary cosh x \end{axiom} \begin{axiom} fix == rule a/(?b*exp(x)) == a/b*exp(-x) \end{axiom} \begin{axiom} simplify fix realElementary sinh x simplify fix realElementary cosh x \end{axiom}
(1) -> realElementary sinh x
| (1) |
realElementary cosh x
| (2) |
fix == rule a/(?b*exp(x)) == a/b*exp(-x)
simplify fix realElementary sinh x
Compiling body of rule fix to compute value of type RewriteRule(
Integer, Integer, Expression(Integer))| (3) |
simplify fix realElementary cosh x
| (4) |