> > forward: > > > What is command (terminal) to change SAGE to SINGULAR? > > > Thank you > > +++ > Dear Selvaraja, > > I think this is what you mean? Or do you mean using Singular from within > Sage itself? > > - kcrisman > > > $ sage -singular > SINGULAR / > Development > A Computer Algebra System for Polynomial Computations / version > 3-1-6 > 0< > by: W. Decker, G.-M. Greuel, G. Pfister, H. Schoenemann \ Dec 2012 > FB Mathematik der Universitaet, D-67653 Kaiserslautern \ > > Hi: please respond to the [email protected] address.
You said: But it shows error ++++++++++++++++++++++++++++++++++++++++++++++++ selva@math-HP-Pro-3330-MT:~$ cd Downloads/sage-6.2-i686-Linux/ selva@math-HP-Pro-3330-MT:~/Downloads/sage-6.2-i686-Linux$ ./sage ┌────────────────────────────────────────────────────────────────────┐ │ Sage Version 6.2, Release Date: 2014-05-06 │ │ Type "notebook()" for the browser-based notebook interface. │ │ Type "help()" for help. │ └────────────────────────────────────────────────────────────────────┘ sage: sage -singular --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-1-c5ab08f53a9a> in <module>() ----> 1 sage -singular TypeError: unsupported operand type(s) for -: 'module' and 'Singular' sage: Correct. Instead, do selva@math-HP-Pro-3330-MT:~/Downloads/sage-6.2-i686-Linux$ ./sage -singular and then you will get Singular. Inside of Sage itself it will be best to look at http://www.sagemath.org/doc/reference/interfaces/sage/interfaces/singular.html for documentation. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
