Questions tagged [bugs]
This tag is reserved for questions where the problem has been vetted by this community and the observed behavior is confirmed to be a bug. Please do not use this tag for new questions. Please use the standard bugs header instead of version tags in conjunction with this tag.
2,124 questions
8 votes
0 answers
159 views
CollinearPoints returning True for noncollinear points
I think there might be an issue with CollinearPoints at least in the 14.2 Windows version I'm using. The issue arises where there are duplicate points and mixed ...
5 votes
0 answers
96 views
Avoid MonomialList applying N to coefficients containing floats
For inexact coefficients MonomialList seems to apply N. How to avoid this? ...
3 votes
1 answer
194 views
circumventing apparent errors in Integrate and NIntegrate
I have been working on a wiki page about asymptotic Laurent series for derangements, and recently learned that the converse of Watson's lemma often holds, allowing one to represent such series as ...
3 votes
0 answers
125 views
Why solution to this ode satisfies the IC but not the ode itself?
Reported: [CASE:5287941] DSolve gives wrong solution. V 14.3 Using V 14.3, why DSolve gives solution $y=0$ which satisfies the IC given, but not the ode itself? ...
0 votes
0 answers
70 views
Propagation of errors:
I am working on error propagation in Mathematica for a physics calculation involving tau lepton decay. I have a complex function that calculates the lifetime of the tau lepton based on various ...
15 votes
2 answers
560 views
Unexpected behavior of `Series` for version 14.3?
Bug introduced in 14.3 or earlier and persisting through 14.3.0 or later Consider the simple example $Version Series[\[Chi],{\[Chi],0,0}] Before version 14.3, the ...
6 votes
0 answers
295 views
4 votes
1 answer
201 views