Ticket #3485 (closed defect: fixed)
[with patch, positive review] new sage_input function gives a sequence of commands to reproduce sage values
| Reported by: | cwitty | Owned by: | cwitty |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.1 |
| Component: | misc | Keywords: | editor_mabshoff |
| Cc: | ncalexan, wstein | Author(s): | |
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description (last modified by cwitty) (diff)
This patch creates a new sage_input function, that does things like this:
sage: sage_input((polygen(GF(3))+1)^4) R.<x> = GF(3)[] x^4 + x^3 + x + 1
sage_input is implemented for only a few types; but I picked "complicated" types, so I think the underlying framework is ready to go. Once this patch has been accepted, I plan to go through and add support for many more types.
This patch depends on #3484.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

