MathGroup Archive 2011

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

Search the Archive

solution of equation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg116386] solution of equation
  • From: Piotr Munik <pi.munik at gmail.com>
  • Date: Sat, 12 Feb 2011 05:21:49 -0500 (EST)

Dear Math Group,



I want to solve equation like this:

L := 100; h := 1;

n Tan[n L] == h



I need roots of this equation in a list form



but I have a problem.



I try findfoot

FindRoot[n Tan[n L] == h, {n, 0.01}]

but it's not good



I need your help...


Piotr



  • Prev by Date: strange behavior with Map
  • Next by Date: Re: Apply a rule to an expression only once
  • Previous by thread: Re: strange behavior with Map
  • Next by thread: Re: solution of equation