==========================
Work with analysis results
==========================

.. image:: /img/colorCode.svg

SLiCAP output displayed on this manual page, is generated with the script: ``math.py``, imported by ``Manual.py``.

.. literalinclude:: ../math.py
    :linenos:
    :lines: 1-12
    :lineno-start: 1

Python offers numerous packages for processing SLiCAP results and deriving and solving design equations. Aside from that SLiCAP offers the user a number of built-in: 

#. `math functions <../reference/SLiCAPmath.html#module-SLiCAP.SLiCAPmath>`__
#. `plot functions <../reference/SLiCAPplots.html#module-SLiCAP.SLiCAPplots>`__

.. image:: /img/colorCode.svg
