Sunday, February 15, 2009

Create a New Worksheet

When you first run the Maple 9, automatically open a new worksheet with the name Untitled (1). Create a new worksheet can also be done from the File menu, and select New. As training materials, type the following commands from the prompt response and observe the results of the execution of these commands.

> f:=x->x^4-x^3-10*x^2+4*x+24;

> factor(f(x)=0);

> solve(f(x),{x});

The display worksheet appear in the image as follows:

After the worksheet is saved through the File menu, select Save and give the file a name such as Latih01.mws. Automatically file a worksheet will be given the *.mws extension (as a default Maple Worksheet Classic or Maple Worksheet). To close the worksheet, click the File menu and select Close.