#12467: Implement parser Octave back to Sage
---------------------------+------------------------------------------------
   Reporter:  kcrisman     |          Owner:  tbd     
       Type:  enhancement  |         Status:  new     
   Priority:  minor        |      Milestone:  sage-5.0
  Component:  packages     |       Keywords:          
Work_issues:               |       Upstream:  N/A     
   Reviewer:               |         Author:          
     Merged:               |   Dependencies:          
---------------------------+------------------------------------------------
 Apparently we don't have such a thing, or only the very rudimentary
 general interface one.
 {{{
 sage: b = octave("[ 1, 1, 2; 3, 5, 8; 13, 21, 33 ]")
 sage: b._sage_repr()
 '   1 1 2  3 5 8  13 21 33  '
 sage: b._sage_()
 <snip>
 NotImplementedError: Unable to parse output:    1 1 2  3 5 8  13 21 33
 }}}
 See [http://tex.stackexchange.com/questions/43706/octave-to-latex this
 tex.stackexchange question] for why people want this (to make Octave turn
 into LaTeX).

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12467>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to