|
Coordinates: plotting Use the pointers
to move the point P and see how its coordinates change.
The position of a point on a graph is
described by giving its coordinates. This is a pair of numbers within brackets,
for example the point A above is at (3,2). The first number shows the distance
from the origin in the "x direction", the distance horizontally to the right.
The second number shows the distance from the origin in the "y direction",
vertically upwards.

|
|