Next: Solution
Up: Arrays
Previous: Solution
What is the value of:
- MAXLOC((/2,7,3,5,9,1/))?
- MAXVAL((/2,7,3,5,9,1/))?
- MAX( (/2,7,3,5,9,1/),(/1,9,5,3,7,2/))?
- MINLOC((/2,7,3,5,9,1/))?
- MINVAL((/2,7,3,5,9,1/))?
- MIN( (/2,7,3,5,9,1/),(/1,9,5,3,7,2/))?
If
what is
- MAXLOC(A, MASK = A .LT. 5)?
- MAXVAL(A, MASK = A .LT. 5)?
- MAXLOC(A, MASK = A .LT. 4)?
- MAXVAL(A, MASK = A .LT. 4)?
Go back to Notes
Next: Solution
Up: Arrays
Previous: Solution
©University of Liverpool, 1997
Thu May 29 10:11:26 BST 1997Not for commercial use.