Relative coordinates also use the Cartesian coordinate system where x is the horizontal position and y is the vertical. The only difference is that the positions are measured from the previous point selected instead of the origin. To switch to relative coordinates, use the @ in front of x,y to specify relative to the last point selected.
Entry Format: @x,y
Create a new AutoCAD drawing and draw the figure to the right using relative coordinates.
"AutoCAD Exercises 2." LearnCADe.com, 14 March 2022, https://www.learncade.com/2021/05/autocad-drawing-practice-autocad-2d.html
line ENTER
0,0 ENTER
@20,0 ENTER
@0,20 ENTER
@-15,0 ENTER
@0,10 ENTER
@-15,0 ENTER
@0,-20 ENTER
@10,0 ENTER
@0,-10 ENTER
ESC