|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/04.05.16.0011.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FractionalPart[n + z] == FractionalPart[z] + UnitStep[n + z] - UnitStep[z] /;
Element[n, Integers] && !Element[z, Integers]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["FractionalPart", "[", RowBox[List["n", "+", "z"]], "]"]], "\[Equal]", RowBox[List[RowBox[List["FractionalPart", "[", "z", "]"]], "+", RowBox[List["UnitStep", "[", RowBox[List["n", "+", "z"]], "]"]], "-", RowBox[List["UnitStep", "[", "z", "]"]]]]]], "/;", RowBox[List[RowBox[List["Element", "[", RowBox[List["n", ",", "Integers"]], "]"]], "\[And]", RowBox[List["Not", "[", RowBox[List["Element", "[", RowBox[List["z", ",", "Integers"]], "]"]], "]"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <mrow> <mi> frac </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mi> n </mi> <mo> + </mo> <mi> z </mi> </mrow> <mo> ) </mo> </mrow> <mo> ⩵ </mo> <mrow> <mrow> <mi> frac </mi> <mo> ⁡ </mo> <mo> ( </mo> <mi> z </mi> <mo> ) </mo> </mrow> <mo> + </mo> <mrow> <mi> θ </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mi> n </mi> <mo> + </mo> <mi> z </mi> </mrow> <mo> ) </mo> </mrow> <mo> - </mo> <mrow> <mi> θ </mi> <mo> ⁡ </mo> <mo> ( </mo> <mi> z </mi> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> n </mi> <mo> ∈ </mo> <semantics> <mi> ℤ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalZ]", Function[Integers]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mtext> ​ </mtext> <mrow> <mi> z </mi> <mo> ∉ </mo> <semantics> <mi> ℤ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalZ]", Function[Integers]] </annotation> </semantics> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <ci> FractionalPart </ci> <apply> <plus /> <ci> n </ci> <ci> z </ci> </apply> </apply> <apply> <plus /> <apply> <ci> FractionalPart </ci> <ci> z </ci> </apply> <apply> <ci> θ </ci> <apply> <plus /> <ci> n </ci> <ci> z </ci> </apply> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <ci> θ </ci> <ci> z </ci> </apply> </apply> </apply> </apply> <apply> <and /> <apply> <in /> <ci> n </ci> <integers /> </apply> <apply> <notin /> <ci> z </ci> <integers /> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["FractionalPart", "[", RowBox[List["n_", "+", "z_"]], "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[RowBox[List["FractionalPart", "[", "z", "]"]], "+", RowBox[List["UnitStep", "[", RowBox[List["n", "+", "z"]], "]"]], "-", RowBox[List["UnitStep", "[", "z", "]"]]]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["!", RowBox[List["z", "\[Element]", "Integers"]]]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|