Ask Your Question

Andrey Yazu's profile - activity

2023-09-11 08:48:30 +0200 received badge  Notable Question (source)
2021-11-29 22:50:29 +0200 received badge  Nice Question (source)
2021-11-29 22:49:57 +0200 received badge  Popular Question (source)
2013-03-16 11:33:42 +0200 received badge  Student (source)
2013-03-16 08:18:06 +0200 received badge  Editor (source)
2013-03-16 07:53:16 +0200 asked a question sympy and sage

Playing with Sage and Sympy I accidentally ran sage from the directory ~/.config/ipython/profile_sympy and noticed that the "engine" of symbolic computation has changed:

  type (1)
  sympy.core.numbers.One

The same thing happens if from sage to execute:

  from sympy import *

Is it experimental feature? Will it grow? What are plans to integrate sympy and sage if they are? What about some quirks (in sympy, for example, I can't define something like f(x) = x+1)

Thank you and sorry for my English.