Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #14997 > unrolled thread

Re: Decoupling E and I

Started byW Craig Carter <ccarter@MIT.EDU>
First post2013-06-25 06:52 +0000
Last post2013-06-25 06:52 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.soft-sys.math.mathematica

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Decoupling E and I W Craig Carter <ccarter@MIT.EDU> - 2013-06-25 06:52 +0000

#14997 — Re: Decoupling E and I

FromW Craig Carter <ccarter@MIT.EDU>
Date2013-06-25 06:52 +0000
SubjectRe: Decoupling E and I
Message-ID<kqbems$fo8$1@smc.vnet.net>
Hello Dave,
Yikes. I don't think this is a good idea, but this will work:

Unprotect[E]
E[x_] := Exp[-x^2]
Plot[E[x]^x, {x, -1, 1}]

(* but note the potential confusion with the following *)

D[Exp[x], x] // StandardForm
D[Exp[x], x] // InputForm
D[Exp[x], x] // TraditionalForm



It is suggested practice to use a lower case letter as a first letter for own symbols, e.g.
pecletNumber = 2

W Craig Carter




On Jun 24, 13, at 3:59 AM, Dave Snead wrote:

> Hi,
>
> Anyone know of a way to decouple capital E and capital I
> from their exponential and imaginary uses
> so they can be used as ordinary user defined variables?
> I don't want to change the current use of Exp
> or the lower case double struck e and i however!
>
> Thanks in advance,
> Dave Snead
>
>

[toc] | [standalone]


Back to top | Article view | comp.soft-sys.math.mathematica


csiph-web