Questions tagged [version-14.1]
The version-14.1 tag has no summary.
19 questions
6 votes
2 answers
307 views
Losing StreamStyle in StreamPlot in 14.2
I am trying to plot a StreamPlot for two functions I've defined. (They are the replicator dynamics from evolutionary game theory for a specified game.) Somehow StreamStyle no longer does anything in ...
1 vote
0 answers
177 views
ParallelMap vs ParallelTable: issues and performance for Mathematica 13.2 vs 14.1
Consider the following test code: ...
2 votes
0 answers
93 views
RegionDifference on BoundaryMeshRegion returns MeshRegion in version 14.1
$Version {reg1, reg2, reg3} = Table[BoundaryDiscretizeRegion@Disk[{0, 0}, i], {i, 1, 3}]; reg = RegionDifference[reg3, RegionDifference[reg2, reg1]] Head[reg] In ...
0 votes
1 answer
206 views
Insert point cursor "caret" has gone missing in text cells of Version 14.1 on Linux
**Still not working with upgrade to 14.2" In the last couple days my edit insert point cursor has gone missing when editing text and section cells. It functions normally in input cells, equation ...
1 vote
0 answers
82 views
HowTo override default menus in 14.1 with an edited user copy of "MenuSetup.tr" (or similar method)? [duplicate]
With version 14.0 and older, I used to have custom color options added to the Format->TextColor menu using ...
4 votes
3 answers
1k views
Why are these simple equations so slow to `Solve`?
Bug introduced in 14.1 and fixed in 14.2 $Version (*14.1.0 for Mac OS X ARM (64-bit) (July 16, 2024)*) This set of equations is generated by other codes and hence ...
8 votes
1 answer
484 views
Mathematica ignores my custom MenuSetup.tr (Windows 10)
I'm at a loss on understanding how to get Mathematica use a customized MenuSetup.tr. Actually I can't even find where is the default MenuSetup.tr used by the default Mathematica configuration when a ...
8 votes
0 answers
228 views
Compiler with CompilationTarget -> C appears broken in 14.1
On the same Windows 11 machine with the same C compiler (Visual Studio 2022): ...