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