Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Thank you for the report. This is a bug with sparse matrices, which is now tracked at #28935.

As a workaround, you could use:

sage: diagonal_matrix([0], sparse=False).exp()
[1]