First time here? Check out the FAQ!
answered 2023-08-22 17:46:03 +0100
Thanks to @MaxAlexseyev, to get what I wanted, which is the adjugate matrix having all its individual entries factored, I used the command t1.apply_map(lambda z:factor(z)), which does the work.
t1.apply_map(lambda z:factor(z))