|
[Sponsors] |
February 24, 2015, 07:26 |
matlab code for fluid flow
|
#1 |
New Member
shilpa sood
Join Date: Feb 2015
Posts: 1
Rep Power: 0 |
hi, how to solve block tridiagonal matrix system in matlab?
|
|
February 24, 2015, 10:09 |
|
#2 |
New Member
Rohith Jayasimha Rao
Join Date: Feb 2013
Posts: 2
Rep Power: 0 |
There are a few routines on MATLAB file exchange like this one : http://www.mathworks.com/matlabcentr...-system-solver
However, MATLAB's "mldivide" is pretty good at this too. It is very good at detecting matrix structure and using the right algorithm. Do try it. There are also these other functions available on File Exchange: http://www.mathworks.com/matlabcentr...tent/tridiag.m Just search Google for 'MATLAB Thomas Algorithm'. |
|
Tags |
matlab coding |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Matlab code for pipe flow | cici | Main CFD Forum | 72 | May 12, 2017 19:05 |
Couette Flow in Matlab using Pressure Correction Method | mulchah | Main CFD Forum | 4 | February 25, 2014 06:41 |
Can anyone help locating an error in my 2-D MATLAB SIMPLE code? | Hoggs17 | Main CFD Forum | 7 | July 9, 2013 04:02 |
Give me some advice CFD in Fortran code or Matlab code. | tringuyenttt | Main CFD Forum | 4 | May 29, 2013 09:32 |
What is the Better Way to Do CFD? | John C. Chien | Main CFD Forum | 54 | April 23, 2001 09:10 |