File: trgsmp.usg

package info (click to toggle)
maxima 5.6-17
  • links: PTS
  • area: main
  • in suites: woody
  • size: 30,572 kB
  • ctags: 47,715
  • sloc: ansic: 154,079; lisp: 147,553; asm: 45,843; tcl: 16,744; sh: 11,057; makefile: 7,198; perl: 1,842; sed: 334; fortran: 24; awk: 5
file content (15 lines) | stat: -rw-r--r-- 650 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
File TRGSMP > contains a simplifier which employs the identities
sin(x)^2 + cos(x)^2 = 1  and cosh(x)^2 - sinh(x)^2 = 1 in a manner
different from any of the built-in trigonometric simplifiers.  Usage
is of the form

        TRIGSIMP(expression).

Code added 7/5/80 by ELL to convert other trig and hyper trig functions
to sin and cos. The result will still be in terms of sin,cos,sinh and
cosh. Further reduction can sometimes be effected by using TRIGREDUCE
on the value returned by TRIGSIMP.

Send questions and comments to David R. Stoutemyer, Electrical
Engineering Department, University of Hawaii, Honolulu, Hawaii 96822
(login name: STOUTE).