Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

define a real variable with var() #6802

Closed
sagetrac-mvngu mannequin opened this issue Aug 22, 2009 · 1 comment
Closed

define a real variable with var() #6802

sagetrac-mvngu mannequin opened this issue Aug 22, 2009 · 1 comment

Comments

@sagetrac-mvngu
Copy link
Mannequin

sagetrac-mvngu mannequin commented Aug 22, 2009

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)

Component: symbolics

Keywords: var(), real variable

Issue created by migration from https://trac.sagemath.org/ticket/6802

@sagetrac-mvngu sagetrac-mvngu mannequin added this to the sage-4.1.2 milestone Aug 22, 2009
@sagetrac-mvngu
Copy link
Mannequin Author

sagetrac-mvngu mannequin commented Aug 22, 2009

comment:1

Closing this as a duplicate of #6559.

@sagetrac-mvngu sagetrac-mvngu mannequin added r: duplicate and removed p: major / 3 labels Aug 22, 2009
@sagetrac-mvngu sagetrac-mvngu mannequin closed this as completed Aug 22, 2009
@sagetrac-mvngu sagetrac-mvngu mannequin removed this from the sage-4.1.2 milestone Aug 22, 2009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants