haynewp
Structural
- Dec 13, 2000
- 2,306
I am new at arrays in Mathcad. How can you compare the corresponding values in 2 arrays and write the maximum of the 2 to a new array?
For instance I have an array called "a" which has 1 column and 3 rows. I want to compare each value to the same position in "b" and write the maximum for each position to a new array called "c".
When I use c=max(a,b) it just returns one value for "c" instead of a new array.
For instance I have an array called "a" which has 1 column and 3 rows. I want to compare each value to the same position in "b" and write the maximum for each position to a new array called "c".
When I use c=max(a,b) it just returns one value for "c" instead of a new array.