|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
RemoveProperty
RemoveProperty[{obj, item}]
removes all properties associated with item in obj.
RemoveProperty[{obj, item}, name]
removes the property name associated with item in obj.
DetailsDetails
- Properties are used to store and manipulate
pairs for specific named items within an object such as Graph. - RemoveProperty will produce a new graph with a removed property.
- The items available for Graph objects include vertices and edges.
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


