In[81]:=
d:=(10^A*Exp[-(t-t0)^2/(2*(10^σ)^2)])/(f/r)^γ
In[82]:=
D[d,A]/d
Out[82]=
log(10)
In[85]:=
simp:=D[(10^A*Exp[-(t-t0)^2/(2*(10^σ)^2)])/(f/r)^γ,σ]/((10^A*Exp[-(t-t0)^2/(2*(10^σ)^2)])/(f/r)^γ)
In[86]:=
Simplify[simp]
Out[86]=
-σ
100
2
(t-t0)
In[87]:=
simp===((t-t0)^2*Log[10])/(10^σ)^2
Out[87]=
False
In[91]:=
Simplify[((t-t0)^2*Log[10])/(10^σ)^2]
Out[91]=
-2σ
10
2
(t-t0)
No Wolfram Language translation found. |
In[94]:=
100^(-σ)===(10^2)^(-σ)
Out[94]=
True
In[95]:=
10^(-2*σ)===100^(-σ)
Out[95]=
False
In[28]:=
D[a^(-x),x]
Out[28]=
-log(a)
-x
a
In[1]:=
D[a^x,x]
Out[1]=
x
a
In[27]:=
FullSimplify[-Log[f/r]]
Out[27]=
-log
f
r



