Artifact 7e644fc907aca20dc8d25c31b8251e4dff0211f31ed1de323bdfe35ae1e94520:
- Executable file
r37/lisp/csl/html/r37_0497.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 770) [annotate] [blame] [check-ins using] [more...]
<A NAME=Lambert_W_function> <TITLE>Lambert_W_function</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>LAMBERT\_W FUNCTION</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> Lambert's W function is the inverse of the function w * e**w. It is used in the <A HREF=r37_0179.html>solve</A> package for equations containing exponentials and logarithms. <P> <P> <P> <H3> syntax: </H3> <em>Lambert_W</em>(<z>) <P> <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> Lambert_W(-1/e); -1 solve(w + log(w),w); w=lambert_w(1) on rounded; Lambert_W(-0.05); - 0.0527059835515 </TT></PRE><P>The current implementation will compute the principal branch in rounded mode only. <P> <P> <P>