MathGroup Archive 2012

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

Search the Archive

Re: plotting

  • To: mathgroup at smc.vnet.net
  • Subject: [mg124886] Re: plotting
  • From: Tomas Garza <tgarza10 at msn.com>
  • Date: Fri, 10 Feb 2012 05:58:51 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201202091043.FAA18481@smc.vnet.net>

Looks as if =F9 is not defined...
-Tomas

> Date: Thu, 9 Feb 2012 05:43:35 -0500
> From: dh04414 at gmail.com
> Subject: plotting
> To: mathgroup at smc.vnet.net
>
> Dear All,
>
> I'm trying to plot the function r[x] as a function of x (x==F9/=F90) but when I put values for x couldn't get number. rewrite
> This is kindly ask you for your comments on how to plot r[x] as a function of x.
>
> Thank you in advance for your help. :)
>
> \[Gamma]m = 10^11;
> \[Gamma]e = 2.73*10^13;
> \[Omega]e = 1.37*10^16;
> \[Omega]m = 0.5 \[Omega]e;
> \[Omega]0 = 0.4092 \[Omega]e;
> \[Kappa]0 = 10^4;
> x[\[Omega]_] := \[Omega]/\[Omega]e
> y1 = 1.971*10^-3;
> y2 = 0.23*10^-5;
> a := 1 - 1/(x[\[Omega]]^2 + y1^2)
>
>
> b := \[Gamma]e/(\[Omega]e * x[\[Omega]] (x[\[Omega]]^2 + y1^2))
>
>
> c := 1 - (\[Omega]m^2/\[Omega]e^2)/(x[\[Omega]]^2 + y2^2)
>
> d := (\[Omega]m^2/\[Omega]e^2*\[Gamma]m)/(\[Omega]e*
>   x[\[Omega]] (x[\[Omega]]^2 + y2^2))
>
> r[x_] := \[Sqrt]((\[Omega]e^2*x[\[Omega]]^2)/(
>      9*10^16 (a^2 - b^2 - 1.69) +
>       4 a^2*b^2 ) (1.3 (a^2 - b^2) - 1.69 (a*c - b*d))*(a^2 - b^2 -
>        1.69) + ((2.6  a*b - 1.69 (a*d + b*c)) 2 a*b))
>
> Plot[r[x]/\[Kappa]0, {x, 0, 0.6}]
>


  • References:
    • plotting
      • From: David <dh04414@gmail.com>
  • Prev by Date: Re: How to call 'Clear' from within a function?
  • Next by Date: Re: ListInterpolate and missing values
  • Previous by thread: plotting
  • Next by thread: Re: plotting