Add Property - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

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

> 

with⁡ScientificConstants:

> 

AddProperty⁡atomicradius

> 

GetProperties⁡

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

(1)
> 

AddProperty⁡neutronnumber,isotopic

> 

GetProperties⁡isotopic

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]