The sine function sin(z)
(denoted by Sin(z) in the Fungrim formula language) is a function of a single variable. It can be defined for real and complex arguments by the series f340cb or by the differential equation 21f156 with appropriate initial values. The following table lists conditions such that Sin(z) is defined in Fungrim.
|
Table data: (P,Q)
such that (P)⟹(Q)
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Sin | sin(z) | Sine |
RR | R | Real numbers |
ClosedInterval | [a,b] | Closed interval |
CC | C | Complex numbers |
PowerSeries | K[[x]] | Formal power series |
Source code for this entry:
Entry(ID("b63dce"), SymbolDefinition(Sin, Sin(z), "Sine"), Description("The sine function", Sin(z), "(denoted by", SourceForm(Sin(z)), "in the Fungrim formula language)", "is a function of a single variable.", "It can be defined for real and complex arguments by the series", EntryReference("f340cb"), "or by the differential equation", EntryReference("21f156"), "with appropriate initial values.", "The following table lists conditions such that", SourceForm(Sin(z)), "is defined in Fungrim."), Table(TableRelation(Tuple(P, Q), Implies(P, Q)), TableHeadings(Description("Domain"), Description("Codomain")), List(TableSection("Numbers"), Tuple(Element(z, RR), Element(Sin(z), ClosedInterval(-1, 1))), Tuple(Element(z, CC), Element(Sin(z), CC)), TableSection("Formal power series"), Tuple(Element(z, PowerSeries(RR, x)), Element(Sin(z), PowerSeries(RR, x))), Tuple(Element(z, PowerSeries(CC, x)), Element(Sin(z), PowerSeries(CC, x))))))