Hello, I am doing some project and I need a little help from you.
I am using variables, for example (very simple):
input:
a=6
b=10
c=2
a+b+c
Output: 18
.. so how do I force mathematica to use otput like this:
Output:6+10+2
Because I am using comlicated formulas and I need to...