ComplexBox
Circular
circular functions for ComplexBox objects
sin
compute the sine of a ComplexBox object
cos
compute the cosine of a ComplexBox object
tan
compute the tangent of a ComplexBox object
sec
compute the secant of a ComplexBox object
csc
compute the cosecant of a ComplexBox object
cot
compute the cotangent of a ComplexBox object
sinc
compute the sinc of a ComplexBox object
sinpi
compute the sine of Pi times a ComplexBox object
cospi
compute the cosine of Pi times a ComplexBox object
tanpi
compute the tangent of Pi times a ComplexBox object
cotpi
compute the cotangent of Pi times a ComplexBox object
sincpi
compute the sinc of Pi times a ComplexBox object
arcsin
compute the inverse sine of a ComplexBox object
arccos
compute the inverse cosine of a ComplexBox object
arctan
compute the inverse tangent of a ComplexBox object
arccot
compute the inverse cotangent of a ComplexBox object
arcsec
compute the inverse secant of a ComplexBox object
arccsc
compute the inverse cosecant of a ComplexBox object
Calling Sequence
Parameters
Description
Examples
Compatibility
sin( b )
cos( b )
tan( b )
sec( b )
csc( b )
cot( b )
sinc( b )
sinpi( b )
cospi( b )
tanpi( b )
cotpi( b )
sincpi( b )
arcsin( b )
arccos( b )
arctan( b )
arcsec( b )
arccsc( b )
arccot( b )
b
-
ComplexBox object
precopt
(optional) equation of the form precision = n, where n is a positive integer
These are the standard circular (i.e., trigonometric) functions defined for ComplexBox objects.
They override the standard Maple procedures for ComplexBox objects.
Additionally, via "arblib", there are a number of variations that are not defined for standard numerics in Maple.
sin( b ) / b
sin( Pi*b )
cos( Pi*b )
tan( Pi*b )
cot( Pi*b )
sinc( Pi*b )
Use the 'precision' = n option to control the precision used in these methods. For more details on precision, see BoxPrecision.
sin⁡ComplexBox⁡2.3+11.35⁢I
⟨ComplexBox: [31679.6 +/- 4.36251e-05]+[-28305.2 +/- 4.09781e-05]⋅I⟩
cos⁡ComplexBox⁡2.3+11.35⁢I
⟨ComplexBox: [-28305.2 +/- 4.09781e-05]+[-31679.6 +/- 4.36251e-05]⋅I⟩
tan⁡ComplexBox⁡0.3+1.35⁢I
⟨ComplexBox: [0.068039 +/- 3.68229e-11]+[0.892449 +/- 9.40745e-11]⋅I⟩
arcsin⁡ComplexBox⁡0.23+11.35⁢I
⟨ComplexBox: [0.0201834 +/- 4.30376e-09]+[3.1245 +/- 8.13878e-08]⋅I⟩
arccos⁡ComplexBox⁡0.23+11.35⁢I
⟨ComplexBox: [1.55061 +/- 4.47838e-09]+[-3.1245 +/- 8.13878e-08]⋅I⟩
arctan⁡ComplexBox⁡0.23+11.35⁢I
⟨ComplexBox: [1.569 +/- 2.19829e-10]+[0.088298 +/- 2.50843e-10]⋅I⟩
arcsec⁡ComplexBox⁡0.23+11.35⁢I
⟨ComplexBox: [1.56902 +/- 1.7608e-10]+[0.0879562 +/- 3.04754e-10]⋅I⟩
arccsc⁡ComplexBox⁡0.23+11.35⁢I
⟨ComplexBox: [0.00177779 +/- 1.45669e-12]+[-0.0879562 +/- 3.04754e-10]⋅I⟩
arccot⁡ComplexBox⁡0.23+11.35⁢I
⟨ComplexBox: [0.00179862 +/- 2.78037e-10]+[-0.088298 +/- 2.50843e-10]⋅I⟩
sinc⁡ComplexBox⁡0.23+11.35⁢I
⟨ComplexBox: [3660.19 +/- 4.79469e-06]+[-779.142 +/- 1.27358e-06]⋅I⟩
sinpi⁡ComplexBox⁡0.23+11.35⁢I
⟨ComplexBox: [1.01169e+15 +/- 8.46511e+06]+[1.14754e+15 +/- 9.60729e+06]⋅I⟩
cospi⁡ComplexBox⁡0.23+11.35⁢I
⟨ComplexBox: [1.14754e+15 +/- 9.60729e+06]+[-1.01169e+15 +/- 8.46511e+06]⋅I⟩
tanpi⁡ComplexBox⁡0.23+11.35⁢I
⟨ComplexBox: [2.11957e-31 +/- 1.40926e-39]+[1 +/- 5.82077e-11]⋅I⟩
cotpi⁡ComplexBox⁡0.3+1.35⁢I
⟨ComplexBox: [0.000393881 +/- 3.83821e-13]+[-0.999872 +/- 5.83899e-11]⋅I⟩
sincpi⁡ComplexBox⁡0.23+11.35⁢I
⟨ComplexBox: [3.27441e+13 +/- 117611]+[-2.77093e+13 +/- 104779]⋅I⟩
The ComplexBox[Circular], ComplexBox:-sin, ComplexBox:-cos, ComplexBox:-tan, ComplexBox:-sec, ComplexBox:-csc, ComplexBox:-cot, ComplexBox:-sinc, ComplexBox:-sinpi, ComplexBox:-cospi, ComplexBox:-tanpi, ComplexBox:-cotpi, ComplexBox:-sincpi, ComplexBox:-arcsin, ComplexBox:-arccos, ComplexBox:-arctan, ComplexBox:-arccot, ComplexBox:-arcsec and ComplexBox:-arccsc commands were introduced in Maple 2022.
For more information on Maple 2022 changes, see Updates in Maple 2022.
See Also
RealBox[Circular]
Download Help Document