this post was submitted on 24 Jul 2025
31 points (94.3% liked)

No Stupid Questions

42629 readers
474 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here. This includes using AI responses and summaries.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 2 years ago
MODERATORS
 

Besides being the first and last letters of the alphabet, why do we like abc and xyz so much?

In algebra, both abc and xyz are used, and occasionally pqr as well. Why those specifically? And for vectors, one of the notations is ij. Why is that? And in programming, it is a convention to use loops with ijk as the index. Why not something like cde (for count) or tuv(tally)? Why index? And in coordinates, we use xyz. Why is that? Why not abc? What about ijk, pqr, etc.? Also, why is y and z flipped in some 3D programs, and why is in some 2D programs, up is negative y rather than positive?

Finally, why do these kind of triplet letter combinations always use the Latin alphabet? Why aren’t there any conventions that use Cyrillic, Greek, Arabic, or the Latin letters with cool hats? Is it because English became the dominant language? That can’t be the only reason, as we still use some Greek symbols for some things like pi, phi, alpha(for angles as well as the particle), beta, gamma (rays), etc. The Greeks figured out things like coordinates, algebra, etc., so why Latin letters? Is it because of the Romans?

you are viewing a single comment's thread
view the rest of the comments
[–] BananaTrifleViolin@lemmy.world 11 points 1 week ago* (last edited 1 week ago)

A lot of it comes down to convention and convention is often set by those who did it first or whose work dominated a field. The whole mathematical notation system we use today is just a convention and is not the only one that exists, but is the one the world has decided to standardise to..

Rene Descartes is usually regarded at he originator of the current system. He used abc for constants and xyz for unknown variables amongst other conventions.

Sequential letter sets are easy to use as they are easily recognised, and convenient as a result, plus are generally accepted to have non specific or less specific meaning. For example:

a^2^+b^2^=c^2^

That formula is a much simpler concept to get round using sequential leffer than:

V^2^ + G^2^ = z^2^

Under the common system, when you don't use sequential letters it also implies much more specific meaning to the individual letters, and that can introduce ambiguity and confusion.

When writing a proof there can be many many statements made and you'd quickly run out of letters if you didn't have a convention for accepting abc are variables and can be reused.

We also do use symbols from other alphabet sets, and alpha/beta/gamma is commonly used trio. But in mathematical notation there are a huge range of defined constants and symbols now that many have been ascribed specific uses. Pi for example. So you risk bringing in ambiguity of meaning by moving away from the accepted conventions of current maths by using other sets.

Even e has specific meaning and can be ambiguous if you need to stretch to 5 variables. When working with e it's not uncommon to use a different string of lwtters in the latin alphabet to avoid confusion if you need to use variables

And we don't stop at 3; abcd etc is used.