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.
- Follow-Ups:
- Re: Attempt to generalize a constant
- From: Pratik Desai <pdesai1@umbc.edu>
- Re: Attempt to generalize a constant