Help with interpretation of Mathematica expressions
- From: Simon Witter <simon_witter@xxxxxxxx>
- Date: Sat, 23 Jun 2007 21:28:33 -0700
Hello,
Let p, a, b > 0 and we define
f[a, b] := p^(a + b)
Typing in Mathematica
D[f[a, b], a]
gives
p^{a + b}Log[p]
as expected.
Now we define
h[t] := f[-t, t]
and enter
D[h[t], t]
which gives
f^{(0, 1)}[-t, t] - f^{(1, 0)}[-t, t].
How do we interpret f^{(0, 1)} and f^{(1, 0)}?
As the partial derivatives of f?
But the function h[t] has only one variable?!
So, I would think that by definition
h[t] = p^{-t + t} = 1 and therefore
D[h[t], t] = 0.
Could someone please explain that to me?
Cheers,
Simon
.
- Prev by Date: Re: something to chat about, lisp and Mathematica for list processing.
- Next by Date: Define a function in Mathematica
- Previous by thread: Re: Yet another Maple 11 NEW MULTIPLE regression bug: simple integral (1992--1995, 2007--?)
- Next by thread: Define a function in Mathematica
- Index(es):