Experience-Monks / math-as-code

a cheat-sheet for mathematical notation in code form
MIT License
15.05k stars 1.07k forks source link

"In mathematics, the := =: and = symbols are used for definition." #14

Open StoneCypher opened 9 years ago

StoneCypher commented 9 years ago

In mathematics, the := =: and = symbols are used for definition.

Are all three equivalent? If not, would you kindly explain the differences? If so, would you mention please that they are exchangeable?

Thank you _very much_ for writing this. I have wanted a document like this forever.

OscarYuen commented 9 years ago

:= means defining a new function/variable example, Ax+B := f(x) , where A and B are constant we could say that we define f(x) as Ax+B

=: I've seen it before. I guess it is the same as above but reverse direction

= means equivalence

mattdesl commented 9 years ago

It depends a bit on the literature. Some will do it like this.1

A := B

A is defined as B

Some literature uses = to also mean :=.

debmanna commented 2 years ago

Source: Some Common Mathematical Symbols and Abbreviations (with History) Isaiah Lankham, Bruno Nachtergaele, Anne Schilling (January 21, 2007)

Summary: