In: Advanced Math
1) Let A be nxn matrix and Ax=b, if we need change A to Upper triangular matrix using Gaussian Elimination, how many additions/subtraction operations are involved? how many multiplication/division operations are involved?
2) Once we got the upper triangular matrix, now we need to apply back-substitution, how many additions/subtraction operations are involved? how many multiplication/division operations are involved?