Skip to content
Prev 11714 / 398502 Next

plot math Q: How to "plot" hat(f') ?

Martin Maechler <maechler at stat.math.ethz.ch> writes:
well...

quote(widehat("f'"))
quote(widehat(f * "'"))
quote(widehat(f * minutes))

(I think that it is \widehat{f'} in LaTeX too, unless you mean
\hat{f}') 

quote(widehat(prime(f))) would be logical if you could push Paul to
implement prime(), but I'm not sure it is actually prettier.