Solved
max function applied on matrix/vector with strings gives inconsistent results
- January 31, 2017
- 6 replies
- 2640 views
Please check the sheet attached.
If I use the max-function on a matrix filled with strings, it returns a result.
If I use the same function on a column of the matrix, it gives an error ("These values must all be of one type")
If I assign the column of the matrix to a new variable, but don't evaluate and then use the max function on the new variable it errors
If I assign the column to a new variable and evaluate, then use the max function, it gives a result
If I write a little program and search the max of a column with different values, it errors but in the same program, if I search the max of a column (transpose of a row in this case) with identical values, it doesn't error.
Can anybody explain this inconsistent behaviour?



