function [Alpha, Gamma, Beta]= data; % % This file contains the information in a Heegaard diagram. % The data below is for a diagram of the Seifert fibration \Sigma(2,4,5) % % Ciprian Manolescu - May 18, 2005 % % % the number of intersection points on each alpha and gamma curve Alpha = [8 9 9]; Gamma = [7 7 7]; % input the intersection points of each beta curve with the alpha and % gamma curves, in order % the first field says which curve is intersected, in order; gamma curves % have a minus sign Beta(1).curve = [-1 1 -2 2 3 -3 3 2 1 -1 -3 3 -2]; % the second field says which point on each alpha or gamma curve is % being hit by the beta, in order % the sign is +1 for an alpha intersection going up or % a gamma intersection going outward; -1 otherwise Beta(1).point = [4 -4 -6 8 -7 5 -5 4 -6 5 2 -2 4]; Beta(2).curve = [-1 1 -2 2 3 2 1 -1 -3 3 2 3 -3 -2]; Beta(2).point = [3 -3 -7 9 -6 3 -7 6 3 -3 6 -9 7 3]; Beta(3).curve = [-1 1 2 1 -1 -3 3 2 1 -2 2 3 -3 -2]; Beta(3).point = [ 2 -2 2 -8 7 4 -4 5 -5 -5 7 -8 6 2];