RE: Readability confuses mathematica?
- To: mathgroup at smc.vnet.net
- Subject: [mg44515] RE: [mg44492] Readability confuses mathematica?
- From: "Florian Jaccard" <florian.jaccard at eiaj.ch>
- Date: Thu, 13 Nov 2003 02:27:07 -0500 (EST)
- Reply-to: <florian.jaccard at eiaj.ch>
- Sender: owner-wri-mathgroup at wolfram.com
You can proceed like this : First, type : <<Utilities`Notation` A "notation palette" will appear on your screen. Use the "Symbolize[ ]" of the palette for writing : Symbolize[x0] (with x0 really x ctrl-- 0) from x ! ! Meilleures salutations Florian Jaccard -----Message d'origine----- De : patrick_m_lahey [mailto:patrick.m.lahey at aero.org] Envoyé : mer., 12. novembre 2003 14:02 À : mathgroup at smc.vnet.net Objet : [mg44492] Readability confuses mathematica? I am new to mathematica so perhaps there is a simple answer to this Consider: In[1]:= D[x-x0,x] except that x0 is really x ctrl-- 0 (x subscript 0). Normally that would be a completely independent variable from x but not according to mathematica! Out[1]=1-Subscript(1,0)[x,0] (the (1,0) is a superscript of Subscript). One of the things that attracted me to mathematica was the ability to work with expressions that closely mirrored the true expressions of interest (a readability issue really...). Is there anything that can be done here?