Question: deleting repeated elements of a list or vector

 

 

Is there any function that does this?

 

A:=<1,2,3,2,4,1,6,3,2,0,0>;

output: <0,1,2,3,4,6>

Please Wait...