LordPc
Active Member
alright, so im working through the maple lab test questions. stuck on this question (Q3)
let the vector u be an element of R^15 whose kth component is k^2
so i typed in
> a:= seq(k^2,k=1..15);
and got 1,4,9,...225
question is, how do i stick that into a vector?
ive tried
u:= Vector([a]);
since maple notes says the syntax for Vector is Vector([sequence]), but i get some weird message
anyone help on this one?
let the vector u be an element of R^15 whose kth component is k^2
so i typed in
> a:= seq(k^2,k=1..15);
and got 1,4,9,...225
question is, how do i stick that into a vector?
ive tried
u:= Vector([a]);
since maple notes says the syntax for Vector is Vector([sequence]), but i get some weird message
anyone help on this one?
Last edited: