#5192: Improve factor documentation
-------------------------+--------------------------------------------------
 Reporter:  kcrisman     |       Owner:  tbd       
     Type:  enhancement  |      Status:  new       
 Priority:  minor        |   Milestone:  sage-3.4.1
Component:  algebra      |    Keywords:            
-------------------------+--------------------------------------------------
 Integers which result from symbolic expressions live in the symbolic ring,
 so they are not factored by factor().  E.g.
 {{{
 sage: f(n)=n^2+n+41
 sage: a=f(40)
 sage: factor(a),is_prime(a),a
 (1681, False, 1681)
 sage: factor(1681)
 41^2
 }}}
 But this is not obvious from the documentation of factor(), which only
 refers to e.g. a.factor? as the source of this.  Some example like this
 should be added to the documentation of the global factor().

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5192>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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