This program will compute an awful looking summation of trigonometric functions over a given input vector. Pastore_Hw11 takes a .vec as input Pastore_Hw13 takes a .vec prefaced with three binary values as input. These values {0,1}{0,1}{0,1} correspond to a desire to compute, respectivley, the function, the gradient, and the hessian. A simple demo is included, which can be executed by typing "make demo". pre, in, and x.vec are included input files. singletest, quinttest, and longtestresults will be produced by the "make demo" These contain the results of a single test of each program, a test of 5 similar vectors for each program, and a test of 10000 similar vectors for Pastore_Hw13, which should provide sufficent test data. Enjoy.