This code contains simulations corresponding to the paper


E. Ringh and E. Jarlebring
Nonlinearization of two-parameter eigenvalue problems
arxiv preprint, 2019
https://arxiv.org/abs/1907.00913

If you find this code useful, please cite this paper.


MATLAB: Run the scripts:
>> gen_random_example
>> random_example_single_vector



Julia: (tested on version 1.1.0) Install the NonlinearEigenproblems package:

julia> ]
(v1.0) pkg> add NonlinearEigenproblems

If you get an error with ARPACK package, please make sure you have
downloaded a recent version of julia from the julialang-webpage, not
the distribution (e.g Ubuntu) version. You will also need to install some
other standard packages such as Plots. 

Run one of the scripts in example1 or example2 directory:

julia> ;
shell> cd example1
julia> include("random_example_gen_fig_single_vector.jl")

