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.

6 votes
2 answers
279 views

Table[x + 0 /. x -> 420, {x, 3}] Table[x + 1 /. x -> 420, {x, 3}] The above program gives the following result. ...
Y.D.X.'s user avatar
  • 239
2 votes
1 answer
65 views

I'm facing an issue with broken span of unicode/math characters in newer versions of Mathematica, as you can see below. Setting the option SpanSymmetric to false ...
José Ferreira's user avatar
3 votes
0 answers
96 views

I'm wondering if it's possible to define a symbolQ function that behaves like NameQ but operates on symbols. My curiosity is ...
Tapiocaweasel's user avatar
4 votes
1 answer
203 views

I am having trouble understanding how functions work in mathematica. Consider the following. ...
EEH's user avatar
  • 146
0 votes
0 answers
110 views

I want to write a Mathematica package which on being loaded, performs some calculations such as ...
Abhijeet Melkani's user avatar
4 votes
2 answers
270 views

Here is a challenge for you. I have an expression that has an arbitrary number of terms that look like ...
Ben's user avatar
  • 355
4 votes
1 answer
203 views

To explain better what I mean I'll give an example of what I want the symbol to do. I want a symbol that wraps around a unit vector to use it as head for further calculations. Something like: ...
AmadoC's user avatar
  • 143
4 votes
1 answer
146 views

Considering the Lukas Lang’s solution to formalize symbols with a Button, given in the post: How can I create a shortcut to convert "normal Symbol" to ...
E. Chan-López's user avatar
0 votes
0 answers
94 views

I want to have a palette that includes a button for defining subscripted variables as symbols. As this is only needed once per session, I also want the button to change colour when pressed. The code I ...
Malcolm's user avatar
  • 409
4 votes
2 answers
243 views

I am trying to write code inside module, which will generate general pattern. The problem is that the number of terms in the pattern depends on the the input. So I can not hard code the pattern inside ...
Nasser's user avatar
  • 157k
0 votes
0 answers
85 views

I occasionally get issues where I'm doing a expensive calculation and the symbols I'm assigning the outputs to do not become black after assignment. The value is correctly updated, but the symbol ...
Tapiocaweasel's user avatar
0 votes
1 answer
138 views

Can someone explain the principles underlying the following behavior. I define the list testD, and then use a Do loop to change values in the list (I realize there are smarter ways but they don't fit ...
Robert's user avatar
  • 515
-1 votes
1 answer
109 views

thC = 1.2; aa = 1.0; QQQQ = (thC + aa + 0.8) (* How to write "QQQQ"name/symbol once again in the next line after its value (3.) is printed ? *) It is too ...
Narasimham's user avatar
  • 3,294
5 votes
2 answers
327 views

I am trying to determine Special Characters - maybe hasSymbolFormQ is not the best name for my intended function in this regard: ...
marie_antoinette's user avatar
1 vote
1 answer
107 views

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

15 30 50 per page
1
2 3 4 5
24