matlab coding, programming assignment help

MATLAB Homework # 2 Due: T uesday, July 12 th Create an M -file to solve an n*n system of equations usi ng Cramer ’s method. It should be a function which takes coefficients of the sys tem and constant terms as input and gives the values of unknowns. Send your HW to this email address: [email protected] System of equations A is the matrix of coefficients, x is the matrix of unknowns, and b is the matrix of constant terms. Check your code for the following equations: (1): (2): (3):