MathGroup Archive 2005

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

Search the Archive

Attempt to generalize a constant

  • To: mathgroup at smc.vnet.net
  • Subject: [mg57684] Attempt to generalize a constant
  • From: "Narasimham" <mathma18 at hotmail.com>
  • Date: Sat, 4 Jun 2005 03:04:31 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

F[t_,mu_]= mu*JacobiSN[t,mu^2] is a function between +/- 1  extreme
limits.

FindRoot[F[t,mu]==1, {mu,1,1.5},MaxIterations-> 100 ] works for given t
= Pi/4, solution is (mu-> 2.1236).

But when it is attempted  to make t as a variable to plot solutions for
a range of t values in:

ImplicitPlot[F[t,mu]==1,{mu,1,1.5},{t,Pi/6,Pi}], it does not compute
fully.  TIA for any tips.


  • Prev by Date: activating cells
  • Next by Date: Re: Axes origin for 3D Plots
  • Previous by thread: Re: activating cells
  • Next by thread: Re: Attempt to generalize a constant