Блог пользователя nor

Автор nor, 14 месяцев назад, По-английски
  • Проголосовать: нравится
  • +211
  • Проголосовать: не нравится

»
14 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Note that multiplying c<d by −1 gives −c<−d. So we have a−c<b−d by our previous result. Shouldn't it be c>d in the first place?

»
14 месяцев назад, # |
  Проголосовать: нравится +11 Проголосовать: не нравится

cool blog now i know math $

»
10 месяцев назад, # |
Rev. 2   Проголосовать: нравится -11 Проголосовать: не нравится

deleted

»
4 месяца назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

This is great, I think it will help many newbies like me to understand fundamentals and common senses.

»
3 месяца назад, # |
Rev. 3   Проголосовать: нравится 0 Проголосовать: не нравится

I stumbled on a question and it would be great if I could get some help with it. I need to find the sum of (floor(1*sqrt(2)) + floor(2*sqrt(2)) + ... + floor(n*sqrt(2))). To me, this looks really similar to Gauss' property with m = n * sqrt(2), I could be wrong though. It gives me almost right answer with just minor offsets for some values of n. Since, m needs to be an integer, is there any way that we can modify this formula? or is there any other approach you would recommend?

Edit1: https://math.stackexchange.com/questions/1622147/simplifying-sum-of-floor-functions

Edit2: https://mathproblems123.wordpress.com/2020/07/25/sum-of-floors-of-multiples-of-the-golden-ratio/