搜索资源列表
Laplace
- 求解椭圆型方程生成二维翼型网格,并采用逐线松弛迭代技术求解了二维翼型绕流,这是CFD计算中的典型例子,是cfd初学者的很好的学习例子。(Solving elliptic equations, generating two-dimensional airfoil mesh, and using line relaxation iterative technique to solve the two-dimensional airfoil flow, which is a typical examp
双马赫反射
- 求解双马赫反射问题的各种解法,黎曼求解器包括WENO格式和MDCD格式,时间方向采用Runge-kutta 方法,方程包括Euler方程和NS方程。(Program to solve Double Mach Reflection. Use WENO solver and MDCD solver to solve Riemann problem. Use Runge-Kutta to iterate in time scale. Equations conclude Euler equation
exam5
- 参考各种文献以及实验条件,得到微晶片激光器的各物理参数,在matlab中编程求解该微晶片激光器对应的速率方程组。(Referring to various literatures and experimental conditions, we get the physical parameters of the microchip laser, and solve the rate equations of the microchip laser in MATLAB.)
chase
- 功能为求解系数矩阵为三对角矩阵或者循环三对角矩阵的线性方程。 输入的四个参数均为行向量,分别对应系数矩阵的上副对角线,主对角线,下副对角线,以及方程等号另一侧的常数矩阵(The four parameters of the input are line vectors, which correspond to the upper diagonal lines of the coefficient matrix, the main diagonal line, the lower diagonal
fzeso
- 牛顿拟合法求解超越方程,适用于含有多元函数(Newton's fitting method for solving transcendental equation is suitable for multivariate functions)
汉克尔光学变换模拟
- 快速汉克尔变换出现于上世纪70年代,后经Johansen等人发展。快速汉克尔是一种求解贝赛尔函数方程在(0~ ∞)区间上积分的快速数值算法。其逆变换与正变换对称。
Matlab求解一维薛定谔方程
- 整个是关于量子力学一维薛定谔方程在力场中求解的三种方法的讨论,内有源代码与相关论文!