Tagged Questions
0
votes
0answers
80 views
Why doesn't Dot work on typeset vectors?
When I try to do scalar product of vectors I get the following message:
Is there a specific way to input the vectors? I'm doing it as the Basic Math Assistant palette suggests, typing {, Ctrl+,, } ...
2
votes
2answers
101 views
How to make Mathematica returns the exact expression I typed
I'm using Mathematica to compare some constants. Before playing around with those constants, I would like to check that I didn't make any mistake in typing them. So my question is the following: "What ...
11
votes
2answers
224 views
Convert operator to string
How to programmatically convert an operator such as Equilibrium into its displayed form as a string? The conversion should work like this:
...
2
votes
2answers
254 views
Single dot textual form
How do I render a letter with a single dot above it?
I see \[DoubleDot] and \[TripleDot] are readily available, but what about ...
10
votes
2answers
313 views
Representing second derivatives with a double overdot
I would like to express a second derivative with two dots above the variable. You can do this with a first derivative by saying:
...