Skip to main content

Questions tagged [symbols]

Mathematica symbols are the ultimate atoms of symbolic data. Every symbol has a unique name, exists in a certain Mathematica context or namespace, and can have a variety of types of values and attributes.

1 vote
1 answer
62 views

How to convert symbols like x1 to $x_1$, but handle differentials like dH1 to $dH_1$ in Mathematica?

I need help with a symbol transformation in Mathematica. I want to convert symbols such as x1 to Subscript[x, 1], but I need to handle differentials (as simple ...
L. G. Romero's user avatar
6 votes
1 answer
260 views

What is the difference between Clear and Remove?

I assume that there is difference between the commands Clear and Remove. But it seems to me that I am not aware of any caveats ...
MathArt's user avatar
  • 243
3 votes
0 answers
46 views

Is this list of Formal Symbols complete? Which versions have unprotected Formal Symbols?

Formal Symbols are protected against being assigned values, making them handy for avoiding name collisions for things like fit parameters and pattern matching. Because formal symbols (and others) like ...
Tapiocaweasel's user avatar
0 votes
0 answers
23 views

Keep list of user-definitions

Is there some easy way to keep track of user defined definitions. Or perhaps even better definitions made while some definitionRecordingFlag==True. This is prompted ...
Kvothe's user avatar
  • 4,591
2 votes
1 answer
42 views

Intercepting typos/misstyped symbols and automatically correcting them in the FrontEnd

I often mistype Print[] as PRint[] and Remove[] as REmove[]. I was wondering if its possible to use $NewSymbol to intercept ...
Tapiocaweasel's user avatar
6 votes
1 answer
121 views

How to obtain all definitions in which a symbol appears?

My question is very similar to https://stackoverflow.com/questions/5840313/how-to-get-all-definitions-associated-with-other-symbols except I am looking to find all definitions in which a symbol ...
Kvothe's user avatar
  • 4,591
5 votes
1 answer
137 views

Weird symbol shadowing from GraphicsRasterInformationPatch` when loading NCAlgebra`

When doing ...
Gravifer's user avatar
  • 872
1 vote
1 answer
91 views

Functions involving variables that have been "Symbolized"

I used the Notation package to symbolize expressions of the form Superscript[u,_]. I then proceeded to manually input the values ...
Julio Cáceres's user avatar
1 vote
0 answers
72 views

Why must the "&" symbol be placed inside function instead of outside? [closed]

The following code is taken from Wolfram Community "Quantum Error Correction: bit flip". ...
am567's user avatar
  • 627
3 votes
1 answer
163 views

Do symbolic integration of function including \[ScriptCapitalL]

I have done a symbolic integration in mathematica 13.2 as follow Integrate[-((Sqrt[-r(r - 2 l)] l)/(r(r - 2 l) (-r + l))), r] // Simplify[#, r > 0] & ...
Lain's user avatar
  • 133
4 votes
0 answers
81 views

Temporary symbol leaks into public context?

This phenomenon has confused me a long time. Consider the following package example, ...
Lacia's user avatar
  • 2,443
0 votes
1 answer
37 views

What is the relationship between a list of symbols created by a specific name, and a expression with such a name?

I'm trying to create a list of symbols called "x" for calculating symbolic gradients of some functions, so I write: ...
Xudong's user avatar
  • 3
4 votes
1 answer
118 views

Purple color text related with RowBox

Type the first line of following code and press enter key. ...
imida k's user avatar
  • 4,315
0 votes
0 answers
42 views

Annoying Glitch when inserting symbols

Anybody else had this glitch when inserting symbols This should be ::Delta
Dimitri_896's user avatar
3 votes
1 answer
81 views

Basic question Sort criteria

Can you explain the following codes? (output of codes) I know that there is the default ordering for any expression in Mathematica and Sort uses the default ...
imida k's user avatar
  • 4,315

15 30 50 per page
1
2 3 4 5
23