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

Автор EugeneJudo, история, 3 года назад, По-английски

Very often when $$$n$$$ and $$$m$$$ are variables in a problem, $$$n$$$ will appear first. Alphabetically $$$m$$$ comes first, so why is this the case? For instance when $$$p$$$ and $$$q$$$ are variables, they always seem to come in the right (alphabetical) order.

My thought is that $$$n$$$ is a very popular variable choice, and no one ever uses $$$o$$$ as a variable (easily confused with 0.) so $$$m$$$ is the next natural choice. $$$m$$$ also looks right after $$$n$$$, since it looks like two $$$n$$$'s together. I'm curious if problem setters have other reasonings.

  • Проголосовать: нравится
  • +122
  • Проголосовать: не нравится

»
3 года назад, # |
  Проголосовать: нравится +46 Проголосовать: не нравится

My thought is that n is a very popular variable choice

This is the case because $$$n$$$ is the natural thing to come in mind when talking about number of items.

»
3 года назад, # |
  Проголосовать: нравится +48 Проголосовать: не нравится

Even in the keyboard layout n comes before m. I don't know why m is treated so badly in the english alphabet.

Without m we are mothing.

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

Perhaps a few influential mathematicians decided a long time ago to use the variables of $$$n$$$ and $$$m$$$ (maybe because $$$n$$$ could stand for Number and $$$m$$$ would be the next logical choice for a letter) and then everyone just stuck with this notation.

»
3 года назад, # |
  Проголосовать: нравится +40 Проголосовать: не нравится

Racism

»
3 года назад, # |
  Проголосовать: нравится +20 Проголосовать: не нравится

it is because $$$n$$$ is used most often standalone, so when you need another variable with similar meaning, $$$m$$$ is the best candidate. It does not make sense to put $$$m$$$ first because it is not the one with the greatest standalone usage, so it would be confusing to have both $$$n$$$ and $$$m$$$ appearing first, when instead you could have $$$n$$$ appear first at all times.

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

Because someone first used it somewhere, and then everybody copied it, and then it became the standard thing everybody easily understood, like the same reason why we use 'i' and 'j' as loop counters. Nice observation tho.

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

This is such a letterism