This commit is contained in:
JMARyA 2024-02-07 18:37:32 +01:00
parent cecfe1baf5
commit 6b14f4f3f4
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -19,26 +19,26 @@ The seven base units of the SI system are:
## Prefixes ## Prefixes
The SI system uses prefixes to represent multiples and submultiples of the base units. Here are some common prefixes used in the SI system: The SI system uses prefixes to represent multiples and submultiples of the base units. Here are some common prefixes used in the SI system:
| Prefix | Symbol | Multiple | | Prefix | Symbol | Multiple |
| ------ | ------ | -------------- | | ------ | ------ | ---------- |
| atto | `a` | $$ 10^{-18} $$ | | atto | `a` | $10^{-18}$ |
| femto | `f` | $$ 10^{-15} $$ | | femto | `f` | $10^{-15}$ |
| pico | `p` | $$ 10^{-12} $$ | | pico | `p` | $10^{-12}$ |
| nano | `n` | $$ 10^{-9} $$ | | nano | `n` | $10^{-9}$ |
| micro | `μ` | $$ 10^{-6} $$ | | micro | `μ` | $10^{-6}$ |
| milli | `m` | $$ 10^{-3} $$ | | milli | `m` | $10^{-3}$ |
| centi | `c` | $$ 10^{-2} $$ | | centi | `c` | $10^{-2}$ |
| deci | `d` | $$ 10^{-1} $$ | | deci | `d` | $10^{-1}$ |
| Base | - | $$ 10^{0} $$ | | Base | - | $10^{0}$ |
| deca | `da` | $$ 10^{1} $$ | | deca | `da` | $10^{1}$ |
| hecto | `h` | $$ 10^{2} $$ | | hecto | `h` | $10^{2}$ |
| kilo | `k` | $$ 10^{3} $$ | | kilo | `k` | $10^{3}$ |
| mega | `M` | $$ 10^{6} $$ | | mega | `M` | $10^{6}$ |
| giga | `G` | $$ 10^{9} $$ | | giga | `G` | $10^{9}$ |
| tera | `T` | $$ 10^{12} $$ | | tera | `T` | $10^{12}$ |
| peta | `P` | $$ 10^{15} $$ | | peta | `P` | $10^{15}$ |
| exa | `E` | $$ 10^{18} $$ | | exa | `E` | $10^{18}$ |
| zetta | `Z` | $$ 10^{21} $$ | | zetta | `Z` | $10^{21}$ |
## Derived Units ## Derived Units
### Electricity ### Electricity