| Author |
Comment/Response |
simon baeriswyl
|
10/12/06 11:40am
Can you please help me with this? It seems rather simple to me, but Mathematica doesn't get it. I'm new to both Mathematica and this forum...
In[30]:=
Simplify[a<a Exp[b] ,Assumptions \[Rule] {a>0 && b>0 &&c>0 && d>0}]
Out[30]=
True
In[31]:=
Simplify[a<a Exp[b]+c ,Assumptions \[Rule] {a>0 && b>0 &&c>0 && d>0}]
Out[31]=
True
In[34]:=
Simplify[a<a Exp[b] + d,Assumptions \[Rule]{a>0 && b>0 &&c>0 && d>0}]
Out[34]=
True
In[39]:=
Simplify[0<c d, Assumptions \[Rule]{a>0 && b>0 &&c>0 && d>0}]
Out[39]=
True
In[41]:=
Simplify[a<a Exp[b]+ c d,Assumptions \[Rule]{a>0 && b>0 &&c>0 && d>0}]
Out[41]=
\!\(a < c\ d + a\ \[ExponentialE]\^b\)
URL: , |
|