Re: Remove definitions from I
- To: mathgroup at smc.vnet.net
- Subject: [mg57836] Re: [mg57812] Remove definitions from I
- From: "Jaccard Florian" <Florian.Jaccard at he-arc.ch>
- Date: Thu, 9 Jun 2005 06:12:00 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hello Friedrich ! Just write : MakeBoxes[I, _] := "\[ImaginaryJ]" (where \[ImaginaryJ] is Esc jj Esc) You can also write it in the init.m file, so it will be always like you want ! Beste Grüsse F.Jaccard -----Message d'origine----- De : Oliver Friedrich [mailto:oliver.friedrich at tzm.de] Envoyé : jeudi, 9. juin 2005 11:18 À : mathgroup at smc.vnet.net Objet : [mg57812] Remove definitions from I Hallo, I want to use the symbol I as symbol for electrical current without any definitions. Instead I want to use Esc jj Esc for the imaginary unit like it is done in elecrtical engineering. How can I free the I from any definitions. It is locked! Thank you Oliver Friedrich