| 1 | initial version |
Sage manipulates strings as Python does, so in
def escargot(f,x,u0,n,xmin,xmax,filename):
...
P.save('/home/myfolder/' + filename)
the strings '/home/myfolder/' and that in filename will be concatenated.
(more useful operations for instance here).
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.