You are on page 1of 2

Solving simultaneous linear algebric equation

using Excel and MATLAB


Refer to page 296 of the text book.
Solutions through;
i. Excel
a. matrix ~ minverse
b. solver
ii. MATLAB
matrix command inv

[a]*{x} = {b}
{x} ={b}*[a]-1

You might also like