Linear Equation System Solution and Matrix Multiplication in MATLAB

  • Thread starter Thread starter A.J.710
  • Start date Start date
  • Tags Tags
    Matlab
AI Thread Summary
The discussion focuses on solving a system of linear equations symbolically using MATLAB, specifically the equations 3x + 4y + 5z = 2, 2x - 3y + 7z = -1, and x - 6y + z = 3. The user expresses difficulty in starting the problem and has attempted various MATLAB functions like linsolve and solve without success. Additionally, they seek guidance on performing matrix multiplication to verify their solution. A helpful link to a resource outlining the necessary steps for using MATLAB is provided. Ultimately, the user indicates they have found the information they needed.
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
 
Got it. Thanks
 

Similar threads

Back
Top