Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #14997 > unrolled thread
| Started by | W Craig Carter <ccarter@MIT.EDU> |
|---|---|
| First post | 2013-06-25 06:52 +0000 |
| Last post | 2013-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.
Re: Decoupling E and I W Craig Carter <ccarter@MIT.EDU> - 2013-06-25 06:52 +0000
| From | W Craig Carter <ccarter@MIT.EDU> |
|---|---|
| Date | 2013-06-25 06:52 +0000 |
| Subject | Re: 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
>
>
Back to top | Article view | comp.soft-sys.math.mathematica
csiph-web