Skip to content
kevinlawler edited this page Apr 21, 2011 · 4 revisions

x=y: Are the elements equal? It is type-insensitive and uses tolerant floating-point comparisons. Equals returns a conforming list, or an atom, in the case of atom comparisons. Compare "Match"


  1 = 0 1 2
0 1 0
  1 2 3 = 1 2 4
1 1 0
  1=1.0
1
  0 1 2 = (0 0 0;1 1 1;3 3 3)
(1 1 1
 1 1 1
 0 0 0)

Clone this wiki locally