Question: This is for MATLAB code. 1. One of the tedious tasks we do in Mathematics is solve equations manually. Why not write MATLAB code to

This is for MATLAB code.
1. One of the tedious tasks we do in Mathematics is solve equations manually. Why not write MATLAB code to do it for us. Write a function my_eqn solver that takes two input arguments A (3x3 matrix) and B (3x1 vector) (as described below), in that order, and returns the solution matrix HINT: To solve the equation of the type: We first need to create two matrices A1 A2 A3 A4A5 A6 A7 A8 A9 B1 B= B2 B3 A= and Then, C = A-1 B or AB gives you the solution vector C (3x1 vector). Remember, it is a matrix Example eq: X1 +2X2 + 3X3 = 1 -X1 + 2X3 = 0 X+3X2+X30
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
