System of equations coding problems
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Hi, I'm new to Matlab and I was wondering if anyone can lead in the right direction for the solving a system of equations like the second array pictured? I've solved the first one but i'm stuck on the second. Thanks
Answers (2)
Star Strider
on 20 Mar 2018
Edited: Star Strider
on 20 Mar 2018
0 votes
Torsten
on 20 Mar 2018
n = 10;
A = full(gallery('tridiag',n,1,2,3));
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!