#14132: documentation for matrix( ) mentions ncols and nrows
--------------------------------------+-------------------------------------
       Reporter:  ManDay              |         Owner:  mvngu   
           Type:  defect              |        Status:  new     
       Priority:  major               |     Milestone:  sage-5.8
      Component:  documentation       |    Resolution:          
       Keywords:  matrix ncols nrows  |   Work issues:          
Report Upstream:  N/A                 |     Reviewers:          
        Authors:                      |     Merged in:          
   Dependencies:                      |      Stopgaps:          
--------------------------------------+-------------------------------------

Comment (by knsam):

 Hello!!

 I am not sure I understand what the problem is. The manual claims that
 setting some values to the parameters `nrows` and `ncols` will create a
 `nrows x ncols` matrix. And, Sage does, no?:

 {{{
 sage: matrix(2,3)
 [0 0 0]
 [0 0 0]
 }}}

 Would you please help me understand what the issue is? ~KnS

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