CatLestat13

0 Reputation

One Badge

13 years, 331 days

MaplePrimes Activity


These are questions asked by CatLestat13

I'm trying to substitute a list of equations into an expression as so:

 

V:=ReSeq([seq(seq(u(t)^r*v(t)^s=y(r,s),r=0..w+e+1),s=0..w+e+1)]); # where ReSeq reverses the order of the sequence

for i from 1 to nops(V)-1 do
N[i]:=algsubs(V[i],N[i-1]);
end do;

where N[0] is a polynomial in u(t) and v(t). But it keeps giving y(1,0)*y(2,0) instead of y(3,0).
Page 1 of 1