Dynamic matrix in Euphoria
- Posted by Allen V Robnett <alrobnett at alumni.princeton.edu> May 20, 2004
- 417 views
Given a series of sets containing a variable number of items (say n items), is it possible to have Euphoria define a square matrix dynamically, n by n, assigning the nth row and the nth column to the nth item of the current set, or would it be necessary to define the matrix in advance, hoping that the chosen value of n would be large enough to accommodate all possible cases? Allen