Sunday, February 22, 2009

Part II D. help

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.

1 comment:

  1. There is a function called expt that might help.
    You 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

    ReplyDelete

Note: Only a member of this blog may post a comment.