How do I express that a point $A$ has coordinates $(a, b)$, symbolically? $ $
Should I just write $A=(a, b)$, or there's a better way? $ $ Also, if $B$ has coordinates (c+1, d+2), and I know $A$ and $B$ have the same coordinates, can I write $(a, b)=(c+1, d+2)$?
2026-04-07 09:24:36.1775553876
On
How do I express that a point $A$ has coordinates $(a, b)$, symbolically? $ $ Should I just write $A=(a, b)$?
65 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
I have seen the following notation; suppose $x\in X$ belongs to an abstract 2-dimensional space. By virtue of being two-dimensional, it has a basis $E$ of 2 elements, say $E = (e_1,e_2)$. Then there exists two numbers $a,b$ such that $x = aE_1 + bE_2$. We then define $$ [E, x]:= \begin{bmatrix}a\\b\end{bmatrix}$$ This notation makes it clear that there is a choice of basis.
The most common expression is $A:=(a,b)$ where the symbol "$:=$" means "defined as". Of course it is also common just write $A=(a,b)$.