Engineering Homework Help

Grossmont College Solving Systems of Equations Script Lab Report

 

Part A- MATLAB Solving Systems of Equations Script

Now that we have covered some of the ways that we can solve systems of equations using MATLAB, solve the following system of equations using both the solve function and one of the matrix methods. Consider the question from chapter 7, and solve the system of equations using both the matrix method and symbolic variables.

Screen Shot 2021-05-17 at 11.59.33 AM.png

Procedure

  1. Save your script as MatlabSOEFirstName_LastName.m
  2. Don’t forget your description block! Make sure to include the purpose of the script, your name and the date.
  3. Create necessary variables to store matrices.
  4. Using MATLAB, solve the system of equations using one of the matrix methods covered.
  5. Create necessary symbolic variables and equations to solve the system of equations using MATLAB’s solve() function.
  6. It’s Due on the 5-28-2021