Explain your answers for all of the problems, in detail. Also, as always, follow the instructions in the Syllabus regarding the assignments and grading of assignments; provide your code (that generates) for any plots.
Question 1:In a previous HW,we had the following problem & solutions a Formulate mesh-current cquations for the circuit Arrange the results in matrix form Ax=b (bSolve for i.i.and ic. cUse these results to find vand i 10 WW ic 5k 10k W WM
101
22k
100
Now use MATLAB to construct the matrix equation (construct matrix A and vectors x and b) and solve for the vector x (which includes i, i, i using MATLAB.You can use the MATLAB command i nv to invert the matrix A, but feel free to explore other ways to do it (such as usingto divide a matrix by a vector) After solving for i, i, i using MATLAB, solve for v, and i, using MATLAB. Copy/paste your code here and the output.