solve by programming forward
substitution formula in matlab

A = 2  0  0  0
   -1  3  0  0
   -3  3  2  0
    4 10  7  7
    
B = [-10 -17 2 14]'