Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

NAME : Tan Jia Yi

NO.MATRIC: A18GH0124

ASSIGNMENT 1

START

READ
A,C

Matrix
determinant
A

Matrix inverse
B=A\C

OUTPUT
B=
x, y, z

END
NAME : Tan Jia Yi
NO.MATRIC: A18GH0124

ASSIGNMENT 1

Pseudo-code
1. Start program

2. Read A, C

3. Compute matrix determinant of A

4. Calculate matrix inverse B=A\C

5. Display the output, B

6. End program

You might also like