User Portlet User Portlet

Sander Huisman
Discussions
I finally found a way using the British mapping system to get a decent image. Attached. And our paper on the coloring of maps where single-point adjacency counts as adjacency has just been accepted by Utilitas Mathematica.
This page is now updated specifically saying what has been fixed.
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/e79e1026-d99e-4a1e-8c1f-45acf460b62e
Also the use of For loop is very awkward and can be much simplified for readability: data = ParallelTable[ pf = \[Rho][r]; pf /= Tr[pf]; ef = Chop[Eigenvalues[pf]]; fdiag = 0; fSp = 0; Do[ ...
[@Sander][at0], if you have a chance, it would be awesome if you can post your solutions too, in a new post. Great to hear people are using Wolfram to solve these. [at0]: https://community.wolfram.com/web/sghuisman
There is no restriction as to who can report a problematic behavior. There likely are limitations on services e.g. for receiving workarounds from Technical Services (obviously there is no such restriction on Wolfram Community though).
I am running 14.0 and built-in multi-step undo seems to work with small notebooks. With my larger notebook size 30k, 900 lines, I only get one level of undo, sometimes zero. The problem seems to be MemoryLimit = 10,000,000 is too small. It took a...
![enter image description here][2] -- you have earned ***Featured Contributor Badge*** ![enter image description here][1] Your exceptional post has been selected for our editorial column ***Staff Picks*** http://wolfr.am/StaffPicks and [Your...
yes it is possible use commands Table and TableForm
You can restrict the domain of a function to be plotted with `ConditionalExpression[]`: Plot[ {ConditionalExpression[-2 x - 2, x = 3]}, {x, -8, 8}]