User Portlet User Portlet

Discussions
Hi, I am trying to setup Workbench with Eclipse Neon3, current Java IDE, distribution. It runs into the cerfificate (as expected), but after clicking OK does not finish the setup - at least after restart there is no sign of it. ![enter image...
Hello, im trying to Thread a function over a list and a socond shorter list wich should be considered being ceiclic. How do you approach that in Mathematica without programming the loop expicitly? I want the solutions to be Mathematica-Style...
Hello, this is a very basic and therefore somewhat embarrising one, but ... cannot figure it out. I have a list, e.g, {2, 9, 2, 9, 1, 10, 1, 1, 3, 1, 8, 2, 8, 2} (representing a solution of a numbers puzzle but not important) and I need to make...
Hi, I have to admitt I am just starting to work with the language more that just interactively calling one function after another. But now for graph theory I need to investigate a whole series of graphs which represent natural numbers and divisors. ...
Hello, With g = Graph[{"alice" -> "bertram", "carl" -> "bertram"}, VertexLabels -> "Name"] I get a graph with meaningful labels but with LayeredGraphPlot[g, VertexLabeling -> True]the labels are replaced with 1,2,3. How...
Hello, I work a lot with Graphs/GraphPlot but I cannot figure out how to do the very simple SubGraph definition of providing one vertix v from graph g and a depth to get sub graph h that has v and all vertices with a maximum distance d to v. Help...