There is a kernel function Internal`ToEquivalenceClass
.I don't know how to use it.There are some right example right to run
Internal`ToEquivalenceClass[{1, 2, 3}]
(* {1, 2, 3} *)
Internal`ToEquivalenceClass[9]
(* 9 *)
Internal`ToEquivalenceClass[{1, 2., 3}, 9]
(* {1, 2., 3} *)
But the Internal`ToEquivalenceClass[{1, 2., 3}, {5, 6}]
will give a error information
And we can find a option of it.
Internal`ToEquivalenceClass // Options
{Heads -> True}
Can anybody the usage and the intention about this function?
Comments
Post a Comment