I am just looking for ways to write different \Delta´s (so many different variants of the Alexander polynomial).
So I came up with the idea to have a dot in it. But the problem I noticed is, if I write it like below: The dot moves around.
\documentclass{article}
\usepackage{amsmath,amssymb}
\newcommand*{\dotDelta}{\Delta\hspace{-0.61em}\boldsymbol{\cdot}}
\begin{document}
$\dotDelta a$
$\dotDelta$
$\dotDelta (k)=t^2$
\end{document}
Only the dot in the middle line remains at the right position.


\ooalign– Manuel Mar 20 '15 at 14:03\triangleinstead of\Delta– user7868 Sep 09 '21 at 00:57