List Archives > 
Maple User Group List Archive > 
Archive by date > 
This Month By Date > 
This Month By Topic
[MUG] fieldplot with non-cartesian coordinates
| [MUG] fieldplot with non-cartesian coordinates |
|
Author: Roland Winkler
Posted: Fri, 28 Jun 2002 17:48:04 +0200
|
>> From: Roland Winkler "roland.winkler"
Using Maple 8 I tried to generate a fieldplot using polar
coordinates. Unfortunately, I wasn't very successful with the
simplest fieldplots I tried.
In particular, I don't understand: In a fieldplot, the choice of
coordinate system enters twice. First, it affects the variables that
are treated as independent paramters in the plot. Then it affects
also the vector-valued quantity that will be plotted by fieldplot.
To be more specific: Say, we have in cartesian coordinates
> fieldplot ([x,y], x = -1..1, y=-1..1);
What do I have to do to get the same vector field plotted based on
polar coordinates? Neither
> fieldplot ([r,phi], r = 0..1, phi = 0..2*Pi, coords=polar);
nor
> fieldplot ([r*cos(phi),r*sin(phi)], r = 0..1, phi = 0..2*Pi, coords=polar);
seem to do the job.
By the way, the arrows look rather odd in these examples as if the
arrow plotting gets confused by the polar coordinates, too.
Are these bugs? Certainly these things are insufficently documented
in the on-line help.
Roland
|
[View Complete Thread]
Previous by date: [MUG] What is 'stata'?, Ada Ma
Next by date: [MUG] display of several plots with different x-ranges, Dr U Kasper
Previous thread: [MUG] Index of non-randomness, Jason C Leach
Next thread: [MUG] display of several plots with different x-ranges, Dr U Kasper
|