User Portlet User Portlet

Alexey Popkov
Discussions
I just rerun the Notebook attached to the original post with *Mathematica* 13.0.0. The behavior is the same: the number is steps required to find the minimum strongly depends on the scale of the residual vector: dividing the latter by 2 (!) results...
> It is not the first time that I do not get direct feedback from the Wolfram Team for a Wolfram Product related issue. Unfortunately, by the Wolfram Team, little attention is paid to posts in communities. Only directly reported issues are...
Interesting implementation, thank you for sharing! Strongly related MMa.SE question with another implementation: - [Convert BSplineFunction into two Interpolating Functions][1] [1]: https://mathematica.stackexchange.com/q/19229/280
Related: - [Clipboard with transparency][1] [1]: https://mathematica.stackexchange.com/q/26105/280
Then the following MMa.SE answers are likely to be of interest to you: https://mathematica.stackexchange.com/a/184912/280 https://mathematica.stackexchange.com/a/135179/280 https://mathematica.stackexchange.com/a/14673/280
Here is a ready-made solution from version 1.0.2 of `ResourceObject["SVGImport"]["DefinitionNotebook"]` by Richard Hennigan (Wolfram Research): ImportString[ExportString[l, "PDF"], If[$VersionNumber >= 12.2, {"PDF",...
> Also there is no need to make it a Wolfram Language package. So you could simply use the code between but not including the Begin["Private"] and End[]. But then these private subfunctions will litter the namespace of the user what I feel...
> I can say a bit about the arbitrary precision documentation and numeric linear algebra in the Wolfram Language. Much of the latter is implemented using fixed precision arithmetic, with condition number estimates or other means used to lower...
Further investigation shows that while in version 12.0 `SelectionMove` returns `$Failed` when it can't move the selection in the cases described in the original question, it still doesn't work properly in some other cases. For example, consider the...
Hi Jesse, I have different problem when copying a column of numbers from Excel 2003: they are just concatenated together instead of being copied as a string with newlines. I described steps necessary to reproduce the issue in another post in this...