Add Property - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


ScientificConstants

  

AddProperty

  

add a property for elements or isotopes

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

AddProperty( name, 'isotopic' )

Parameters

name

-

symbol

'isotopic'

-

(optional) specifies that the property is an isotope property

Description

• 

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.

Examples

withScientificConstants:

AddPropertyatomicradius

GetProperties

atomicradius,atomicweight,boilingpoint,density,electronaffinity,electronegativity,ionizationenergy,meltingpoint

(1)

AddPropertyneutronnumber,isotopic

GetPropertiesisotopic

abundance,atomicmass,betadecayenergy,bindingenergy,electronaffinityisotopic,halflife,massexcess,neutronnumber

(2)

See Also

Create Maple Initialization File

Details of Commands for Elements and Isotopes

Initial Properties for Elements and Isotopes

ScientificConstants

ScientificConstants[GetProperties]

ScientificConstants[GetProperty]

ScientificConstants[HasProperty]