The same start and same eta produce two different exact rows because the gradient source differs.
Same start, same eta
Both rows start at a=0, b=1 and use eta=1/2. Only the gradient source changes.
Full-batch result
The full-batch row uses gradient (-2/3, -1/3) and lands at (1/3, 7/6).
(a,b)full=(1/3,7/6)
Sample result
The stochastic row uses sample s2 and lands at (1/2, 3/2).
(a,b)s2=(1/2,3/2)