Skip to main content

Questions tagged [undocumented]

Questions on undocumented functionality of Mathematica. Note that such functions might be subject to change without notice in future versions.

0 votes
1 answer
96 views

Question about System`MeijerGDump`* [closed]

Steps Start a fresh kernel, then copy the below sentence, run it. ...
138 Aspen's user avatar
  • 1,571
11 votes
2 answers
223 views

Which functions use a given option?

I occasionally discover Options which look like they might be useful, if only I knew which functions used that option. Is there a resource that lists all the functions which use a given option? What ...
Tapiocaweasel's user avatar
4 votes
1 answer
118 views

How to remove only circular refs in Language`ExpressionStore

Expressions are not garbage collected if there are references to them stored in the expression store. I use the following internal functions: ...
Kirill Belov's user avatar
5 votes
1 answer
81 views

Undocumented behavior of Fold for arbitrary heads [closed]

Edit: I'm apparently blind. Sorry! And thanks to those who answered anyway. Apologies in advance if this is sort of a nitpicky question, but I'm generally very paranoid that I don't fully understand ...
max's user avatar
  • 111
5 votes
1 answer
146 views

What is computed by LinearAlgebra`Private`MatrixConditionNumber?

The following returns 51/7, even though the condition number is actually 9. I'm curious, what does 51/7 correspond to for this matrix? ...
Yaroslav Bulatov's user avatar
3 votes
0 answers
60 views

Explanation for certain options of `SolveAlways`?

As one can see, ...
user688486's user avatar
3 votes
2 answers
204 views

Meaning of arguments in FittedModels`ParameterEllipsoid

I am trying to figure out what FittedModels`ParameterEllipsoid's parameters mean (I want to construct a filled ellipse) Here is a minimum working example: ...
Craig Carter's user avatar
  • 4,615
1 vote
3 answers
112 views

Why does assuming f[_] > 0 does not work while Element[f[_], Reals] does?

Refine works with symbols in either way: Refine[Sqrt[x^2], Element[x, Reals]] (* Abs[x] *) Refine[Sqrt[x^2], x > 0] (* x *) ...
JS S's user avatar
  • 131
2 votes
0 answers
35 views

What are the (potential) uses of those utility functions in the context GroupTheory`Tools`?

This old answer briefly described the usages of GroupTheory`Tools`Multisets, GroupTheory`Tools`MultiSubsets, ...
user688486's user avatar
5 votes
2 answers
70 views

Where is the new System`ConvertersDump`$extensionMappings?

I used to find the extensions mapping from System`ConvertersDump`$extensionMappings, which gives a mapping like "{"*.3ds" -> "3DS"...}&...
RoderickLee's user avatar
6 votes
2 answers
233 views

Graphics`Mesh`FindIntersections not working in Mathematica 13.3

I just updated my Mathematica for Windows to 13.3 and when I tried to use the "Graphics MeshFindIntersections" command it doesn't seem to work. Have they replaced it with some other command ...
codebpr's user avatar
  • 2,433
3 votes
0 answers
41 views

What's the effect of SyntaxForm option in StandardForm boxes of Superscript?

Consider the following sample: ...
xzczd's user avatar
  • 67k
2 votes
0 answers
47 views

How do I identify which external routine is potentially internally used when executing some built-in function?

Wolfram's website declares that "a large fraction of Mathematica's numerical algorithms are based on original research at Wolfram Research" (cf. So Many Original Wolfram Algorithms). So, ...
user688486's user avatar
2 votes
0 answers
93 views

How to obtain documentation on functions inside some of the packages that are automatically loaded by Mathematica?

Mathematica comes with lots of useful functions which seems not to be documented. At least I do not know how to find the API documentation to learn more about these functions and how to use them. <...
Nasser's user avatar
  • 147k
5 votes
1 answer
87 views

Custom Graphics primitives can't work with parallel Rasterize

I tried to create Graphics primitives using the techniques in this, found problems with parallel rasterization ...
expression's user avatar
  • 5,652

15 30 50 per page
1
2 3 4 5
22