home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1995 / ARCHIVE95.iso / discs / pipeline / 4_10 / ComplexNos / Exp(-iPI) < prev    next >
Text File  |  1991-06-09  |  460b  |  50 lines

  1. %OP%TNN
  2. %OP%JUN
  3. %OP%WRN
  4. %OP%DP4
  5. %OP%DFT
  6. %OP%PL0
  7. %OP%HM0
  8. %OP%FM0
  9. %OP%BM0
  10. %OP%LM4
  11. %CO:A,20,44%
  12. %C%Complex Powers of Complex Numbers
  13. %C%by Gerald L Fitton
  14. %C%Input values into B8, B9, C8 and C9 only
  15.  
  16.  
  17.  
  18. z
  19. w
  20.  
  21. ln z
  22. w*lnz
  23. z^w=exp(w*ln(z))
  24. %CO:B,12,24%
  25.  
  26.  
  27.  
  28.  
  29. %R%Real
  30.  
  31. %V%%R%exp(1)
  32. %V%%R%0
  33.  
  34. %V%%R%0.5*ln(B8^2+C8^2)
  35. %V%%R%B9*B11-C9*C11
  36. %V%%R%exp(B12)*cos(C12)
  37. %CO:C,12,12%
  38.  
  39.  
  40.  
  41.  
  42. %R%Imaginary
  43.  
  44. %V%%R%0
  45. %V%%R%-pi
  46.  
  47. %V%%R%atn2(C8,B8)
  48. %V%%R%B9*C11+C9*B11
  49. %V%%R%exp(B12)*sin(C12)
  50.