Question: How to use this sequence

Hi, here is what I have. How do I assign the each A please?

with(LinearAlgebra):
interface(rtablesize=infinity):

A:=seq(Matrix(18),i=1..21):
A[1]:=IdentityMatrix(18):

It wouldn't allow me to assign A[1]. May I know how do I do it please?

Thanks

Please Wait...