:
ssh -X your-name@deigo.oist.jp
You can log....
The '-X' parameter tells ssh to allow graphical applications to display their windows on your local...:
ssh -X your-name@deigo.oist.jp
You can log...
(a, b, n):
h = 1.0 / n
s = 0.0
for i in xrange(a, b):
x = h * (i + 0.5)
s += 4.0 / (1.0... + x*x)
return s * h
## wrapper for the partial computation function... of pi
def compute_rpi(a, b, n):
h = 1.0 / n
s = 0.0
for i in xrange(a, b):
x = h * (i + 0.5...
or Cygwin/X, Mathematica can be directly run on Sango with its GUI. The steps... will be as bellow
1. Login into Deigo using ssh with the -X (or -Y... on MacOSX) option
$ ssh -X deigo
2. Load the latest version...