문제

I saved a file using

save("/Users/iaingray/.maxima/temp.mac",[1,2]);

which is in my file_search_maxima; path

I then tried load(temp); and batch(temp); which both failed with

stdin:1:incorrect syntax: Premature termination of input at ;.

Maxima 5.30.0, imaxima(emacs) and wxMaxima, Mac OSX 10.9.1

Any suggestions? Iain

도움이 되었습니까?

해결책

save creates a Lisp file, not a Maxima file. Give the file a name which ends with .lisp and load it via load.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top