{{{# 1.We need to prove that lu=a we can solve that lu-a==0 a = matrix(1,2], [ 3, 8) u = matrix(1,2], [ 0, 2) l = matrix(1,0], [ 3, 1) l*u-a==0 Output True

}}}