Function to solve linear system using backsubsitution using Upper Triangular Matrix (Ux=c)
forwardsubsitution.optR(L, b)
L
: Lower triangular matrix
b
: response
y : Estiamted value