# HG changeset patch # User Jay Belanger # Date 1251600126 0 # Node ID e6cb0ea1becfab4ee98cd1da8adfa9b323edbad8 # Parent 0e9469d1d59c91b662a3a90c14b15517cd56462f (Simplifying Formulas): Improve the wording. diff -r 0e9469d1d59c -r e6cb0ea1becf doc/misc/calc.texi --- a/doc/misc/calc.texi Sun Aug 30 01:38:09 2009 +0000 +++ b/doc/misc/calc.texi Sun Aug 30 02:42:06 2009 +0000 @@ -22328,10 +22328,10 @@ can reduce @samp{sin(x) csc(x)} to @samp{1}, it will not simplify @samp{sin(x)^2 csc(x)}. The command @kbd{I a s} can be used to simplify this latter expression; it will transform @samp{sin(x)^2 -csc(x)} into @samp{sin(x)}. However, @kbd{I a s} will also perform some -``simplifications'' which may not be desired; for example, it will -transform @samp{tan(x)^2} into @samp{sin(x)^2 / cos(x)^2}. -Similar to the @kbd{I} prefix, the Hyperbolic prefix @kbd{H} will +csc(x)} into @samp{sin(x)}. However, @kbd{I a s} will also perform +some ``simplifications'' which may not be desired; for example, it +will transform @samp{tan(x)^2} into @samp{sin(x)^2 / cos(x)^2}. The +Hyperbolic prefix @kbd{H} can be used similarly; the @kbd{H a s} will replace any hyperbolic functions in the formula with the appropriate combinations of @samp{sinh}s and @samp{cosh}s before simplifying.