Hi all, i'm trying to generate a sequence of matrices from a matrix with variable coefficients with "seq":
seq(Vector(3, {(1) = 3, (2) = y, (3) = 11-4*y}),y=0..10)
but it does not seem to work. Do you know why is that, and how can I perform this computation?
Thanks.