HP Forums

Full Version: randMat and CAS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is also a little strange:

In CAS, randMat(5,5,4) returns a 5x5 matrix with integers between 1 and 4 - - OK
but randMat(5,5,4,7) returns 5 ??

Contrast this with Home RANDMAT(5,5,4,7) OK.
Indeed, there is a typo in source code (return m; instead of return M; )
(12-14-2014 06:56 AM)parisse Wrote: [ -> ]Indeed, there is a typo in source code (return m; instead of return M; )

Another instance of the malignity of differentiating entities purely by capitalization.
Hello

Quote:Another instance of the malignity of differentiating entities purely by capitalization.

PASCAL RULEZ!
:-)

Cyrille
Reference URL's