Musings on an inhomogeneous multiparameter eigenvalue problem arising from the N-layer quasi-geostrophic model.
Consider the weird eigenvalue problem
where
This repository contains MATLAB scripts examining this system. We build up from simple cases and present both a linear algebra method and a root finding method for solving the problem. The linear algebra method (conversion to a linear system is of size
This problem arises from the N-layer quasi-geostrophic (QG) vortex problem and the numerical methods described here are implemented in QGDipoles.jl and QGDipoles.m.
This directory contains:
- EVPs.m: a discussion of the problem, building up from simpler problems to the full n-parameter system.
- functions/: functions used by 'EVPs.m', relevant functions are highlighted by 'EVPs.m' when discussing each problem.
- QGDipoles/: scripts which discuss and plot some solutions to the underlying problem.
Using scripts in 'QGDipoles/' requires QGDipoles.m to be downloaded and either added to the MATLAB path or correctly linked at the beginning of each of these scripts.