% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % File: matrix.dtr % % Purpose: example showing how to encode matrices % % Email: geraldg@cogs.sussex.ac.uk % % Address: COGS, Sussex University, Brighton BN1 9QH, UK % % Author: Gerald Gazdar, 24 March 1989 % % Version: 1.01 % % Copyright (c) University of Sussex 1989. All rights reserved. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % 4 | 0 0 1 0 % 3 | 0 0 1 0 % 2 | 1 0 1 1 % 1 | 0 0 1 0 % ----------- % | 1 2 3 4 % Matrix: <> == 0 <3> == 1 <1 2> == 1 <4 2> == 1 == <"" "">. Item_1: == 2 == 3 == Matrix:<>. Item_2: == 4 == 2 == Matrix:<>. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % Item_1: = 0. % Item_2: = 1. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % # show . # hide Matrix. % The next line is the Revision Control System Id: do not delete it. % $Id: archive.dtr,v 1.1 1997/04/09 20:40:33 root Exp $