| Author |
Comment/Response |
Shahzad
|
03/27/10 02:27am
Hello
In Mathematica, when I want to compare lists, it outputs differntly depending on the lists.
e.g
{g, c, c} == {g, c, c} give me True
But, when I enter the input
{g, c, c} == {g, c, u} || {g, c, c}
its output is just the same.
{g, c, c} == {g, c, u} || {g, c, c}
Can you please tell me how may I test if the two lists {g, c, u} OR {g, c, c} equals to {g, c, c}?
URL: , |
|