Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 TexMacs(Ubuntu 12.04 64 位,Maxima 5.24.0)中,插入符号^不会打印在屏幕上。
^
它在所有其他程序中运行良好。
在 TeXMacs 中是否有另一种表示幂的方法?
当您说插入符号不打印时,不确定您的意思。我正在使用 TeXmacs 1.0.7.7 + Maxima 5.22.1 + Ubuntu 11.04,当我输入 2^n 时,我看到“2^n”显示为输入,排版形式(2 上标 n)作为输出. 所以我无法重现这个问题。
求幂的内部运算符是 Lisp 中的 MEXPT。您可以将其输入为?mexpt,例如?mexpt(2, n) 与2^n 相同。