Amazing stuff - thanks !
we need this with neuman boundry.
YOU NEED TO SHARE showMatrix function.
I did one modification u(n+1,1) =1 , because @ 10th Row Beta = T9 - (2 + alpha)T10 +T11 then only I got the correct result of x1 =A\b wrote this showMatrix code function X = showMatrix(l,d,u) n = length(d); X = zeros(n,n); for i = 1: n for j = 1 : n if (i==j) X(i,j) = d(j,1); if (i >1 && i < 11) X(i,j-1) = l(j,1); X(i,j+1) = u(j,1); end end end end end
How to solve if we have 2 dimensional tridiagonal matrix
Vielen Dank!
Link of Thomas Algorithm (from 30:37) : https://www.youtube.com/watch?time_continue=158&v=n-LWeJ-JLoI
Could you kindly show us how to make show matrix function?
What’s be best method to learn this course
I have a 7 by 7 matrix data, and its little difficult to input matrix data this way.
Thank you Sir....
Sir can you please tell the code for Showmatrix ?
good matrix
Sir, the "showMartrix" command is not working in matlab. How to execute the command?
Sir, I am not getting the show matrix
can you please or any one here write for me the showmatrix function details?
Show matrix please
@animeshmmc10