Skip to main content

Questions tagged [documentation]

Questions about making your own documentation similar to the built-in documentation style. Also about finding things in the documentation, working with the documentation, errors in the documentation, missing documentation, Context used in the documentation etc.

1 vote
0 answers
90 views

Example in finite element method tutorial does not work

I am trying to run this example for the finite element method. Here is the code copied from the tutorial. ...
user55777's user avatar
  • 703
3 votes
2 answers
157 views

How to typeset a key combination in Mathematica notebook?

I'm writing a tech note in Mathematica, and would like to include some key combination shortcuts. For example, Ctrl+/ for entering fractions. How do I typeset key combinations so that they look like ...
nflswsykimi's user avatar
3 votes
1 answer
208 views

What exactly does RootSum mean?

I have difficulties understanding what RootSum object is mathematically, as it is not really well explained anywhere. It came up in a solution to a quite complicated system of differential equations ...
phein1's user avatar
  • 33
1 vote
0 answers
71 views

Function to express Piecewise as UnitStep functions

Is there a documentation for the function Simplify`PWToUnitStep? This is a function which can be used to express a Piecewise ...
Ruth Murphy's user avatar
3 votes
1 answer
68 views

Interpretation function not working properly with Graphics [closed]

The Interpretation function does not seem to be working properly with Graphics on my computer (MacOS 14.2.1, Mathematica 14.0.0.0). Instead of returning what it should be interpreted as, it returns ...
Paul Cousin's user avatar
5 votes
2 answers
171 views

How do I format the `expr` in the `::usage` message of functions in a mathematica .wl package (without using Workbench)?

This probably has an easy answer but I can't work it out. In Mathematica's documentation, the ::usage message has some text formatting for expr. In the ...
gpap's user avatar
  • 9,787
11 votes
2 answers
224 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
2 votes
1 answer
102 views

Definition of ResourceFunction["IntegrateByParts"]

Here we can see definition of ResourceFunction["RainbowText"]. The definition is quite obvious on the image (explicit open source). We can get the ...
azerbajdzan's user avatar
  • 20.1k
6 votes
1 answer
281 views

Hyperlinks that open smoothly in the same window

Suppose that I have test1.nb and test2.nb in my local disk. For simplicity, suppose that ...
imida k's user avatar
  • 4,315
5 votes
1 answer
117 views

How to make "Get Help" entries for custom package?

I've got a small collection of Mathematica tools that I'd like to make into a package. One of the nicest features in Mathematica is the ability to right click on any built-in function and just select &...
smish's user avatar
  • 51
1 vote
1 answer
51 views

FeatureSpacePlot output differs in documentation vs. a notebook

I was exploring this first example of FeatureSpacePlot and it shows some strange behavior. On the left is the documentation window and to the right is the notebook. ...
Syed's user avatar
  • 56k
1 vote
1 answer
110 views

Which Slots Are Which? Tensors

I'm trying to verify a calculation in Mathematica and I'm confused about how Mathematica arranges tensor "slots" for contractions. I have the matrix $$J_1 = \begin{pmatrix} 0 & -ih & ...
mijucik's user avatar
  • 157
2 votes
0 answers
61 views

Is the Mathematica code font available somewhere? [duplicate]

I'm running Mathematica 9, which is quite an old version. I often use the specially-formatted double brackets to easily distinguish single and double brackets. For example, I use: instead of: which ...
Andrew's user avatar
  • 10.1k
0 votes
0 answers
42 views

How do we create a function for the recurrence relation in terms of a dependent variable?

Suppose S = {{-1.5, 1}, {0, 1}, {1.5, 1}, {1.5, 0.1}, {0, -0.1}, {-1.5, 0}, {1, -1.4}, {-1, -1.5}} How do we define the recurrence relation as a function of the ...
Arbuja's user avatar
  • 81
2 votes
1 answer
102 views

Covering a rectangle with shapes/closed curves of equal area?

Motivation: We want to cover a rectangle using smaller, non-overlapping shapes with the same area: the difference between the total area of the shapes and the area of the rectangle should be zero or ...
Arbuja's user avatar
  • 81

15 30 50 per page
1
2 3 4 5
25