mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
(Simplifying Formulas): Improve the wording.
This commit is contained in:
parent
4a948dbfcf
commit
744256cf1b
2 changed files with 8 additions and 4 deletions
|
|
@ -22328,10 +22328,10 @@ complicated trigonometric expressions. For example, while @kbd{a s}
|
|||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue