| Author |
Comment/Response |
Wolfgang Truger
|
03/09/13 03:41am
Dear all,
I am rather new in working with Matematica so probably the solution is simple for you...
I want to compare two Lists of Expressions (Strings or numerical values). In Excel it was not a big issue - the Excel-Formula
Transpose[{"EURO3", "EURO4", "EURO5", "EURO6", "EEV"}]={"EURO4", "EURO6"}
lead me to the result:
False False
True False
False False
False True
False False
With this Matrix it is easy possible to carry on with calculations. For example multiplication with values. So True means multiplication by 1 and False by 0. By doing this I can extract very quickly data I need.
How do I realize that (this comparison matrix) with Mathematica?
URL: , |
|