#237: Add inverse expression/equation identifier capability to Sage
-------------------------------+--------------------------------------------
       Reporter:  was          |         Owner:  was          
           Type:  enhancement  |        Status:  new          
       Priority:  minor        |     Milestone:  sage-wishlist
      Component:  interfaces   |    Resolution:               
       Keywords:               |   Work issues:               
Report Upstream:  N/A          |     Reviewers:               
        Authors:  Keshav Kini  |     Merged in:               
   Dependencies:               |      Stopgaps:               
-------------------------------+--------------------------------------------

Comment (by kini):

 I don't think it would be such a big deal. By "bindings" I don't mean
 actual bindings - this kind of program isn't going to be called en masse
 or require a whole lot of speed in the communication pipeline like, say
 GAP does, so writing a `libries` (to actually link against the RIES code)
 is surely unnecessary.

 We can just write an interface in `$SAGE_ROOT/devel/sage/sage/interfaces/`
 which takes a Sage number of some kind, converts it into a string, and
 then calls `ries` on the command line with it. The only nontrivial part
 would be to convert the result back into a form that is meaningful in
 Sage, (as opposed to just printing it as it appears when calling `ries` on
 the command line). For example you might want to convert the output of
 `ries` into a list of Sage symbolic expressions, or something like that.
 That would involve string parsing to decipher the output notation `ries`
 uses.

 I could probably give it a try if I get some time. Of course, other
 developers are free to do so as well :)

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/237#comment:13>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to