Function Repository Resource:

WolframModelSignatureForm

Source Notebook

Give the formatted form of a signature specification for a Wolfram model rule or state

Contributed by: Stephen Wolfram

ResourceFunction["WolframModelSignatureForm"][rules]

formats the Wolfram model represented by rules in signature form.

Details and Options

In signature form, a pair like {1,3} is represented as 13.

Examples

Basic Examples (1) 

Represent a Wolfram model in signature form:

In[1]:=
ResourceFunction["WolframModelSignatureForm"][{{1, 3}} -> {{4, 3}}]
Out[1]=

Scope (2) 

Convert a Wolfram model rule to signature form:

In[2]:=
ResourceFunction[
 "WolframModelSignatureForm"][{{1, 3}, {2, 2}} -> {{4, 3}, {5, 2}}]
Out[2]=

Convert a Wolfram model state to signature form:

In[3]:=
ResourceFunction["WolframModelSignatureForm"][{{1, 3}, {2, 2}}]
Out[3]=

Version History

  • 2.0.0 – 16 March 2020
  • 1.0.0 – 10 March 2020

License Information