Results 1 to 2 of 2

Thread: Lambert W function for Excel, work on real and complex number

  1. #1
    New Member
    Join Date
    Apr 12
    Posts
    7

    Thumbs up Lambert W function for Excel, work on real and complex number

    The Lambert W function (very efficient, fast)

    See, LambertW.bas to get the VB module (attach)

    Input: real or complex values from -infinity to +infinity
    You can verify the results with

    =IMSUM(IMPRODUCT(LambertW(COMPLEX(-100,0)),IMEXP(LambertWc(-100,0))),-1)
    return:
    -100.999999999999+8.5265128291212E-14i

    OR

    =IMPRODUCT(LambertW(-0.1),IMEXP(LambertW(-0.1)))
    return:
    -0.1

    Lots of testing, no error found
    Attached Files Attached Files

  2. #2
    New Member
    Join Date
    Feb 13
    Posts
    1

    Re: Lambert W function for Excel, work on real and complex number

    Thank you! That has saved me a lot of work!



    Martin/

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •