|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/04.02.16.0019.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sum[Ceiling[(x - k m)/n], {k, 0, n - 1}] == Sum[Ceiling[(x - k n)/m],
{k, 0, m - 1}] /; Element[x, Reals] && Element[n, Integers] && n > 0 &&
Element[m, Integers] && m > 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "0"]], RowBox[List["n", "-", "1"]]], RowBox[List["Ceiling", "[", FractionBox[RowBox[List["x", "-", RowBox[List["k", " ", "m"]]]], "n"], "]"]]]], "\[Equal]", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "0"]], RowBox[List["m", "-", "1"]]], RowBox[List["Ceiling", "[", FractionBox[RowBox[List["x", "-", RowBox[List["k", " ", "n"]]]], "m"], "]"]]]]]], "/;", RowBox[List[RowBox[List["x", "\[Element]", "Reals"]], "\[And]", RowBox[List["n", "\[Element]", "Integers"]], "\[And]", RowBox[List["n", ">", "0"]], "\[And]", RowBox[List["m", "\[Element]", "Integers"]], "\[And]", RowBox[List["m", ">", "0"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> k </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mrow> <mi> n </mi> <mo> - </mo> <mn> 1 </mn> </mrow> </munderover> <mrow> <mo> ⌈ </mo> <mfrac> <mrow> <mi> x </mi> <mo> - </mo> <mrow> <mi> k </mi> <mo> ⁢ </mo> <mi> m </mi> </mrow> </mrow> <mi> n </mi> </mfrac> <mo> ⌉ </mo> </mrow> </mrow> <mo> ⩵ </mo> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> k </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mrow> <mi> m </mi> <mo> - </mo> <mn> 1 </mn> </mrow> </munderover> <mrow> <mo> ⌈ </mo> <mfrac> <mrow> <mi> x </mi> <mo> - </mo> <mrow> <mi> k </mi> <mo> ⁢ </mo> <mi> n </mi> </mrow> </mrow> <mi> m </mi> </mfrac> <mo> ⌉ </mo> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> x </mi> <mo> ∈ </mo> <semantics> <mi> ℝ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalR]", Function[Reals]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mrow> <mi> n </mi> <mo> ∈ </mo> <semantics> <msup> <mi> ℕ </mi> <mo> + </mo> </msup> <annotation encoding='Mathematica'> TagBox[SuperscriptBox["\[DoubleStruckCapitalN]", "+"], Function[Integers]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mrow> <mi> m </mi> <mo> ∈ </mo> <msup> <mi> ℕ </mi> <mo> + </mo> </msup> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <sum /> <bvar> <ci> k </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <apply> <plus /> <ci> n </ci> <cn type='integer'> -1 </cn> </apply> </uplimit> <apply> <ceiling /> <apply> <times /> <apply> <plus /> <ci> x </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> k </ci> <ci> m </ci> </apply> </apply> </apply> <apply> <power /> <ci> n </ci> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> <apply> <sum /> <bvar> <ci> k </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <apply> <plus /> <ci> m </ci> <cn type='integer'> -1 </cn> </apply> </uplimit> <apply> <ceiling /> <apply> <times /> <apply> <plus /> <ci> x </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> k </ci> <ci> n </ci> </apply> </apply> </apply> <apply> <power /> <ci> m </ci> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> </apply> <apply> <and /> <apply> <in /> <ci> x </ci> <reals /> </apply> <apply> <in /> <ci> n </ci> <integers /> </apply> <apply> <in /> <ci> m </ci> <apply> <ci> SuperPlus </ci> <ci> ℕ </ci> </apply> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k_", "=", "0"]], RowBox[List["n_", "-", "1"]]], RowBox[List["Ceiling", "[", FractionBox[RowBox[List["x_", "-", RowBox[List["k_", " ", "m_"]]]], "n_"], "]"]]]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "0"]], RowBox[List["m", "-", "1"]]], RowBox[List["Ceiling", "[", FractionBox[RowBox[List["x", "-", RowBox[List["k", " ", "n"]]]], "m"], "]"]]]], "/;", RowBox[List[RowBox[List["x", "\[Element]", "Reals"]], "&&", RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["n", ">", "0"]], "&&", RowBox[List["m", "\[Element]", "Integers"]], "&&", RowBox[List["m", ">", "0"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|