Fungrim home page

Fungrim entry: cbce7f

solutionswC[tan ⁣(w)=z]={atan ⁣(z)+πn:nZ}\mathop{\operatorname{solutions}\,}\limits_{w \in \mathbb{C}} \left[\tan\!\left(w\right) = z\right] = \left\{ \operatorname{atan}\!\left(z\right) + \pi n : n \in \mathbb{Z} \right\}
Assumptions:zC{i,i}z \in \mathbb{C} \setminus \left\{-i, i\right\}
TeX:
\mathop{\operatorname{solutions}\,}\limits_{w \in \mathbb{C}} \left[\tan\!\left(w\right) = z\right] = \left\{ \operatorname{atan}\!\left(z\right) + \pi n : n \in \mathbb{Z} \right\}

z \in \mathbb{C} \setminus \left\{-i, i\right\}
Definitions:
Fungrim symbol Notation Short description
CCC\mathbb{C} Complex numbers
SetBuilder{f ⁣(x):P ⁣(x)}\left\{ f\!\left(x\right) : P\!\left(x\right) \right\} Set comprehension
Atanatan ⁣(z)\operatorname{atan}\!\left(z\right) Inverse tangent
ConstPiπ\pi The constant pi (3.14...)
ZZZ\mathbb{Z} Integers
ConstIii Imaginary unit
Source code for this entry:
Entry(ID("cbce7f"),
    Formula(Equal(Solutions(Brackets(Equal(Tan(w), z)), w, Element(w, CC)), SetBuilder(Add(Atan(z), Mul(ConstPi, n)), n, Element(n, ZZ)))),
    Variables(z),
    Assumptions(Element(z, SetMinus(CC, Set(Neg(ConstI), ConstI)))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2019-06-18 07:49:59.356594 UTC