Tagged Questions
2
votes
0answers
117 views
Syntax colouring when using Symbolize
I need to use symbols with suffixes in order to make my code readable in relation to the Eurocodes. To do this I use Symbolize from the ...
2
votes
1answer
224 views
Indices and variable definitions in Mathematica
Does anyone know how I can do this in Mathematica? Just an example..
Defining indices and variables (defined over indices), "mapping" variables and indices:
...
8
votes
2answers
260 views
How can one define an infix operator with an arbitrary unicode character?
You can setup "UsefulFunction[a, b]" to use custom infix notation "a [LeftRightArrow] b" as follows:
...