I am reading linear programming using simplex algorithm in Algorithms book Sanjoy Das Gupta.
I am having difficulty in understanding about origin is shifted and equations are changing. For example if origin is shifted from (0,0) to (0, 3). Here i can understand that if point is (x1, x2) in (0,0) origin, then the same point is (x1-0, x2-3) at new origin. Here i am having confusion what is yi's pointing is it x1-0 = y1 and x2-3= y2. I am not getting how author got y1 - x1 and y2 - 3+ x1-x2 in below initial phase step ate end. Request to please explain.