User Portlet User Portlet

Discussions
I have encountered what looks like a bug relating to tensor symmetry computations (or maybe I am missing something?) Take the following example: Table[E^(-(((i - j)/2 - p + q)^2/2)), {i, 5}, {j, 5}, {p, 3}, {q, 3}] This array is symmetric...
I have a notebook that gets data from the NFL’s API and solves a Mixed Integer Second Order Cone Program that makes picks for my football pool each week. I’d like to set it up to run in the cloud on a schedule and then email my pick in, however I am...
I have a `DateInterval` object that might begin in the `InfinitePast` and I want to test to see if this is the case. When you construct such a `DateInterval` it will have it's granularity updated to match the smallest granularity of the other end...
Has anyone had any luck using the new encrypted credential storage features of 12.1 in the cloud? I am trying to use the new SystemCredential system introduced in 12.1, but I’d like to store these credentials persistently in the cloud. The...