Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #14997
| From | W Craig Carter <ccarter@MIT.EDU> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: Decoupling E and I |
| Date | 2013-06-25 06:52 +0000 |
| Message-ID | <kqbems$fo8$1@smc.vnet.net> (permalink) |
| References | <20130624025738.EE9906A12@smc.vnet.net> <20130624075928.1CBF369EB@smc.vnet.net> |
| Organization | Time-Warner Telecom |
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
>
>
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Re: Decoupling E and I W Craig Carter <ccarter@MIT.EDU> - 2013-06-25 06:52 +0000
csiph-web