Line no. 10 states that Update the (i)th row, (k+1)th to (n)th columns of A as follows
- Multiply Lambda with the elements present in (k)th row, (k+1)th to (n)th columns of A to obtain a vector of dimensions (1, n-k)
- Subtract the above resultant vector from the elements present in (i)th row, (k+1)th to (n)th columns of A to obtain a vector of dimensions (1, n-k)
- Save the above resultant vector in (i)th row, (k+1)th to (n)th columns of A