Units of Exposure
Description
Examples
Exposure has the dimension radiation per mass. The SI composite unit of exposure is the coulomb of radiation per kilogram.
Maple knows the units of exposure listed in the following table.
Name
Symbols
Context
Alternate Spellings
Prefixes
roentgen
R
SI *
roentgens
SI
An asterisk ( * ) indicates the default context, an at sign (@) indicates an abbreviation, and under the prefixes column, SI indicates that the unit takes all SI prefixes, IEC indicates that the unit takes IEC prefixes, and SI+ and SI- indicate that the unit takes only positive and negative SI prefixes, respectively. Refer to a unit in the Units package by indexing the name or symbol with the context, for example, roentgen[SI] or R[SI]; or, if the context is indicated as the default, by using only the unit name or symbol, for example, roentgen or R.
The unit of exposure is defined as follows.
A roentgen is defined as 0.000258 coulomb of radiation per kilogram.
convert⁡roentgen,dimensions,base=true
electric_current⁡radiation⁢time⁡radiationmass
convert⁡1,units,roentgen,C⁡radiationkg
129500000
When the standard or natural modes for combining units are selected, Maple by default requires the correct annotation to the unit coulomb, as in the previous example. In the default simple mode, this is not required.
convert⁡1,units,roentgen,Ckg
UnitsUseMode⁡standard
simple
Error, (in `convert/units`) unable to convert `R` to `C/kg`
convert⁡1,units,roentgen,Ckg,symbolic
See Also
convert/dimensions
convert/units
Units
Units/electric_charge
Units/Index
Units/mass
Download Help Document