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)...
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
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...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...

Similar threads

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