Created
January 11, 2017 01:42
-
-
Save jacknlliu/6f2af1740884346a52dcddbb2e776d61 to your computer and use it in GitHub Desktop.
computation python initial script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env python3 | |
| import matplotlib.pyplot as plt | |
| import numpy as np | |
| from sympy import init_session | |
| init_session() | |
| %matplotlib tk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment