+ Reply to Thread
Results 1 to 3 of 3

decimal powers of negative numbers

  1. #1
    Registered User
    Join Date
    09-23-2006
    Posts
    1

    decimal powers of negative numbers

    I will appreciate very much if somebody can help me with this problem:
    How can I get the value for
    -2^1.85 with excel.

    Thanks in advance

    S Martinez
    Santiago
    Chile

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    Could you work out +2^1.85 and then convert to a minus value.

    e.g


    ="-"&ABS(-2)^1.85

    VBA Noob

  3. #3
    Registered User
    Join Date
    05-04-2013
    Location
    Newcastle, Australia
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: decimal powers of negative numbers

    Hi,

    g = IMPOWER(COMPLEX(-2,0),1.85)

    Will give the answer to this query, verified by the Microsoft Mathematics App.
    ie. 3.21208016845614-1.63663659164475i

    However if you try the reverse: g^(1/1.85), Excel gives the answer:
    1.935465893867-0.503956122770248i again verified by Microsoft Mathematics App.
    Using IMABS: IMABS(1.935465893867-0.503956122770248i) = 2

    The statistical computing program "R" also gives this and also -2.00+0.0i.

    Normek

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1