You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this sage-support thread, there is a request for var() to be able to define a "real" variable. Then one can do this
sage: a = var("a")
sage: conjugate(a)
a
As of Sage 4.1.1, we have this:
----------------------------------------------------------------------
| Sage Version 4.1.1, Release Date: 2009-08-14 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: a = var("a")
sage: conjugate(a)
conjugate(a)
At this sage-support thread, there is a request for
var()
to be able to define a "real" variable. Then one can do thisAs of Sage 4.1.1, we have this:
Component: symbolics
Keywords: var(), real variable
Issue created by migration from https://trac.sagemath.org/ticket/6802
The text was updated successfully, but these errors were encountered: