Linear Equation System Solution and Matrix Multiplication in MATLAB

  • Thread starter Thread starter A.J.710
  • Start date Start date
  • Tags Tags
    Matlab
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
A.J.710
Messages
56
Reaction score
1

Homework Statement


Solve (symbolically) the system of linear equations

3x + 4y + 5z = 2
2x - 3y + 7z = -1
x - 6y + z = 3

Check your answer using matrix multiplication.[/B]

Homework Equations


N/A

The Attempt at a Solution


This assignment was given with about 20 different basic MATLAB questions and this is really the only one that I cannot get. I really don't even know where to start. I tried the online help copy and pasting different types of functions such as linsolve and solve Y but I just cannot get it to work. I also need help multiplying in matrix form. Can anyone please explain to me how to go about this. Thanks
 
Physics news on Phys.org
Maybe this will help. It describes the steps needed to let MATLAB solve it.

http://www.math.ucsd.edu/~math20f/Fall/Lab2/Lab2.shtml