2. System of Linear Equations using Gauss Elimination 4x-3y+7z=8 2x+8y+2z=4 6x+10y+3z=0
Show older comments
2. System of Linear Equations using Gauss Elimination 4x-3y+7z=8 2x+8y+2z=4 6x+10y+3z=0 using matlab
1 Comment
Steven Lord
on 5 Oct 2021
This sounds like a homework assignment. If it is, show us the code you've written to try to solve the problem and ask a specific question about where you're having difficulty and we may be able to provide some guidance.
If you aren't sure where to start because you're not familiar with how to write MATLAB code, I suggest you start with the free MATLAB Onramp tutorial (https://www.mathworks.com/support/learn-with-matlab-tutorials.html) to quickly learn the essentials of MATLAB.
If you aren't sure where to start because you're not familiar with the mathematics you'll need to solve the problem, I recommend asking your professor and/or teaching assistant for help.
If this is not a homework assignment, create the coefficient matrix and use the backslash operator \ instead of writing your own.
Answers (0)
Categories
Find more on Numerical Integration and Differential Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!