{{{id=3| load DATA+'quiver_representation.py' /// }}} {{{id=1| W = QuiverRepresentation(QQbar, { (0,1) : matrix(1,0), (2,1) : matrix(1,0) }) W.interact() ///
apply reflection functor at vertex  
show_calculation 
}}} {{{id=7| W = QuiverRepresentation(QQbar, { (1,0) : matrix([[1],[0]]), (2,0) : matrix([[0],[1]]), (3,0) : matrix([[1],[1]]) }) W.interact() ///
apply reflection functor at vertex  
show_calculation 
}}} {{{id=8| /// }}} {{{id=16| V = {(1,0) : matrix(1,0), (2,0) : matrix(1,0), (3,0) : matrix(1,0) } W = QuiverRepresentation(QQbar, V) W.interact() ///
apply reflection functor at vertex  
show_calculation 
}}} {{{id=17| V = { (0,1) : matrix(0,0), (1,2) : matrix(1,0), (2,3) : matrix(0,1), (3,4) : matrix(0,0), (4,5) : matrix(0,0), (6,2) : matrix(1,0), } W = QuiverRepresentation(QQbar, V) W.interact() ///
apply reflection functor at vertex  
show_calculation 
}}} {{{id=22| /// }}} {{{id=24| /// }}} {{{id=28| /// }}} {{{id=29| /// }}}