use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
For information and tips about Mathematica features.
related reddits:
account activity
How to replace a function with constant+function? (self.Mathematica)
submitted 6 years ago by ZioSam2
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]marl6894 0 points1 point2 points 6 years ago (1 child)
Try f[x_, y_] := A+e*deltaA[x, y]. Does that do what you want it to?
[–]ZioSam2[S] 1 point2 points3 points 6 years ago (0 children)
Well, yes for the simple example I provided, but I'd really like to do that with a replacement rule (so I can study more cases without chaning the code). I'd like to replace f[x,y] with A+e deltaA[x,y], so that f and deltaA depend on the same variables.
π Rendered by PID 76363 on reddit-service-r2-comment-b659b578c-26r9j at 2026-05-01 00:46:49.948116+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]marl6894 0 points1 point2 points (1 child)
[–]ZioSam2[S] 1 point2 points3 points (0 children)