#7194: extended singular functions interface, needs work
-----------------------------------+----------------------------------------
   Reporter:  PolyBoRi             |       Owner:  malb                
       Type:  enhancement          |      Status:  new                 
   Priority:  major                |   Milestone:  sage-4.1.3          
  Component:  commutative algebra  |    Keywords:  singular            
Work_issues:                       |      Author:  Michael Brickenstein
   Reviewer:                       |      Merged:                      
-----------------------------------+----------------------------------------

Comment(by PolyBoRi):

 How to construct ring with parameters
 {{{
 #!python
 P.<x,y,z>=PolynomialRing(QQ)
 characteristic=0
 number_of_variables=1
 number_of_parameters=3
 l=[
     [0, ['a','b','c'], [['dp', number_of_parameters*(1,)], ['C', (0,)]],
 P.ideal([0])]
 , ['x', 'y', 'z'], [['dp', number_of_parameters*(1,)], ['C', (0,)]],
 P.ideal([0])]
 ring=singular_function("ring")
 ring(l, ring=P)
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7194#comment:3>
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