The VecCalc package by Philip Yasskin and Arthur Belmonte of Texas A&M University provides user-friendly procedures for vector calculus computations. The authors have recently verified that everything works properly with all versions from Maple 7 through 13. The package includes commands for vector algebra, coordinate system conversions, partial derivatives, vector differential operations, multiple integrals, line and surface integrals and curve and surface analysis. It extends and improves on the capabilities of the student, linalg, Student[MultivariateCalculus] and LinearAlgebra packages. The package was written to accompany the book:"CalcLabs with Maple for Stewart's Multivariable Calculus", Sixth Edition by Yasskin and Belmonte, Thomson, 2007. ISBN 0495012319. More information is available at http://calclab.math.tamu.edu/maple/veccalc/ but briefly: * Unzip the download and put the 3 files into the Maple 11/lib folder. * In the Maple worksheet, type with(VecCalc); VCalias; * For help type ?VecCalc and follow the hyperlinks.