Session 3.2 Converting lists into arrays
> restart;
> a1:=[[1,2],[3,4],[5,6]];
> a:=array(a1);
> a[3,2];