Release 11 New Features |
Symbolic Math Toolbox 2.1
The Symbolic Toolbox 2.1 has been enhanced to provide:Enhanced Plotting Capabilities
The following new functions provide additional plotting capabilities.Mathematical Expression |
Type of Plot |
MATLAB Command |
y = f(x) |
Planar curve |
ezplot |
f(x,y) = 0 |
Implicitly defined function |
ezplot |
x = f(t), y = g(t) |
Parametric curve (2-D) |
ezplot |
r = f(![]() |
Polar coordinates |
ezpolar |
x = f(t), y = g(t), z = h(t) |
Parametric curve (3-D) |
ezplot3 |
z = f(x,y) |
Surface |
ezsurf , ezsurfc , ezmesh , ezmeshc
|
z = f(x,y) |
Surface contours
|
ezcontour ,ezcontourf
|
x = f(s,t), y = g(s,t), z = h(s,t) |
Parametric surface |
ezsurf , ezsurfc ,ezmesh , ezmeshc |
x = f(s,t), y = g(s,t), z = h(s,t) |
Parametric surface contours |
ezcontour ,ezcontourf |
New Maple Libraries
The new Maple V Release 5 libraries (also known as MathEdge 2) are incorporated into the Symbolic Math Toolbox 2.1. These libraries provide better memory management and fix many bugs in previous versions of the Maple kernel.Taylor Series Expansion
The newtaylortool
command invokes a GUI that shows how a Taylor series converges to a given function.