Skip to main content
11 events
when toggle format what by license comment
Apr 24 at 5:58 comment added xzczd Strongly related: mathematica.stackexchange.com/q/302595/1871
Apr 20 at 15:35 history became hot network question
Apr 20 at 14:25 answer added lericr timeline score: 2
Apr 20 at 9:17 comment added feynman RegionFunction -> Function[{x, y},Evaluateü z > 0] doesn't evaluate z > 0
Apr 20 at 7:36 comment added Daniel Huber RegionFunction -> Function[{x, y}, x+y > 0] or RegionFunction -> Function[{x, y},Evaluateü z > 0]
Apr 20 at 7:35 comment added feynman @DanielHuber thank you but how to rewrite my RegionFunction
Apr 20 at 7:35 comment added feynman @lericr thank you but how to do that
Apr 20 at 7:31 comment added Daniel Huber RegionFunction -> Function[{x, y}, z > 0] is wrong syntax. "Function" has the attribute "HoldAll". Therefore, z is not evaluated. You either need: Function[{x, y},x+y > 0] or Function[{x, y}, Evaluateüz > 0]
Apr 20 at 6:24 answer added Nasser timeline score: 4
Apr 20 at 6:11 comment added lericr Why don't you just write the body of the Function in the Function? Then you don't need the Module at all.
Apr 20 at 5:44 history asked feynman CC BY-SA 4.0