User talk:Simicich

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Hmmmmm....I believe that testing is allowed in one's user area?

Sometimes I wish I screwed up so someone would yell at me.[edit]

It might be better than being bored - but I would not do that on purpose.

September 2011[edit]

Hello, and welcome to Wikipedia. Although everyone is welcome to contribute to Wikipedia, at least one of your recent edits, such as the one you made to Triangular number, did not appear to be constructive and has been reverted or removed. Please use the sandbox for any test edits you would like to make, and read the welcome page to learn more about contributing constructively to this encyclopedia. Thank you. Okay, you screwed up - a little bit. But it's apparently just your first offense so no big problem, it's been corrected. Glenn L (talk) 11:22, 25 September 2011 (UTC)[reply]

Okay, this is what your edit looked like:

Triangle numbers can be easily computed by adding n to the previous triangle number, starting from 0. 0+1 is the first triangle number, 1+2 is the second, 2+3 is the third and so forth. In the J language the first 10000 triangle numbers can be computed with the phrase +/\i.1e4[1] - the 10,000th triangle number is 50005000.

First of all, while these are sometimes called "triangle" numbers, notice that after the lede they are usually called "triangular" numbers. Not a major problem.

Second and more importantly, not only is your algorithm at variance with the lede formula

it is also incorrect. The triangular numbers correctly begin with 0+1=1, 1+2=3, 3+3=6, 6+4=10, et cetera. Your result for the 10,000th triangular is correct, but it is much easier to calculate it from the formula:

I hope this explains my reversion of your edit. — Glenn L (talk) 06:59, 28 September 2011 (UTC)[reply]

  1. ^ Iverson, Kenneth (August 1980). "Notation as a Tool of Thought". Communications of the ACM. 8. 23. Retrieved 19 September 2011. {{cite journal}}: Unknown parameter |month= ignored (help)CS1 maint: date and year (link)