You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that isdiag uses iszero which is not defined in the normal sense on symbolic expressions (instead one needs to use Symbolcs._iszero), so a custom version of isdiag is probably needed.