id	author	title	date	pages	extension	mime	words	sentence	flesch	summary	cache	txt
ejde-186	Benedikt, Jiri; Pulpan, Jan	Numeric estimates of the principal eigenvalue of the p-Laplacian using interval arithmetic	2023	14	.pdf	application/pdf	4092	221	65	t = LinRange(0, 1, n-1) tI = [@interval(i) for i in t] U1 = [u[1] for u in sol(t).u] U1 I = [@interval(u[1]) for u in sol(t).u] U2 = [u[2] for u in sol(t).u] U2 I = [@interval(u[2]) for u in sol(t).u] return t, tI, U1, U1 I, U2, U2 I, Λ1 end The function plaplace solve returns vectors U1 and U2 of numerical approxi- mations of the values of u1 = ϕ1,p and u2 at n (a parameter) equidistant division points t of the interval [0, 1]. Returns spline coefficients ‘csc V‘ as well as interval values ‘V‘ of the spline function.	cache/ejde-186.pdf	txt/ejde-186.txt
