MathGroup Archive 2003

[Date Index] [Thread Index] [Author Index]

Search the Archive

make a list

  • To: mathgroup at smc.vnet.net
  • Subject: [mg41833] make a list
  • From: "sabrina" <newbie at newbie.com>
  • Date: Fri, 6 Jun 2003 09:51:08 -0400 (EDT)
  • Organization: Case Western Reserve University, Cleveland, OH, USA
  • Sender: owner-wri-mathgroup at wolfram.com

Hi, all:

I have the following lists from solve:
{{p -> 1.03536, M -> 1.96464}, {p -> 1.77981, M -> 1.22019}, {
  p -> 2.94439, M -> 0.0556147}}



all of those {P,M} pairs are corresponding to one single value of t

Now I want to make a list of {p,m,t} pairs and show it in 3D, how can I do
it?

And also, some t will correspond to one real pair of {P,M} and 2 complex
pairs of {P,M}, such as:

{p -> 15.9418, M -> 34.0582}, {p ->
    49.4712\[InvisibleSpace] - 0.898763 \[ImaginaryI], M -> 0.528762\
\[InvisibleSpace] + 0.898763 \[ImaginaryI]}, {p -> 49.4712\[InvisibleSpace]
+
    0.898763 \[ImaginaryI], M -> 0.528762\[InvisibleSpace] -
      0.898763 \[ImaginaryI]}



How can I detect if this pair is complex or real and then decide that we
only show the real one?



Thanks



Sabrina



  • Prev by Date: exponent_decay_of_fourier_fransform_of_brownian_motion
  • Next by Date: Re: positive root only using Solve[]
  • Previous by thread: Re: exponent_decay_of_fourier_fransform_of_brownian_motion
  • Next by thread: Re: make a list