Code covered by the BSD License  

Highlights from
LaguerreEig

image thumbnail
from LaguerreEig by Damian Trif
Calculates numerical eigenvalues and eigenfunctions of Schroedinger problems on (0,infinity).

laguerrestartup.m
% Startup file for the Laguerre package
addpath([cd '/examples/']);
addpath([cd '/examples/stable manifold/']);
addpath([cd '/pack/']);
clear;clc;format long;
warning off;

Contact us at files@mathworks.com