Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/math/doc/math-background.qbk @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 3.6 KB
Line 
1
2[def __form1 [^\]-1;1\[]]
3[def __form2 [^\[0;+'''∞'''\[]]
4[def __form3 [^\[+1;+'''∞'''\[]]
5[def __form4 [^\]-'''∞''';0\]]]
6[def __form5 [^x '''≥''' 0]]
7
8
9[section Background Information and White Papers]
10
11[section The Inverse Hyperbolic Functions]
12
13The exponential funtion is defined, for all object for which this makes sense,
14as the power series
15[$../../libs/math/special_functions/graphics/special_functions_blurb1.jpeg],
16with ['[^n! = 1x2x3x4x5...xn]] (and ['[^0! = 1]] by definition) being the factorial of ['[^n]].
17In particular, the exponential function is well defined for real numbers,
18complex number, quaternions, octonions, and matrices of complex numbers,
19among others.
20
21[: ['[*Graph of exp on R]] ]
22
23[: [$../../libs/math/special_functions/graphics/exp_on_R.png] ]
24
25[: ['[*Real and Imaginary parts of exp on C]]]
26[: [$../../libs/math/special_functions/graphics/Im_exp_on_C.png]]
27
28The hyperbolic functions are defined as power series which
29can be computed (for reals, complex, quaternions and octonions) as:
30
31Hyperbolic cosine: [$../../libs/math/special_functions/graphics/special_functions_blurb5.jpeg]
32
33Hyperbolic sine: [$../../libs/math/special_functions/graphics/special_functions_blurb6.jpeg]
34
35Hyperbolic tangent: [$../../libs/math/special_functions/graphics/special_functions_blurb7.jpeg]
36
37[: ['[*Trigonometric functions on R (cos: purple; sin: red; tan: blue)]]]
38[: [$../../libs/math/special_functions/graphics/trigonometric.png]]
39
40[: ['[*Hyperbolic functions on r (cosh: purple; sinh: red; tanh: blue)]]]
41[: [$../../libs/math/special_functions/graphics/hyperbolic.png]]
42
43The hyperbolic sine is one to one on the set of real numbers,
44with range the full set of reals, while the hyperbolic tangent is
45also one to one on the set of real numbers but with range __form1, and
46therefore both have inverses. The hyperbolic cosine is one to one from __form2
47onto __form3 (and from __form4 onto __form3); the inverse function we use
48here is defined on __form3 with range __form2.
49
50The inverse of the hyperbolic tangent is called the Argument hyperbolic tangent,
51and can be computed as [$../../libs/math/special_functions/graphics/special_functions_blurb15.jpeg].
52
53The inverse of the hyperbolic sine is called the Argument hyperbolic sine,
54and can be computed (for __form5) as [$../../libs/math/special_functions/graphics/special_functions_blurb17.jpeg].
55
56The inverse of the hyperbolic cosine is called the Argument hyperbolic cosine,
57and can be computed as [$../../libs/math/special_functions/graphics/special_functions_blurb18.jpeg].
58
59[endsect]
60
61[section Sinus Cardinal and Hyperbolic Sinus Cardinal Functions]
62
63The Sinus Cardinal family of functions (indexed by the family of indices [^a > 0])
64is defined by
65[$../../libs/math/special_functions/graphics/special_functions_blurb20.jpeg];
66it sees heavy use in signal processing tasks.
67
68By analogy, the Hyperbolic Sinus Cardinal family of functions
69(also indexed by the family of indices [^a > 0]) is defined by
70[$../../libs/math/special_functions/graphics/special_functions_blurb22.jpeg].
71
72These two families of functions are composed of entire functions.
73
74[: ['[*Sinus Cardinal of index pi (purple) and Hyperbolic Sinus Cardinal of index pi (red) on R]]]
75[: [$../../libs/math/special_functions/graphics/sinc_pi_and_sinhc_pi_on_R.png]]
76
77[endsect]
78
79[section The Quaternionic Exponential]
80
81Please refer to the following PDF's:
82
83*[@../../libs/math/quaternion/TQE.pdf The Quaternionic Exponential (and beyond)]
84*[@../../libs/math/quaternion/TQE_EA.pdf The Quaternionic Exponential (and beyond) ERRATA & ADDENDA]
85
86[endsect]
87
88[endsect]
89
Note: See TracBrowser for help on using the repository browser.