The Core Library

The Core library is built on top of the Basics library and contains foundations needed for most other libraries. It defines the commonly used commands like Simplify, Equivalence, etc.

The Core library defines:
  • Most of the commonly used commands
  • The Location type, the At object and basic functionality to refer to locations in an expression.

In order to have the basic functionality of the system available, most of the documents you create will need to reference the Core library. Typically, you would add a reference to another library (like Math.eql or Calc.eql) that already references Core rather than adding Core directly.