Sie sind auf Seite 1von 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

Das könnte Ihnen auch gefallen