This diskette contains source Maple and C source code designed to support "Introduction to Scientific Programming: Computational Problem Solving Using Maple and C" by Joseph L. Zachary. The diskette contains three directories: MVR4 contains Maple code compatible with Maple V Release 4. MVR3 contains Maple code compatible with Maple V Release 3. C contains C programs. The MVR4 directory contains * Worksheets containing the code from each chapter that features Maple code. chap2.mws chap6.mws chap10.mws chap18.mws chap3.mws chap7.mws chap14.mws chap4.mws chap8.mws chap15.mws chap5.mws chap9.mws chap16.mws * Text versions of the worksheets. chap2.txt chap6.txt chap10.txt chap18.txt chap3.txt chap7.txt chap14.txt chap4.txt chap8.txt chap15.txt chap5.txt chap9.txt chap16.txt * A directory containing a Maple library that implements the "blocks", "newton", and "integration" packages used in the text. lib * A file containing directions for using the library README * Worksheets containing the code that implements the library. (These are provided for the curious; these worksheets are not necessary to use the library.) blocks.mws newton.mws integ.mws * Text versions of the worksheets. blocks.txt newton.txt integ.txt The MVR3 directory contains * Worksheets containing the code from each chapter that features Maple code. chap2.ms chap6.ms chap10.ms chap18.ms chap3.ms chap7.ms chap14.ms chap4.ms chap8.ms chap15.ms chap5.ms chap9.ms chap16.ms * Text versions of the worksheets. chap2.txt chap6.txt chap10.txt chap18.txt chap3.txt chap7.txt chap14.txt chap4.txt chap8.txt chap15.txt chap5.txt chap9.txt chap16.txt * A directory containing a Maple library that implements the "blocks", "newton", and "integration" packages used in the text. lib * A file containing directions for using the library README * Worksheets containing the code that implements the library. (These are provided for the curious; these worksheets are not necessary to use the library.) blocks.ms newton.ms integ.ms * Text versions of the worksheets. blocks.txt newton.txt integ.txt The C directory contains * Complete and commented versions of the C programs referenced from the text. badheat.c compare1.c heat6.c newton3.c rod2.c bisect1.c compare2.c heat7.c newton4.c rod3.c bisect2.c complex.c heat8.c newton5.c rod4.c bisect3.c complex.h heat9.c newton6.c rod5.c block1.c errors.c horizon.c newton7.c rod6.c block2.c heat1.c integ.h newton8.c rod7.c block3.c heat10.c integ1.c newton9.c trap1.c block4.c heat11.c integ2.c rect1.c trap2.c block5.c heat2.c lifter.c rect2.c block6.c heat3.c limits.c rect3.c block7.c heat4.c newton1.c rect4.c circum.c heat5.c newton2.c rod1.c