Do we have to write a lisp function to find eb?
The project description says that eb is found by solving the equation eb^gd = ne
in other words eb = ne^ 1/gd right? I'm not sure how I could write a lisp function to compute this.
Subscribe to:
Post Comments (Atom)
There is a function called expt that might help.
ReplyDeleteYou can check out the following link for more information:
http://www-2.cs.cmu.edu/Groups/AI/html/hyperspec/HyperSpec/Body/fun_expcm_expt.html