| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 2 months |
| seen | 4 hours ago | |
| stats | profile views | 107 |
|
1d |
reviewed | No Action Needed Plot3D constrained to a non-rectangular region |
|
Jun 15 |
answered | Map over list of functions |
|
Jun 13 |
comment |
How to efficiently count occurrence of some element in a list? A few of the structure functions take patterns rather than functions. Pattern vs function feels redundant at first, but it's necessary/useful overall. |
|
Jun 9 |
awarded | Custodian |
|
Jun 9 |
reviewed | No Action Needed WhenEvent and partial derivatives |
|
Jun 7 |
comment |
mathematica for learning? @OleksandrR. thanks, that's good to know. @ jens i'm not talking about this question |
|
Jun 7 |
comment |
mathematica for learning? @rcollyer aye. my issue is that this is basically a more subtle version of those pictures you see on facebook that ask "Like for Eminem, Comment for Justin Bieber." poor justin bieber. for multiple reasons (some behavioral) it costs more to reopen than to close, so the system heavily prefers closing vs keeping open (i'd wager that's entirely deliberate, from what i've read from the SE people). I should make clear though that i'm talking about SO. i'm not worried about Mathematica.SE, just remarking on the what is quite possibly the root enabler of SO's hilarious culture |
|
Jun 7 |
comment |
mathematica for learning? im surprised there's no way to negate close votes. no wonder stackoverflow is a mindless clique |
|
Jun 7 |
comment |
mathematica for learning? it's important to understand that you don't need to know any math to use Mathematica. basically you just F1 all over the place (i am not joking, this is very important). the name "Mathematica" is particularly bad here. it's a much more general system than that name implies. for example, it has a lot of image processing stuff. you don't need any math to understand what Blur[ColorNegate[img]] does. even when you play around with, say, ImageTransformation which takes a function, it's not rocket science. 'mathematics' is simply not a factor in general Mathematica usage. |
|
Jun 3 |
comment |
Making a list from equations @user7540 a -> b is shorthand for Rule[a, b]. you can just do /. Rule -> List on the output |
|
May 23 |
comment |
Options which require RuleDelayed maybe there is an enourmous corpus of mathematica code somewhere (like that wolfram website i've seen), where you could extract these kinds of things semi-exhaustively? Just throwing that out as an idea. |
|
May 23 |
comment |
Why is there no PositionFunction in Mathematica? There does occur to me a 'reason' for why there is no PositionFunction, and that is that Nearest and Interpolation are "subject matter" functions whereas Position is more a language thing. E.g. hypothetically, Nearest could be constructed from a variety of data structures because all that matters is the mathematical distance between one unit and another, whereas Position is entirely about the specific list structure you are using. Not saying I'd agree with this, but there is this conceptual difference which may have something to do with the absence of a PositionFunction. |
|
May 22 |
comment |
Composition: how to make a day and night world map? sweet you could put a toothpick texture on that white thing sticking through the earth. |
|
May 22 |
accepted | Cell brackets on left side? |
|
May 22 |
comment |
Cell brackets on left side? damn. i was hoping to leave this one hanging open-endedly silent on the shoulders of WRI, so that it would nag and scrape at their subconsciousnesses until there was no recourse but to implement this feature. but alas @Rojo you've forced my hand. |
|
May 21 |
comment |
A simple StringCases problem probably .. is stronger precedence than ~~ so you're asking for repeated ")" (if you FullForm you can see this). also look into Logest/Shortest |
|
May 21 |
comment |
Function returning Null along with other unexpected expressions @Mr.Wizard might literally take me a couple weeks, but will do |
|
May 20 |
asked | Cell brackets on left side? |
|
May 19 |
revised |
Function returning Null along with other unexpected expressions deleted 109 characters in body |
|
May 19 |
answered | Function returning Null along with other unexpected expressions |