Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
When i was doing the matrix inverse for my assignment, two of the cell have
values like this (3.111E-05). I want to know what does the E means and how can i fix this problem. -- Thnx for the help |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
3.111E-05 is a shorthand way of writing 3.111 * 10^-5
-- David Biddulph "Rosina" wrote in message ... When i was doing the matrix inverse for my assignment, two of the cell have values like this (3.111E-05). I want to know what does the E means and how can i fix this problem. -- Thnx for the help |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
there is nothing wrong: this is just a notation for representing very small
or very large numbers. From Excel HELP: The Scientific format displays a number in exponential notation, replacing part of the number with E+n, where E (which stands for Exponent) multiplies the preceding number by 10 to the nth power. For example, a 2-decimal Scientific format displays 12345678901 as 1.23E+10, which is 1.23 times 10 to the 10th power. 3.111E-05= 0.00003111. (3.111 divided by 100000 i.e 3.111 / 10 to 5th power) Click on the cell containing this number and you will see 0.00003111 in the formula bar. HTH "Rosina" wrote: When i was doing the matrix inverse for my assignment, two of the cell have values like this (3.111E-05). I want to know what does the E means and how can i fix this problem. -- Thnx for the help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i calculate inverse tan? | Excel Worksheet Functions | |||
inverse matrices | Excel Discussion (Misc queries) | |||
How to compute the inverse of a matrix with some complex elements | Excel Worksheet Functions | |||
log inverse | Excel Discussion (Misc queries) | |||
Inverse sin | Excel Worksheet Functions |