Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 624 Bytes

File metadata and controls

37 lines (21 loc) · 624 Bytes

Symbol

Symbol

is the head of symbols.

Examples

>> Head(x)
Symbol

You can use Symbol to create symbols from strings:

>> Symbol("x") + Symbol("x")
2*x

>> {\[Eta], \[CapitalGamma]\[Beta], Z\[Infinity], \[Angle]XYZ, \[FilledSquare]r, i\[Ellipsis]j}
{\u03b7, \u0393\u03b2, Z\u221e, \u2220XYZ, \u25a0r, i\u2026j}

Implementation status

  • ✅ - full supported

Github