I am trying to display an electrostatic formula in TraditionalForm[]. With Hold[] inserted it displays as desired (except for the fact that Hold[] is in the result).
When I remove Hold[], the formula evaluates (as expected) which is not desired.
Any assistance is appreciated.
TraditionalForm@Hold[Sum[ q[[i]]/Norm[r - p[[i]]], {i, Length[q]}]]