Error, (in plots/implicitplot) invalid input: invalid range for nth variable
|
Description
|
|
The plots[implicitplot] command computes the two-dimensional plot of an implicitly defined curve.
The invalid input: invalid range for nth variable error occurs when an unknown range is passed to the implicitplot command.
|
|
Examples
|
|
>
|
|
Example 1
The value of is undefined.
>
|
|
Solution:
The solution is to define .
>
|
|
| (2.1) |
>
|
|
Example 2
The arguments are passed to implicitplot out of order. For more information about the correct calling sequence, see the plots[implicitplot] help page.
>
|
|
Solution:
>
|
|
Example 3
In this instance, the first range is dependent on the second variable. It is permissible to plot an implicit plot for which the second range depends on the first variable, but the first range must evaluate to numeric values.
>
|
|
Solution:
Specify a first range that is independent of the second variable. For instance,
>
|
|
|
|
Download Help Document
Was this information helpful?