Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. import sympy as sp
  2.  
  3. # use to display nicely in the lines in code output.
  4.  
  5. from sympy.interactive.printing import init_printing
  6. init_printing(use_unicode=False, wrap_line=False, no_global=True)
  7. from sympy.matrices import *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement