Ask Your Question

iposov's profile - activity

2022-06-11 18:09:21 +0200 commented question in qepcad, string formula does not work with the 'any-point' solution type

I run code at https://sagecell.sagemath.org/: SageMath version 9.6, Release Date: 2022-05-15, Using Python 3.10.3.

2022-06-11 18:09:21 +0200 asked a question in qepcad, string formula does not work with the 'any-point' solution type

in qepcad, string formula does not work with the 'any-point' solution type This is a bug report, please point me to anot

2013-06-09 12:30:33 +0200 received badge  Supporter (source)
2013-06-09 07:15:32 +0200 asked a question Interact with SAGE over TCP

I am going to write a Java program that interacts with Sage. With Wolfram Mathematica I would have used a MathLink interface for this purpose. Does Sage have something similar?

Goolge suggests there is some way to interact over TCP with JSON queries and responses, but the Sage tutorial states only 4 ways of using Sage:


You can use Sage in several ways.

  • Notebook graphical interface: see the section on the Notebook in the reference manual and The Notebook Interface below,
  • Interactive command line: see The Interactive Shell,
  • Programs: By writing interpreted and compiled programs in Sage (see Loading and Attaching Sage ?les and Creating Compiled Code), and
  • Scripts: by writing stand-alone Python scripts that use the Sage library (see Standalone Python/Sage Scripts).