User Portlet User Portlet

Discussions
A belated thank you to Mr. Milton. Some surgery provided a distraction for a week. I had not explored the real Global options, just the Notebook-global options. My error or impatience in not understanding Documentation… I was also able to disable...
Any suggestion for how to generate the Cycles? I read that the SemidirectProduct was involved, but that does not evaluate in FiniteGroupData and the DirectProduct generates a different thing altogether. FiniteGroupData[{"DirectProduct",...
This is so good, the coding might looks a bit hard, but the output looks great!
Thanks for your time and effort to help explain the codes, David. What if I change the codes to the following? midpts = Range[20, 69]; freq = Join[Table[20, {5}], Table[24, {5}], Table[45, {10}], Table[30, {15}], Table[5,...
Thanks for pressing the question, Ronald. I gave up on the iPad app years ago... must be a retired-guy thing. My take was that there is a gap between what you and I assumed the usage scenario to be and what the developers assumed it would be....
Hi David To make things clear, could you please provide an example such as a link for the post you mentioned, and what do you need to extract from it?
I share your concern about macOS support. It's no secret that Theo Gray was largely responsible for continued Mac support during the 'dark days', and the macOS seems to be getting a bit less love since he has moved on. I did find an issue with Big...
Thanks Rohit. I looked at Wikipedia and discovered GitHub started when I retired. No wonder I hadn't heard of it over my 50 year career. Good to see a universal tool appear... a lot to relearn!
Using `Join` and `Take` With[{r = Range@5, n = 4}, Partition[Join[r, Take[r, n - 1]], n, 1]] (* {{1, 2, 3, 4}, {2, 3, 4, 5}, {3, 4, 5, 1}, {4, 5, 1, 2}, {5, 1, 2, 3}} *)
There is a data science course, but it doesn't cover a ton of statistics. (https://www.wolfram.com/wolfram-u/multiparadigm-data-science/ . I'm sure your courses will be amazing.