|
[Date Index]
[Thread Index]
[Author Index]
Re: Help Plotting director fields
- To: mathgroup at smc.vnet.net
- Subject: [mg120260] Re: Help Plotting director fields
- From: Liquid Crystal <liqlearner at gmail.com>
- Date: Fri, 15 Jul 2011 04:09:38 -0400 (EDT)
- References: <ivh9lc$lq7$1@smc.vnet.net> <ivjgds$29o$1@smc.vnet.net> <ivmch0$fa8$1@smc.vnet.net>
Thank you all for your help,
Heike informed me of some of these solution methods via email, and
helped clear up an issue with how mathematica seeds the streams for
the stream plot so as to make the plots syymetric.
Here is his solution for one of the systems:
AAA = {Cos[1 Arg[x + I y] + 0], Sin[1 Arg[x + I y] + 0]}
points = Table[0.5 {Cos[th], Sin[th]}, {th, 0, 2 Pi, Pi/6}];
StreamPlot[AAA, {x, -1, 1}, {y, -1, 1}, StreamPoints -> points,
StreamScale -> None]
Best,
Mike
Prev by Date:
Re: I think Omitting the multiplication sign is a big mistake
Next by Date:
Re: Numerical accuracy/precision - this is a bug or a feature?
Previous by thread:
Re: Help Plotting director fields
Next by thread:
simultaneous differential equations
|