```python (Pdb) A.A matrix([[1, 2, 3], [4, 5, 6]], dtype=int32) (Pdb) scipy._external.array_api_compat.is_array_api_obj(A.A) True ```