Question: subsop issue

hey

let me put it simple: in maple if I do

However,

if i do l := list(30); l[1] := 2; l[2] := 2; l[3] := 3; l[4] := 3; l[5] := 5; l[6] := 7

then I print l out it shows

table([1 = 2, 2 = 2, 3 = 3, 5 = 5, 4 = 3, 6 = 7])

and then after i do l := subsop(1 = NULL, l); print(l), it shows

() = ()

 

Please Wait...