Skip to main content
7 events
when toggle format what by license comment
Jun 16, 2020 at 9:23 history edited CommunityBot
Commonmark migration
Apr 13, 2017 at 12:55 history edited CommunityBot
replaced http://mathematica.stackexchange.com/ with https://mathematica.stackexchange.com/
Jul 4, 2016 at 7:42 comment added Simon Rochester @masterxilo At one point the message could be turned back on with On[General::plnr], but that doesn't seem to work any more.
Jul 4, 2016 at 7:39 comment added Simon Rochester @masterxilo There used to be such an error message in Mathematica -- it was removed in version 6. And it looks like Szabolcs complained about that then. Maybe the thinking was that a graphics command does not need to provide a mathematically rigorous result, so it should just do the best it can and not bother you with error messages. That makes it less annoying when plotting a function that is only real over a restricted range, but I agree that a message might be helpful when the function is nonnumerical everywhere.
Jul 3, 2016 at 23:50 comment added masterxilo It is strange that Plot silently fails while e.g. NIntegrate gives a helpful error message: y = sin[x] + cos[x]; NIntegrate[y, {x, 0, 2 Pi}] NIntegrate::inumr: The integrand cos[x]+sin[x] has evaluated to non-numerical values for all sampling points in the region with boundaries {{0,6.28319}}. >>. Is there any sound reason for that omission or should this really be a feature?
S Jul 19, 2015 at 2:07 history answered Simon Rochester CC BY-SA 3.0
S Jul 19, 2015 at 2:07 history made wiki Post Made Community Wiki by Simon Rochester