#14056: Distance matrix
--------------------------------+-------------------------------------------
       Reporter:  azi           |         Owner:  jason, ncohen, rlm
           Type:  enhancement   |        Status:  needs_info        
       Priority:  trivial       |     Milestone:  sage-5.10         
      Component:  graph theory  |    Resolution:                    
       Keywords:                |   Work issues:                    
Report Upstream:  N/A           |     Reviewers:                    
        Authors:                |     Merged in:                    
   Dependencies:                |      Stopgaps:                    
--------------------------------+-------------------------------------------

Comment (by azi):

 Replying to [comment:19 ncohen]:
 > > We can do that as well, though I would then still like to have a
 method distance_matrix() calling distance_all_pairs with the appropriate
 argument.
 >
 > What do you mean ? `O_o` ``distance_all_pairs`` has no argument `O_o`
 >
 > > At least for consistency with adjacency,incidence and Kirchhoff
 matrix.
 >
 > I don't understand what you mean here either.
 What I meant was that If we choose to put this thing under
 distance_all_pairs and add an argument returning the distance matrix, then
 I would still like to have a method called distance_matrix() that would
 call distance_all_pairs asking for the distance matrix. And I would want
 to have that since I would like to have a method called distance_matrix()
 as we do for the other mentioned matrices!

 That being said I am now starting to doubt it is a good idea to mix this
 distance matrix with the shortest path algorithm. Especially if  we don't
 have the indexed matrix thing and since (apperently) infinity is not
 digested by matrices.

 What do you think

 >
 > > As for infinity.. Well I like to think of these matrices as well
 defined algebraic objects and I am not even sure if a matrix can digest
 Infinity as its entry...
 >
 > Ookok.. I don't like it, but it makes sense.
 >
 > Nathann

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