Questions tagged [undocumented]
Questions on undocumented functionality of Mathematica. Note that such functions might be subject to change without notice in future versions.
338 questions
2
votes
1
answer
87
views
What is the meaning of the output when the modulus is a polynomial?
The documentation of Modulus suggests that the value of this option should be an explicit number (or Automatic). However,
...
7
votes
1
answer
250
views
Undocumented change to behavior of Labeled[] in 14.3 intended?
In 14.2 the following produces labels aligned as one might find natural:
...
1
vote
0
answers
109
views
Trying to fix ResourceFunction["PolyhedronCanonicalForm"] so it will run correctly
Here's the notebook in the Function Repository. (I didn't include the full code here since you can download it through the link, but if it needs to be included here, I am happy to do so.)
I'm ...
2
votes
0
answers
136
views
Is there any documentation about functions under Experimental`? [closed]
Is there any documentation about functions under Experimental` ?
?? Experimental`*
I can see:
...
8
votes
3
answers
777
views
Arrowheads getting reversed on Circle
I'm trying to create an animation using Graphics and Manipulate to represent a time-varying torque on a system. The idea is ...
4
votes
1
answer
170
views
What's the recovery/smoothing/averaging method of SolidMechanicsStrain?
Consider the following example from document of SolidMechanicsStrain with minimal modification:
...
0
votes
0
answers
70
views
Sparse LU decomposition
There is an undocumented function SparseArray`SparseLUDecomposition which, i believe, does a LU decomposition on a sparse array, returning a sparse array (?)
But when I apply this function on a test ...
4
votes
1
answer
140
views
How to fix the TeXForm issue of Indexed?
There is a useful (undocumented) feature of Indexed:
the indices can be tagged by Up|Down, and then the scripts will be ...
3
votes
0
answers
83
views
ExtrapolationHandler near miss
I want to use the undocumented option ExtrapolationHandler of InterpolatingFunction to set the value outside the range. Here's ...
2
votes
1
answer
155
views
Internal`MRealToString Gives Scientific Output From Large Inputs. How To Stop This?
The undocumented Internal`MRealToString works just fine for reals up to 999999. For anything over it outputs scientific notation. I don't need scientific, I need simple decimal.
...
11
votes
2
answers
615
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 ...
4
votes
1
answer
156
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:
...
5
votes
1
answer
116
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 ...
5
votes
1
answer
218
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?
...
3
votes
0
answers
108
views
Explanation for certain options of `SolveAlways`?
As one can see,
...