|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/06.11.27.0003.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LogGamma[x] == Log[Gamma[x]] + 2 Pi I Floor[x/2] UnitStep[-x] /;
Element[x, Reals] && !(Element[x, Integers] && x <= 0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["LogGamma", "[", "x", "]"]], "\[Equal]", RowBox[List[RowBox[List["Log", "[", RowBox[List["Gamma", "[", "x", "]"]], "]"]], "+", RowBox[List["2", "\[Pi]", " ", "\[ImaginaryI]", " ", RowBox[List["Floor", "[", FractionBox["x", "2"], "]"]], RowBox[List["UnitStep", "[", RowBox[List["-", "x"]], "]"]]]]]]]], "/;", RowBox[List[RowBox[List["x", "\[Element]", "Reals"]], "\[And]", RowBox[List["Not", "[", RowBox[List[RowBox[List["x", "\[Element]", "Integers"]], "\[And]", RowBox[List["x", "\[LessEqual]", "0"]]]], "]"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <mrow> <mi> logΓ </mi> <mo> ⁡ </mo> <mo> ( </mo> <mi> x </mi> <mo> ) </mo> </mrow> <mo>  </mo> <mrow> <mrow> <mi> log </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mi> Γ </mi> <mo> ⁡ </mo> <mo> ( </mo> <mi> x </mi> <mo> ) </mo> </mrow> <mo> ) </mo> </mrow> <mo> + </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> ⅈ </mi> <mo> ⁢ </mo> <mi> π </mi> <mo> ⁢ </mo> <mrow> <mo> ⌊ </mo> <mfrac> <mi> x </mi> <mn> 2 </mn> </mfrac> <mo> ⌋ </mo> </mrow> <mo> ⁢ </mo> <mrow> <semantics> <mi> θ </mi> <annotation-xml encoding='MathML-Content'> <ci> UnitStep </ci> </annotation-xml> </semantics> <mo> ( </mo> <mrow> <mo> - </mo> <mi> x </mi> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> x </mi> <mo> ∈ </mo> <semantics> <mi> ℝ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalR]", Function[List[], Reals]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mrow> <mo> ¬ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> x </mi> <mo> ∈ </mo> <semantics> <mi> ℤ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalZ]", Function[List[], Integers]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mrow> <mi> x </mi> <mo> ≤ </mo> <mn> 0 </mn> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <ci> LogGamma </ci> <ci> x </ci> </apply> <apply> <plus /> <apply> <ln /> <apply> <ci> Gamma </ci> <ci> x </ci> </apply> </apply> <apply> <times /> <cn type='integer'> 2 </cn> <imaginaryi /> <pi /> <apply> <floor /> <apply> <times /> <ci> x </ci> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <ci> UnitStep </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> x </ci> </apply> </apply> </apply> </apply> </apply> <apply> <and /> <apply> <in /> <ci> x </ci> <reals /> </apply> <apply> <not /> <apply> <and /> <apply> <in /> <ci> x </ci> <integers /> </apply> <apply> <leq /> <ci> x </ci> <cn type='integer'> 0 </cn> </apply> </apply> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["LogGamma", "[", "x_", "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[RowBox[List["Log", "[", RowBox[List["Gamma", "[", "x", "]"]], "]"]], "+", RowBox[List["2", " ", "\[Pi]", " ", "\[ImaginaryI]", " ", RowBox[List["Floor", "[", FractionBox["x", "2"], "]"]], " ", RowBox[List["UnitStep", "[", RowBox[List["-", "x"]], "]"]]]]]], "/;", RowBox[List[RowBox[List["x", "\[Element]", "Reals"]], "&&", RowBox[List["!", RowBox[List["(", RowBox[List[RowBox[List["x", "\[Element]", "Integers"]], "&&", RowBox[List["x", "\[LessEqual]", "0"]]]], ")"]]]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|