ó
Ħĵ\c           @@ s%  d  Z  d d l m Z m Z [ [ y d d l Z Wn e k
 rQ e d   n X[ d d l m Z d e k r d   Z e   [ n  d d l	 Z	 e	 j
 d d k rı e	 j
 d	 d
 k  sß e	 j
 d d k rî e	 j
 d	 d k  rî e d   n  [	 d   Z e   Z d	 d l Td	 d l Td	 d l Td	 d l Td	 d l Td	 d l Td	 d l Td	 d l Td	 d l Td	 d l Td	 d l Td	 d l Td	 d l Td	 d l Td	 d l Td	 d l Td	 d l Td	 d l Td	 d l Td	 d l  Td	 d l! m" Z" m# Z# m$ Z$ m% Z% d	 d l& Td	 d l' m( Z( m) Z) e* j+   d	 d l, Td S(   sµ  
SymPy is a Python library for symbolic mathematics. It aims to become a
full-featured computer algebra system (CAS) while keeping the code as simple
as possible in order to be comprehensible and easily extensible.  SymPy is
written entirely in Python. It depends on mpmath, and other external libraries
may be optionally for things like plotting support.

See the webpage for more information and documentation:

    https://sympy.org

i    (   t   absolute_importt   print_functionNs   SymPy now depends on mpmath as an external library. See https://docs.sympy.org/latest/install.html#mpmath for more information.(   t   __version__t   devc          C@ s,   d d  l  }  |  j d d t d d ~  d  S(   Ni    t   defaults   .*t   modules   sympy.*(   t   warningst   filterwarningst   DeprecationWarning(   R   (    (    s-   lib/python2.7/site-packages/sympy/__init__.pyt   enable_warnings   s    i   i   i   i   i   s9   Python version 2.7 or 3.4 or above is required for SymPy.c          C@ sH   d d  l  }  |  j d d  } | d k r4 t |  St d |   d  S(   Ni    t   SYMPY_DEBUGt   Falset   Trues&   unrecognized value for SYMPY_DEBUG: %s(   R   R   (   t   ost   getenvt   evalt   RuntimeError(   R   t	   debug_str(    (    s-   lib/python2.7/site-packages/sympy/__init__.pyt   __sympy_debug.   s    
(   t   *(   t   plott   textplott   plot_backendst   plot_implicit(   t   init_sessiont   init_printing(-   t   __doc__t
   __future__R    R   t   mpmatht   ImportErrort   sympy.releaseR   R	   t   syst   version_infoR   R
   t   coret   logict   assumptionst   polyst   seriest	   functionst   ntheoryt   concretet   discretet   simplifyt   setst   solverst   matricest   geometryt	   utilitiest	   integralst   tensort   parsingt   calculust   algebrast   plottingR   R   R   R   t   printingt   interactiveR   R   t   evalft   _create_evalf_tablet
   deprecated(    (    (    s-   lib/python2.7/site-packages/sympy/__init__.pyt   <module>   sX   	&&			



















"

