fricas (1) -> realElementary sinh x
Type: Expression(Integer)
fricas realElementary cosh x
Type: Expression(Integer)
fricas fix == rule a/(?b*exp(x)) == a/b*exp(-x) Type: Void
fricas simplify fix realElementary sinh x fricas Compiling body of rule fix to compute value of type RewriteRule( Integer,
Type: Expression(Integer)
fricas simplify fix realElementary cosh x
Type: Expression(Integer)
|