[Aimmath-developers] [ aimmath-Bugs-766067 ] aim/Test versus aim/TestMatrix
Brought to you by:
gustav_delius,
npstrick
From: SourceForge.net <no...@so...> - 2003-08-27 14:05:02
|
Bugs item #766067, was opened at 2003-07-04 17:16 Message generated for change (Settings changed) made by gustav_delius You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=439479&aid=766067&group_id=44411 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Gustav W Delius (gustav_delius) Assigned to: Nobody/Anonymous (nobody) Summary: aim/Test versus aim/TestMatrix Initial Comment: The following does not work: h> A:=matrix(2,2,[1,2,3,4]) t> Please try to type the matrix $$@A@$$ into the boxes below c> MATRIX(2,2) s> [ans->`aim/Test`(ans,A),A] end> The answer is marked as incorrect, irrespective of what the student puts into the matrix boxes. It will work with `aim/TestMatrix` though. This is not in accordance with the documentation for `aim/Test` which says that it will check the type of arguments passed and call the appropriate routine automatically. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=439479&aid=766067&group_id=44411 |