//This is the source code for a typical application applet written for the project
//"Software Supplement to Abstract Algebra " by Arvind Rajagopal, Univ. of Minn. Duluth.
import java.applet.Applet;
import java.awt.*;
import java.lang.*;
import algebra.*; //algebra package has the most important classes
import misc.*; //misc package has other miscellaneous classes
public class chap2q1Applet extends Applet {
}//*************end of applet
//This class has all the utility functions for this application program.
class utilc2q1 {
}//**************end of utility************
back.