You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sage: s = WordMorphism('1->12,2->13,3->1')
sage: D = s.fixed_point('1')
sage: v = s.pisot_eigenvector_right()
sage: P = WordPaths('123',[(1,0,0),(0,1,0),(0,0,1)])
sage: w = P(D[:200])
sage: w.plot_projection(v, size=30)
For example :
Depends on #8670 (merged in 4.7.alpha2).
CC: @sagetrac-tjolivet
Component: combinatorics
Author: Sébastien Labbé
Reviewer: Timo Jolivet
Merged: sage-4.7.1.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/11253
The text was updated successfully, but these errors were encountered: