User Portlet User Portlet

Discussions
Recently I discovered than `RegionMeasure` works very slow even for simple regions. For example, for the region (almost solid circle) ImplicitRegion[Abs[x]^1.8 + Abs[y]^2.9
I was very surprised when could not find **Formatting toolbar** in the new version 14.0: ![enter image description here][1] Maybe, this toolbar indeed was removed from the new version, though Help system includes it? Unfortunately,...
Recently I got the following error while importing an usual text file obtained by copy/paste from a web page. The file contains some combinations of symbols that cause the error. The combination (in hex) looks like ![enter image description...
So far, I have used the option `TargetDevice -> "GPU"` in `NetTrain` function that provided 3 times faster networks' training. But after last upgrading from Wolfram Research server, each time the message "*NetTrain::mxoldgpu: Your GPU does not...
I use the following code for testing kernel density estimation on the base of a random sample. Manipulate[X = RandomVariate[NormalDistribution[0, 2], k]; U1 = LearnDistribution[X, TrainingProgressReporting -> None, ...
It's very strange, but **PerformanceGoal** option causes a problem in **LearnedDistribution** function returned by **LearnDistribution**. Sorry for long data, but this matters: DSet = {{1.420959118813776, 1.6785122654061446},...
Performing some text analysis I encountered the following trouble. Mathematica cannot display the text symbols with code 128 through 160. E.g., standard output with the **FromCharacterCode** function looks like ![enter image description here][1] ...
Hi, friends Please, consider the example TextWords["through the mechanism of follow-up of living patients the natural history of various diseases of military-medical importance"] DeleteStopwords[%] First operation performs...
Dear experts Sometimes I need to work with a number of different parts of the same notebook, so it is desirable to have 2 or more windows of a document on the screen like below: ![enter image description here][1] This feature is supported in...
I often encounter undesirable transformation of formulae I type in Mathematica. For text and formulae I use cells with **Text style**. Say, I try to enter the formula ![enter image description here][1] But Mathematica automatically transforms...