ScientificConstants
AddProperty
add a property for elements or isotopes
Calling Sequence
Parameters
Description
Examples
AddProperty( name, 'isotopic' )
name
-
symbol
'isotopic'
(optional) specifies that the property is an isotope property
The AddProperty( name ) command adds the element property named name to the ScientificConstants package for the current session.
The AddProperty( name, 'isotopic' ) command adds the isotope property named name to the ScientificConstants package for the current session.
To add a property to all future Maple sessions, add the AddProperty command to your Maple initialization file. For more information, see Create Maple Initialization File.
with⁡ScientificConstants:
AddProperty⁡atomicradius
GetProperties⁡
atomicradius,atomicweight,boilingpoint,density,electronaffinity,electronegativity,ionizationenergy,meltingpoint
AddProperty⁡neutronnumber,isotopic
GetProperties⁡isotopic
abundance,atomicmass,betadecayenergy,bindingenergy,electronaffinityisotopic,halflife,massexcess,neutronnumber
See Also
Create Maple Initialization File
Details of Commands for Elements and Isotopes
Initial Properties for Elements and Isotopes
ScientificConstants[GetProperties]
ScientificConstants[GetProperty]
ScientificConstants[HasProperty]
Download Help Document