I think I managed to do what you want, at least with the version of
Fricas I currently have.
Try this:
(1) -> )trace Matrix(Integer) )ops minColIndex qelt
Packages traced:
Matrix(Integer)
(1) -> m: Matrix(Integer) := [[3]]
1<enter Matrix.minColIndex,9 : #2A((3))
1>exit Matrix.minColIndex,9 : 1
1<enter Matrix.qelt,10 : #2A((3))\1\1
1>exit Matrix.qelt,10 : 3
(1) [3]
(2) -> m + m
1<enter Matrix.minColIndex,9 : #2A((3))
1>exit Matrix.minColIndex,9 : 1
1<enter Matrix.qelt,10 : #2A((3))\1\1
1>exit Matrix.qelt,10 : 3
1<enter Matrix.qelt,10 : #2A((3))\1\1
1>exit Matrix.qelt,10 : 3
1<enter Matrix.minColIndex,9 : #2A((6))
1>exit Matrix.minColIndex,9 : 1
1<enter Matrix.qelt,10 : #2A((6))\1\1
1>exit Matrix.qelt,10 : 6
(2) [6]
As you can see, the requested functions from Matrix(Integer) are traced.
Regards,
Neven
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/CAL%2BbK4OrbVHA7jUHP9Ea-3ELm7FFaLrD6oZoz_Yd8JuTg-jL4A%40mail.gmail.com.