What does E mean in this format?

  • Thread starter Thread starter Tmp
  • Start date Start date
  • Tags Tags
    Format Mean
AI Thread Summary
In the context of Excel, "E" represents scientific notation, indicating the coefficient multiplied by 10 raised to a power. For example, -9E-19 translates to -9 x 10^-19, which is a very small number. Users are seeking to convert a polynomial trend line equation into a format suitable for Excel calculations. The recommended formula for Excel is = -9E-19*POWER(A1,6) + 2E-14*POWER(A1,5) - 2E-10*POWER(A1,4) + 1E-06*POWER(A1,3) - 0.0027*POWER(A1,2) + 3.5222*A1 - 1656.5. The discussion highlights the importance of understanding scientific notation for accurate data representation in Excel.
Tmp
Messages
3
Reaction score
0
I'm just playing around with some stuff in excel.

I asked it to create a Polynomial trend line to the order 6 adn it came back wiht this...

Y = -9E-19x6 + 2E-14x5 - 2E-10x4 + 1E-06x3 - 0.0027x2 + 3.5222x - 1656.5


I just want to write that as a formula, but what's the E? I've seen it used to represent x10# before but that dosent seem to fit?

Can someone rewrite that in a format that works in excel?

eg.. = (10^-9)-(19*x^6)...
 
Mathematics news on Phys.org
It is 10^x, in this case it means that the coeficients in x^3 and higher are zero.
 
I kind of get what your saying but I still can't see how I can write that as a formula that will work in excel if someone can do it I'm sure I'll be able to make sense of it
 
assuming that x is a cell A1 then you can use E directly in any number

= -9E-19*power(A1,6) + 2E-14*power(A1,5) - 2E-10*power(A1,4) + 1E-06*power(A1,3) - 0.0027*power(A1,2) + 3.5222*A1- 1656.5

Although because the higher terms are so small this is really just

= 0.0027*A1*A1 + 3.5222*A1- 1656.5
 
Tmp said:
I'm just playing around with some stuff in excel.

I asked it to create a Polynomial trend line to the order 6 adn it came back wiht this...

Y = -9E-19x6 + 2E-14x5 - 2E-10x4 + 1E-06x3 - 0.0027x2 + 3.5222x - 1656.5

-9E-19 is "calculator speak" for -9 \times 10^{-19}= -0.0000000000000000009 (18 "0"s and "9" after the decimal point.)

Similarly
2E-14= 2\times 10^{-14}= .00000000000002

-2 E-10= -2\times 10^{-10}= -.0000000002

1E-06= 10^{-6}= 0.000001

I just want to write that as a formula, but what's the E? I've seen it used to represent x10# before but that dosent seem to fit?

Can someone rewrite that in a format that works in excel?

eg.. = (10^-9)-(19*x^6)...
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...

Similar threads

2
Replies
67
Views
14K
Replies
1
Views
4K
Replies
1
Views
2K
Replies
1
Views
3K
Back
Top