plotcompare - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Graphics : 2-D : plotcompare

plots

  

plotcompare

  

compare formulae graphically

 

Calling Sequence

Parameters

Description

Optional arguments

Examples

Calling Sequence

plotcompare(f(z), g(z), z = a+c*I..b+d*I, options);

plotcompare(f(z) = g(z), z = a+c*I..b+d*I , options);

plotcompare(f, g, a+c*I..b+d*I, options);

plotcompare(f = g, a+c*I..b+d*I, options);

Parameters

f, g

-

functions or expressions to be plotted

z

-

variable name

a, b, c, d

-

real constants

options

-

expression_plot, same_box = true, scale_range = positive number, shift_range = complex number, colors=[c1, c2], and any of the optional arguments accepted by plot, plot3d and plots[display]

Description

• 

The plotcompare command generates plots of the real and imaginary parts of two expressions, so that you can see where, if anywhere, they differ on a given domain. plotcompare can also generate plots for the real and imaginary parts of a single expression just for visualization purposes (see optional argument expression_plot explained below). When comparing two expressions f(z) and g(z), the output of plotcompare consists of four related plots as follows

  

 

• 

If the domain specified, z = a+c*I..b+d*I, is real, that is, , the plotcompare command generates four 2-D plots of , , , and  on . If the domain specified is imaginary, that is, , plotcompare generates these four 2-D plots on .

• 

If the domain specified z = a+c*I..b+d*I is complex, the plotcompare command generates four 3-D plots of , , , and , where  and  and .

• 

If the domain is not given, it defaults to be the complex unit box .

• 

The third or its equivalent fourth calling sequence corresponds to the first one. They allow the expressions to be input as procedures of one argument instead of formulae in a variable.  In these cases the domain argument must be a range (real or complex), not an equation with a variable on the left-hand side.

• 

The global variable _P is assigned to a 2 by 2 array of the four plots , , , and . This array can be accessed by the user as desired for subsequent manipulation.

• 

The plotcompare command generates the four plots by first performing four calls to either the plot command or the plot3d command, then creating an array with these plots and assigning it to the variable , finally sending this array  to the plots[display] command.

• 

CAVEAT: Sometimes, the two expressions or functions being compared are equal over the complex plane but differ only in the value at a point or line (for example, a branch cut). Consider the functions  and . In these cases the 3-D plots will appear visually identical. To make the difference on the values visible use plotcompare to generate 2-D plots, for instance, giving a real (or purely imaginary) range, or directly using the assuming facility as shown in the examples.

• 

This command is part of the plots package, so it can be used in the form plotcompare(..) only after executing the command with(plots). However, it can always be accessed through the long from of the command by using plots[plotcompare](..).

Optional arguments

  

expression_plot

  

This optional argument is used to generate the plots of the real and imaginary parts of a single expression passed as first argument; it is useful to visualize a given mathematical function or expression without making any comparison.

  

same_box=true

  

Using this optional argument results in the plots of the real parts of both functions being superimposed on the same plot, and the graphs of the imaginary parts of both functions being superimposed on the same plot.  The real and imaginary parts of the first function are given the color red and the second function blue. In this case the variable  is assigned an array of only two plots.

  

scale_range=c

  

If the optional argument scale_range=c is given, the range of the plot is scaled by a factor of c where c must be a positive real constant. Note this factor can be less than one.

  

shift_range= r + s I

  

When this optional argument is given, the range of the plot is shifted from its value, say  to . This is useful when the difference between the expressions being plotted is visible only after shifting the plotting range (for example, when comparing some functions with their series representation. See Examples section).

  

colors=[c1,c2]

  

If the optional argument colors=[c1,c2] or colours=[c1,c2] is given, the real and imaginary parts of the first function are given the color c1 and the real and imaginary parts of the second function c2.

• 

The following standard options are used by default by the plotcompare command when displaying the plots.

orientation = [-18,75]

axes = FRAMED, axesfont = [TIME,ROMAN,10]

shading = ZHUE

grid = [10,10]

  

To override these defaults, you can specify different options as is usually done with the plot, plot3d, or plots[display] commands.

Examples

A comparison of  with its cubic Taylor polynomial. (Note that if there is no imaginary part, as in this example, the graphs of  and  will be empty.)

If you shift the range, for example to the right by 10, the function and its cubic approximation do not look alike anymore.

Is the cube root of -8 equal to -2? In Maple, the function  means the principal root, which is not real for .  Hence the following are not the same for negative real x.

Comparing the same expressions but using the same_box option and optional arguments of plot for thickness and coloring:  appears in blue and and  in green.

In the above plots, for positive values of  both the real and imaginary parts of the expressions being compared are the same while for negative values of  they are different. A 3-D plot can make the regions where these expressions are equal or different more evident. (Try rotating this plot with the mouse and using the same_box option).

The following example shows two expressions which differ in value only over a line, so that the 3-D plots are visually the same.

Though not visible, the difference is in the value of the imaginary parts,  and , when taken over real and positive values of . Note the branch cut. To examine the cut, you can rotate the plots above with the mouse.

The procedure recommended to turn the difference (if any) visible in cases like this, that is, whenever there are branch cuts in the 3-D plots, is to use plotcompare to generate 2-D plots, for instance giving a real range or using the assuming facility together with the optional argument same_box.

In the example above, the expressions are not valid for real (Im(x) = 0) and negative values of x. For any other point in the complex plane not in RealRange(-infinity, 0) these expressions have the same value as suggested by the 3-D plots. For instance, the following two pairs of curves show that for purely imaginary values of  the two functions agree.

In the two input lines above you can also use the option scale_range = N together with assuming, so that the range for the plots will respectively be x = -N..N and x = -N*I..N*I.

The following suggests that

while this other plot shows that :

This is the plot of the "expression" (in this case a function) BesselK(1/2,z), illustrating the branch cut of BesselK for Re(z) < 0

(1)

The branch cut is visible in the second plot box for the imaginary part of the function and is located on the real axis, negative side. To manipulate each of the plots further enter  for the real box plot or  for the imaginary box plot, like in:

The following example illustrates the use of a procedure to input the expressions being plotted. The real and imaginary parts of  and  are equal only for .

(2)

(3)

To see where  differs from  input:

By constructing a piecewise function , the plots become the same. This uses the same_box option to superimpose the plots for  and .

The default range of the plots below is -1-I..1+I.

(4)

Consider the following identity relating the Airy and Bessel functions, taken from the Handbook of Mathematical Functions by Abramowitz and Stegun. The following plots show that this identity is, in fact, not valid over the whole complex plane.  This is the command to create the plot from the Plotting Guide.

(5)

The region of validity can be explored visually by superimposing the plots of the real parts and then the imaginary parts of the two functions. You can do this using the same_box option or without recomputing the plots taking advantage of the  variable to which the array of plots was assigned when calling plotcompare.

The region of validity of the identity can also be explored by plotting for z real or imaginary.

Consider the following identity.

(6)

The Maple simplify command is not able to prove that this identity is valid for arbitrary values of a.

(7)

Although you cannot prove this identity using plotcompare, it does provide a quick indication that the identity is true for different values of the parameter .

This identity can in fact be verified exactly for arbitrary values of , if you first convert to hypergeom.

(8)

The command to create the 2-D plot from the Plotting Guide is

See Also

convert/to_special_function

plot

plot3d

plots

plots[display]

RealRange

 


Download Help Document