Deprecated: Assigning the return value of new by reference is deprecated in /customers/1/f/c/dahoiv.net/httpd.www/programmering/wp-includes/cache.php on line 36 Deprecated: Assigning the return value of new by reference is deprecated in /customers/1/f/c/dahoiv.net/httpd.www/programmering/wp-includes/query.php on line 21 Deprecated: Assigning the return value of new by reference is deprecated in /customers/1/f/c/dahoiv.net/httpd.www/programmering/wp-includes/theme.php on line 507 Matlab | Programming

Archive for the 'Matlab' Category

Numerical solution of the stationary advection diffusion equation.

June 23rd, 2008 by Daniel Høyer Iversen

The stationary advection diffusion equation solved with the finite difference method.

Continue reading ‘Numerical solution of the stationary advection diffusion equation.’

Steepest Descent Iteration

June 7th, 2008 by Daniel Høyer Iversen

Steepest Descent Iteration ,  written   in Matlab to solve the Advection-diffusion equation. The matrix A (in A x= b) is a block pentadiagonal matrix.

Continue reading ‘Steepest Descent Iteration’

Successive over-relaxation

June 2nd, 2008 by Daniel Høyer Iversen

Successive over-relaxation (SOR), written in Matlab to solve the Advection-diffusion equation. The matrix A (in A x= b) is a block pentadiagonal matrix.

Continue reading ‘Successive over-relaxation’