Graphics Improvements in Maple 8
|
Maple 8 includes the following graphics improvements.
|
|
Maplets
|
|
|
One of the most important features of Maple 8 is the Maplets package and its associated class libraries. They provide visualization tools that produce graphical user interfaces to Maple. For more information, see updates/Maple8/gui and updates/Maple8/packages.
|
|
|
Numerical Solution of PDEs
|
|
|
|
Plotting
|
|
|
The plot routine has been modified so that when the function(s) are evaluated, if their values are complex with small imaginary part relative to the real part, the plot routine ignores the imaginary part. This leads to improved plots, for example, the ``Folium of Descartes''.
|
>
|
folium := x^3+y^3-3*x*y;
|
>
|
plot( {solve(folium,y)}, x=-2..2 );
|
|
|
Plots Package
|
|
|
The plots package contains two new plotting routines, plots[plotcompare] and plots[graphplot3d]. For more information, see updates/Maple8/packages. The plots package also contains a new feature, the Interactive Plot Builder. You can activate this feature by using the interactive command, or by right-clicking an executed Maple expression and invoking the Plots shortcut menu. Through dialogs with check boxes and drop-down lists, you can select plot type and plot features. Maple generates and displays your plot in the worksheet.
|
|
|