@animeshmmc10

Hello Sir. Thanks a lot for the video. But I have a request. Can you please post the link of 'showMatrix'  file. Thanks for your help.

@vhha

Amazing stuff - thanks !

@jednecro4939

we need this with neuman boundry.

@jednecro4939

YOU NEED TO SHARE showMatrix function.

@shubhanand3791

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

@ramakrishnarakhi8952

How to solve if we have 2 dimensional tridiagonal matrix

@haveanicetime

Vielen Dank!

@mohammadnazmulhossain564

Link of Thomas Algorithm (from 30:37) : https://www.youtube.com/watch?time_continue=158&v=n-LWeJ-JLoI

@sunilalimbu1594

Could you kindly show us how to make show matrix function?

@takudzwamashamba7453

What’s be best method to learn this course

@sunilalimbu1594

I have a 7 by 7 matrix data, and its little difficult to input matrix data this way.

@david9831-m1o

Thank you Sir....

@TheConceptGuy

Sir can you please tell the code for Showmatrix ?

@someshvirat8803

good matrix

@abhigyanbhuyan3797

Sir, the "showMartrix" command is not working in matlab. How to execute the command?

@iitphd

Sir, I am not getting the show matrix

@ahmedjabbar9467

can you please or any one here write for me the showmatrix function details?

@vivekmankotia3662

Show matrix please