# initialize the necessary variables so that packages can be # loaded via "readlib" and accessed via "with", together with their online doc # Maple will search the new path first, then the system ones. libname := `/afs/eos.ncsu.edu/users/k/kaltofen/www/courses/LinAlgebra/Maple` , libname; # the refpkg package read(cat(``, (libname[1]) , `/refpkg/refpkg.m`)): protect(refpkg): # disallow further assignment # the lsqpkg package read(cat(``, (libname[1]) , `/lsqpkg/lsqpkg.m`)): protect(lsqpkg): # disallow further assignment