[sage-support] Interface to 4ti2

2019-03-19 Thread 'benyamin alizade' via sage-support
I use SageMath 8.6 on Ubuntu 18.04 and want to interface to 4ti2 which is already installed on mt system. Unfortunately I can not run any of the commands of http://doc.sagemath.org/html/en/reference/interfaces/sage/interfaces/four_ti_2.html. When I run sage -i 4ti2, it returns that -i is an unkn

Re: [sage-support] Maple interface

2019-03-13 Thread 'benyamin alizade' via sage-support
As I had a few time to run SageMath, I decided to use Linux instead of Windows to solve that problem soon. I give my special thank to all specialists who tried to solve my problem. On Fri, Mar 8, 2019 at 11:03 PM John Cremona wrote: > Perhaps an easier way to debug this is to use the fact that

Re: [sage-support] Maple interface

2019-03-08 Thread 'benyamin alizade' via sage-support
I tried more on this problem. Trying for maple('3*4'), what does this error mean? TypeError: An error occurred running a Maple command: INPUT: sage6:=3*4:; OUTPUT: on line 9, syntax error, control character unexpected: A ^ B On Fri, Mar 8, 2019 at 4:06 PM benyamin alizade < benyamin.m.aliza..

Re: [sage-support] Maple interface

2019-03-08 Thread &#x27;benyamin alizade&#x27; via sage-support
Thanks for your comments. Unfortunately, it did not solve my problem. On Wed, Mar 6, 2019 at 8:12 PM E. Madison Bray wrote: > > > On Wednesday, March 6, 2019 at 5:31:19 PM UTC+1, E. Madison Bray wrote: >> >> On Tuesday, March 5, 2019 at 4:47:39 PM UTC+1, benyamin alizade wrote: >>> >>> It give

Re: [sage-support] Maple interface

2019-03-05 Thread &#x27;benyamin alizade&#x27; via sage-support
ad: 4194304 ignorecase: False searchwindowsize: None delaybeforesend: None delayafterclose: 0.1 delayafterterminate: 0.1 searcher: searcher_re: 0: re.compile('#-->') On Tue, Mar 5, 2019 at 5:27 PM Dima Pasechnik wrote: > what is the error you get in terminal? > > On Tue

Re: [sage-support] Maple interface

2019-03-05 Thread &#x27;benyamin alizade&#x27; via sage-support
> > > OK, good. How about trying that original example -- maple('3*5') -- > you were unable to run in Jupyter, in the Sage terminal? > Does it work there? > > I have tried for both. Neither the Jupyter nor Sage terminal work for maple('3*5'). -- You received this message because you are subs

Re: [sage-support] Maple interface

2019-03-05 Thread &#x27;benyamin alizade&#x27; via sage-support
> > > I see. Sorry, I have not realised you're using a notebook interface > (by the way, which one - jupyter?) > > Yes, I'm using Jupyter. > Do you know how to try this in a Sage terminal session instead? > I tried maple_console() in the Sage terminal. It causes to run Maple in the same t

Re: [sage-support] Maple interface

2019-03-05 Thread &#x27;benyamin alizade&#x27; via sage-support
> > this is very strange. It's been present in all versions of Sage since > 2007 or so... > > How about > > maple.console() > > instead? > > It gives the following error: ---RuntimeError Tr

Re: [sage-support] Maple interface

2019-03-05 Thread &#x27;benyamin alizade&#x27; via sage-support
> > Does maple_console() (a Sagemath command, i.e. type this at sage: prompt) > work for you? If not, what is the error message? > > It gives the following error: ---NameError Traceback (m

Re: [sage-support] Maple interface

2019-03-05 Thread &#x27;benyamin alizade&#x27; via sage-support
Many thanks for your reply. I installed Sagemath using the SageMath-8.5-Installer-v0.4.1. downloaded from the Sagemath homepage. Yes, I mean the MS-DOS prompt. I examined it to be sure that maple exists in the path (perhaps a wrong examination!) -- You received this message because you are subs

[sage-support] Maple interface

2019-03-04 Thread &#x27;benyamin alizade&#x27; via sage-support
I am using Sagemath 8.5 Notebook on Win 7 and trying to interface to Maple. Maple is already added to my path ("maple" command runs Maple by the command line). However, I can't run even simplest commands like maple('3*5'). It takes too long and when I interrupt it, the attached message appears.