% initialize set and matrix
S = zonotope([0;0], [1 1 0; 1 0 1]);
M = [1 0; -1 0.5];
 
% linear map
res = M * S;