
Bradford T. answered 05/19/24
Retired Engineer / Upper level math instructor
I got a different answer:
x+xt2 -2yt-yt+ z+zt+zt2=5-13t-2t2
t0: x+z=5
t1: -2y+z=-13
t2: x-y+z=-2
Forms the matrix
[1 0 1 5]
[0 -2 1 -13]
[1 -1 1 -2]
Finding the RREF:
[1 0 0 4]
[0 1 0 7]
[0 0 1 1]
<4, 7, 1>