TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Is there a syntax reference for math, like for programming languages?

3 pointsby floppydiscover 2 years ago
I tend to stumble upon math expressions to describe some problem. I find it very frustrating that I have no reference for the strange symbols (to my eyes).<p>Is there a reference for math like there are for programming languages? What do you do?

2 comments

Someoneover 2 years ago
Different branches of mathematics develop their own notation, so there isn’t _a_reference_, there _are_references_, just like there are for programming languages.<p>Also like with programming languages, there are communalities that are valid most of the time. Simple examples that you probably know are the way we write numbers, using + for addition, using {} to denote sets, ℝ for the real numbers, etc.<p>You’ll find that many math books start with an overview of the notation used.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;History_of_mathematical_notation#Contemporary_notation_and_topics" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;History_of_mathematical_notati...</a> mentions tons of specialized notations (most of which, I guess, you won’t need to know about)
dupedover 2 years ago
Mathematics use written languages, they&#x27;re not programming languages. The syntax is not fixed and depends on context and the author. It&#x27;s not uncommon for new ideas to introduce new syntax.<p>Most of this is explained through coursework and instruction in the relevant domains where when you hit something you don&#x27;t understand you ask your mentor&#x2F;teacher&#x2F;colleague&#x2F;the original author what something means.