Bug introduced in 11.3 or earlier and persisting through 11.3 or later
test = Table[RandomReal[{-2, 2}], {3600}, {11}];
Dimensions[test]
{3600, 11}
Calling SingularValueDecomposition
on test
crashes the kernel:
{u, s, v} = SingularValueDecomposition[test];
Version 11.3 running on Windows 7 (64 bit).
Can anyone duplicate this behavior?
Answer
I contacted support and here is their response:
Thank you for contacting Wolfram Technical Support.
I was able to reproduce the issue, and consequently, I filed a report with our development team raising the issues and also included your contact information with them so you can be notified once the issue is resolved.
Comments
Post a Comment