PorductLog

  • Thread starter Thread starter lucas_php
  • Start date Start date
I would put z in a separte cell A1
I would put e(z) in a separate column, say A2
And have cell (A3) for p
A1: =(some numerical value)
A2=EXP(A1)
A3 =SQRT(2)*SQRT(A2+1)
For the Lambert function
A4: =-1 +sqrt(A3) - A3/3 + (11/72)*A3^(3/2)
The ellipses part means (.....) you keep adding terms until tyou get the
required precision. However the Wolfram articel does not tell how to
generate the next term in the series:
p/3, (11/72)p^(3/2), ...
This articel might help http://en.wikipedia.org/wiki/Lambert's_W_function
best wishes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top