|
Mar 14 |
answered | MapThread gives different results from ToExpression when trying to assign variables from a list |
|
Mar 14 |
comment |
Find variable name from DumpSave on a scoped variable I would solve it using Block instead Module, besides it, the question is interesting, to see how to work with internal module variables. |
|
Mar 14 |
comment |
Basic questions about running Mathematica I think if one needs to work with the terminal, to see graphics one could Export them to png and use any image viewer. |
|
Mar 13 |
awarded | Critic |
|
Mar 13 |
awarded | Enthusiast |
|
Mar 12 |
comment |
Can SetDelayed (:=) be compiled? You can define cosfun and kd (why redefine KroneckerDelta?) before with compile and use them in your compiled function without problems. |
|
Mar 9 |
answered | Undocumented Dynamic Function question |
|
Mar 9 |
comment |
Undocumented Dynamic Function question I don't get what's the problem. I think it's working fine. x and g have position value of the slider and cyL[change[x]] the right function value. |
|
Mar 7 |
revised |
How to efficiently Append a result of an operation on each element of a list to itself added 237 characters in body |
|
Mar 7 |
comment |
How to efficiently Append a result of an operation on each element of a list to itself I edited my answer to include yours in my benchmarks, now yours is the winner :). |
|
Mar 7 |
revised |
How to efficiently Append a result of an operation on each element of a list to itself Added new benchmark |
|
Mar 7 |
answered | How to efficiently Append a result of an operation on each element of a list to itself |
|
Mar 7 |
comment |
How to inject an evaluated expression into a held expression? @kguler but HoldFirst is not a "held expression" wrapper, it's an attribute. |
|
Mar 6 |
comment |
MatrixPlot with Tooltips After trying it, I think it's very fast, but I had a problem, when using the output of this graphic into a GraphicsGrid, it looses the custom coordinates tooltips. Anyway this is the fastest one! |
|
Mar 6 |
comment |
Exporting held expressions through JSON I think JSON only supports lists and rules and not arbitrary expressions. |
|
Mar 5 |
comment |
Can the position of Tooltips be changed? On Fedora it also appears bottom right of the mouse. Moving the mouse moves the tooltip. |
|
Mar 5 |
comment |
Advanced TuplingParallelTableAppend shold be ParallelTable[Append, tried to edit but couldn't submit. I tried it and took on my machine 32 seconds (using AbsoluteTiming). Nice solution! |
|
Mar 4 |
comment |
How to plot Venn diagrams with Mathematica? @R.M Yes, only some cases are fine with circle. |
|
Mar 4 |
revised |
How to plot Venn diagrams with Mathematica? added 446 characters in body |
|
Mar 4 |
comment |
How to plot Venn diagrams with Mathematica? Funny, maybe it should have a dynamic order of groups... and now I see that it has no labels... |