File:Graph for example adjacency matrix.svg

Original file(SVG file, nominally 658 × 204 pixels, file size: 4 KB)

Summary edit

File information
Description

Graph for example adjacency matrix.

Source

I (Functor salad (talk)) created this work entirely by myself.

Date
Author

Functor salad (talk)

Permission
(Reusing this file)

See below.


Graphviz dot source:

digraph {
    rankdir = "LR"
    edge [fontname="DejaVu Serif", fontcolor="blue",fontsize=17
         ]
    node [shape=circle, 
          fontname="DejaVu Serif",fontsize=17]
  
  1 [label="1 (source)"]
  4 [label="4 (sink)"]

  1 -> 2 [label="e1"]
  1 -> 3 [label="e2"]
  2 -> 3 [label="e3"]
  2 -> 4 [label="e4"]
  3 -> 4 [label="e5"]
  4 -> 1 [label="e6",constraint=false]

}

Licensing: edit

I, the copyright holder of this work, hereby publish it under the following licenses:
You may select the license of your choice.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current00:18, 15 August 2009Thumbnail for version as of 00:18, 15 August 2009658 × 204 (4 KB)Functor salad (talk | contribs){{Information |Description = |Source = I (~~~) created this work entirely by myself. |Date = |Author = ~~~ |other_versions = }} Graphviz dot source: <code> digraph { rankdir = "LR" edge [fontname="DejaVu Seri
The following pages on the English Wikipedia use this file (pages on other projects are not listed):