Welcome to SymPy (Alan Bromborsky)
[sympy.git] / examples / all
blobf2ad056733fd4acf7a870a4177303810f2ae3cfd
1 #! /bin/bash
2 # Executes all examples, that are working (mainly for testing purposes).
4 # Usage:
6 # When all examples run:
7 # $ ./all > out
8 # $
10 # When some examples fail:
11 # $ ./all > out
12 # Traceback (most recent call last):
13 # File "./limits_examples.py", line 17, in ?
14 # [...]
15 # $
17 # Obviously, we want to achieve the first result.
19 # The commented out examples below don't run:
20 ./basic.py
21 #./mplot3d.py
22 ./relativity.py
23 ./differential_equations.py
24 #./pidigits.py
25 ./differentiation.py
26 #./plotting_nice_plot.py
27 ./series.py
28 ./expansion.py
29 #./plotting.py
30 ./substitution.py
31 ./precision.py
32 #./tensors.py
33 ./fem_test.py
34 #./print_gtk.py
35 ./t.py
36 ./functions.py
37 ./print_pretty.py
38 ./trees.py
39 #./print_pygame.py
40 ./vandermonde.py
41 ./limits_examples.py
42 #./qft.py
43 #./mplot2d.py