FourierComponent EΒΆ

fourier.spad line 1 [edit on github]

Author: James Davenport Date Created: 17 April 1992 Basic Functions: Related Constructors: Also See: AMS Classifications: Keywords: References: Description:

<=: (%, %) -> Boolean

from PartialOrder

<: (%, %) -> Boolean

from PartialOrder

=: (%, %) -> Boolean

from BasicType

>=: (%, %) -> Boolean

from PartialOrder

>: (%, %) -> Boolean

from PartialOrder

~=: (%, %) -> Boolean

from BasicType

argument: % -> E

argument(x) returns the argument of a given sin/cos expressions

coerce: % -> OutputForm

from CoercibleTo OutputForm

cos: E -> %

cos(x) makes a cos kernel for use in Fourier series

latex: % -> String

from SetCategory

max: (%, %) -> %

from OrderedSet

min: (%, %) -> %

from OrderedSet

sin?: % -> Boolean

sin?(x) returns true if term is a sin, otherwise false

sin: E -> %

sin(x) makes a sin kernel for use in Fourier series

smaller?: (%, %) -> Boolean

from Comparable

BasicType

CoercibleTo OutputForm

Comparable

OrderedSet

PartialOrder

SetCategory