A Basic Jacobi Iteration Procedure

A Basic Iteration Procedure, called Jacobi

七月 15, 2013 · 2 分钟 · 756 字 · OctoMiao

Finite Difference Discretization

Algorithms for Solving The Advection-Diffusion Equation

六月 23, 2013 · 1 分钟 · 415 字 · OctoMiao

Iterative Solution Methods for Ax=b

复习 Augmented matrix 方法解方程,说明这种高斯消元法是 O(N^3) 的解法。

六月 23, 2013 · 1 分钟 · 279 字 · OctoMiao

The Advection-diffusion Equations

这一部分开始见识到真正的大的体系。首先是一个 Toy model,用到 Advection-Diffusion Equation,平流-扩散方程,即流体的水平运动的相关方程。

六月 23, 2013 · 2 分钟 · 568 字 · OctoMiao

Implementing MATLAB's Boundary Value Solver

这一部分我们学习如何把具体的微分方程问题转化成 MATLAB 可以解决的问题,并且学习使用 MATLAB 的 bvp4c 来编程。

六月 22, 2013 · 1 分钟 · 440 字 · OctoMiao