convert to scientific notation

2009-04-20 Thread Randall Lee Reetz
I can't remember how to use power function ^ to find the nth root of a number. To find the 2ndth root of a number we can use the sqrt () function. But to find the nth root For instance, lets say I want to convert a number to scientific notation (the 10th root of that number)... I used

Re: convert to scientific notation

2009-04-20 Thread Brian Yennie
Randall, I think you are confusing two different concepts. 10^2 = 100, not 2^10 = 100. What you want is something like this: Step 1) 10^x = 100 Step 2) log 10^x = log 100 Step 3) x log 10 = log 100 Step 4) x = log 100 / log 10 In short, you need to use logarithms and you'll get a formula

Re: convert to scientific notation

2009-04-20 Thread Terry Judd
As in 27^(1/3) = 3? Terry... On 21/04/09 9:53 AM, Randall Lee Reetz rand...@randallreetz.com wrote: I can't remember how to use power function ^ to find the nth root of a number. To find the 2ndth root of a number we can use the sqrt () function. But to find the nth root For

RE: convert to scientific notation

2009-04-20 Thread Randall Reetz
Not confused by what i mean. How do i get the nth root of a number? -Original Message- From: Brian Yennie bri...@qldlearning.com To: How to use Revolution use-revolution@lists.runrev.com Sent: 4/20/2009 5:03 PM Subject: Re: convert to scientific notation Randall, I think you

Re: convert to scientific notation

2009-04-20 Thread Brian Yennie
-revolution@lists.runrev.com Sent: 4/20/2009 5:03 PM Subject: Re: convert to scientific notation Randall, I think you are confusing two different concepts. 10^2 = 100, not 2^10 = 100. What you want is something like this: Step 1) 10^x = 100 Step 2) log 10^x = log 100 Step 3) x log 10 = log 100 Step

RE: convert to scientific notation

2009-04-20 Thread Randall Reetz
Thanks terry... Too much coffee today... -Original Message- From: Terry Judd t...@unimelb.edu.au To: How to use Revolution use-revolution@lists.runrev.com Sent: 4/20/2009 5:19 PM Subject: Re: convert to scientific notation As in 27^(1/3) = 3? Terry... On 21/04/09 9:53 AM, Randall Lee

RE: convert to scientific notation

2009-04-20 Thread Randall Reetz
use-revolution@lists.runrev.com Sent: 4/20/2009 5:31 PM Subject: Re: convert to scientific notation Randall, You want the nth root and you are doing it correctly, but have a false assumption (the 10th root of 100 is NOT 2). I showed how to derive 10^x = 100, which is more relevant

Re: convert to scientific notation

2009-04-20 Thread Brian Yennie
use-revolution@lists.runrev.com Sent: 4/20/2009 5:03 PM Subject: Re: convert to scientific notation Randall, I think you are confusing two different concepts. 10^2 = 100, not 2^10 = 100. What you want is something like this: Step 1) 10^x = 100 Step 2) log 10^x = log 100 Step 3) x log 10 = log

RE: convert to scientific notation

2009-04-20 Thread Randall Reetz
I need to sleep or go back to grade 3. Sorry everyone. Dont report me to the math authorities! -Original Message- From: Randall Reetz rand...@randallreetz.com To: How to use Revolution use-revolution@lists.runrev.com Sent: 4/20/2009 5:46 PM Subject: RE: convert to scientific notation

RE: convert to scientific notation

2009-04-20 Thread Randall Reetz
I found this symbol... / Very cool! Inverse of multiply! -Original Message- From: Randall Reetz rand...@randallreetz.com To: How to use Revolution use-revolution@lists.runrev.com Sent: 4/20/2009 6:08 PM Subject: RE: convert to scientific notation I need to sleep or go back to grade 3

Re: convert to scientific notation

2009-04-20 Thread Terry Judd
: 4/20/2009 6:08 PM Subject: RE: convert to scientific notation I need to sleep or go back to grade 3. Sorry everyone. Dont report me to the math authorities! -Original Message- From: Randall Reetz rand...@randallreetz.com To: How to use Revolution use-revolution@lists.runrev.com

RE: convert to scientific notation

2009-04-20 Thread Randall Reetz
World changing. Too bad i am too old for a Fields prize nomination. -Original Message- From: Terry Judd t...@unimelb.edu.au To: How to use Revolution use-revolution@lists.runrev.com Sent: 4/20/2009 6:23 PM Subject: Re: convert to scientific notation Wouldn't that be 1/* ;) On 21/04

Re: convert to scientific notation

2009-04-20 Thread Terry Judd
@lists.runrev.com Sent: 4/20/2009 6:23 PM Subject: Re: convert to scientific notation Wouldn't that be 1/* ;) On 21/04/09 11:18 AM, Randall Reetz rand...@randallreetz.com wrote: I found this symbol... / Very cool! Inverse of multiply! -Original Message- From: Randall Reetz rand