Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
G3 = DiGraph({1:[2],2:[3,4,5],4:[2,5],5:[2,4]}) G3.plot() G3.adjacency_matrix()
Solution by:
<sri valli>, <student>, <SNIST>
Book |
Advanced Engineering Mathematics |
Author |
Erwin Kreyszig |
Edition |
8th Edition |
G3 = DiGraph({1:[2],2:[3,4,5],4:[2,5],5:[2,4]}) G3.plot() G3.adjacency_matrix()
Solution by:
<sri valli>, <student>, <SNIST>
Kreyszig-21.1 - 10-U (last edited 2010-12-18 08:25:22 by sri valli)