Re: how do I display "Power[z,-1]" in an exponetial form?
- To: mathgroup at smc.vnet.net
- Subject: [mg50796] Re: how do I display "Power[z,-1]" in an exponetial form?
- From: dumstuck at gmx.ch (dumstuck at gmx.ch)
- Date: Wed, 22 Sep 2004 00:10:54 -0400 (EDT)
- Organization: http://groups.google.com
- References: <ci8mqm$bt3$1@smc.vnet.net> <cidtgh$bu0$1@smc.vnet.net> <cih1i4$rb$1@smc.vnet.net> <cildt2$r85$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
It's OK. Klaus G. answer is just the hint I was looking for.... the solution is simply: $PrePrint = # /. {Power[z, n_] -> DisplayForm[SuperscriptBox[z, n]]} &; thank you guys!