General definitions

Version number

RowBox[{RowBox[{$DefinitionsVersion,  , =,  , 1.2}], ;}]

Set default image file directory

$ImagePath = "/Users/nechyba/public_html/eel6562/course_materials/images/mathematica" ;

Turn off annoying spelling warnings

Off[General :: spell] ; Off[General :: spell1] ;

Load important packages

<<LinearAlgebra`MatrixManipulation` ; <<Statistics`MultinormalDistribution` ; < ... ;Graphics`ImplicitPlot` ; <<Utilities`FilterOptions` ; <<Calculus`FourierTransform` ;

Set default options for specific functions

SetOptions[Plot, FrameTrue] ; SetOptions[ListPlot, FrameTrue, PlotJoinedᢃ ... ; {0, -2π}] ; SetOptions[InverseFourierTransform, FourierParameters {0, -2π}] ;


Created by Mathematica  (February 16, 2004)