Differences between revisions 1 and 2
Revision 1 as of 2010-12-18 08:24:14
Size: 382
Editor: sri valli
Comment:
Revision 2 as of 2010-12-18 08:25:22
Size: 328
Editor: sri valli
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
   * <Your Name>, <Profession>, <Organization>
   * <Your Name>, <Profession>, <Organization>
   * <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)