Questions
By using this system of linear equations
2x + y + 3z = 1
2x + 6y + 8z = 3
6x + 8y + 18z = 5
write a program to solve the following questions:
a) Compute the determinant of matrix A.
b) Compute elements of vector X
c) Compute the inverse of matrix A.