PC Review


Reply
Thread Tools Rate Thread

Exponential Function Problem

 
 
Bernie Hunt
Guest
Posts: n/a
 
      15th Mar 2006
I've run into a problem I don't understand using power functions. I've only
done limited work with powers in Excel, but I've run into a problem with
this formula;

=(-0.01^ (2/3))

This returns #Num

I tried to reformat to
=POWER(-0.01, (2/3))

and still get the same #Num.

I split the exponent into
=((-0.01^ (2))^(1/3))
and this works.

Why don't the first two formats work?

Thanks,
Bernie
 
Reply With Quote
 
 
 
 
Ron Rosenfeld
Guest
Posts: n/a
 
      15th Mar 2006
On Tue, 14 Mar 2006 21:57:20 -0800, Bernie Hunt <(E-Mail Removed)> wrote:

>I've run into a problem I don't understand using power functions. I've only
>done limited work with powers in Excel, but I've run into a problem with
>this formula;
>
>=(-0.01^ (2/3))
>
>This returns #Num
>
>I tried to reformat to
>=POWER(-0.01, (2/3))
>
>and still get the same #Num.
>
>I split the exponent into
>=((-0.01^ (2))^(1/3))
>and this works.
>
>Why don't the first two formats work?
>
>Thanks,
>Bernie


Look at HELP for operator precedence.

Unless instructed by the use of parentheses, Excel will evaluate the negation
operator prior to the exponentiation operator.

In your first two examples, you are trying to computing the exponent of a
negative number. My limited math background leads me to believe that the
example you give would result in an irrational number. But I'm sure others
more knowledgeable will chime in

In your last example, you are squaring the negative number first (which gives a
positive number) and then taking the root of that positive number.


--ron
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Exponential trend-line equation problem bash Microsoft Excel Discussion 1 26th Aug 2010 12:17 AM
Conversion Problem - Text to Exponential Commish Microsoft Access Queries 1 8th Dec 2009 03:10 PM
is there a function like NORMSINV for exponential distribution =?Utf-8?B?U3R1YXJ0IERvdWdsYXM=?= Microsoft Excel Worksheet Functions 2 26th Oct 2007 10:11 PM
exponential function Meredith Microsoft Excel Misc 3 18th Oct 2004 08:25 PM
exponential function Meredith Microsoft Excel Misc 1 18th Oct 2004 01:42 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:56 PM.