Trendline formula

J

juanpablo

When I generate a trendline formula, what does this numbers mean?

-522597x4 - 8E+07x3 + 7E+08x2

-8E
+7E

What is that?

JP
 
J

juanpablo

I understand the use of the formula, what I dont understand is the "E" after
the number.
 
M

Marcelo

exponential
--
pleae click yes if it was helpfull
regards from Brazil
Marcelo



"juanpablo" escreveu:
 
J

JoeU2004

juanpablo said:
When I generate a trendline formula, what does this numbers mean?
-522597x4 - 8E+07x3 + 7E+08x2

-8E
+7E
What is that?

It is a cross between the mathematical and Excel way of writing formulas.
The formula above is:

-522597x4 - 8(10^7)x3 + 7(10^8)x2

where 8(10^7) means "8 times 10 to the power of 7". ("^7" means superscript
7.)
 
J

juanpablo

And what happens when it is:

+8E-05X?

JoeU2004 said:
It is a cross between the mathematical and Excel way of writing formulas.
The formula above is:

-522597x4 - 8(10^7)x3 + 7(10^8)x2

where 8(10^7) means "8 times 10 to the power of 7". ("^7" means superscript
7.)
 
J

JoeU2004

juanpablo said:
And what happens when it is:
+8E-05X?

Just as "7E+08" is 7(10^8), so this is 8(10^-5)x or 8(10^(-5))x, which means
"8 times the quantity 10 to the power of -5, all times x".


Previous said:
-522597x4 - 8E+07x3 + 7E+08x2
[....]
The formula above is:
-522597x4 - 8(10^7)x3 + 7(10^8)x2

I presume you are using a polynomial trendline, so that would be better
written as:

-522597(x^4) - 8(10^7)(x^3) + 7(10^8)(x^2)


----- original message -----
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top