| Author |
Comment/Response |
yehuda ben-shimol
|
09/29/05 02:22am
Hi,
The Constant attribute is used for differentiation
You can add a property to a, that is
a:/NumericQ[a]==True
and then
Minimize[a+x^2,x]
will return
{a, {x -> 0}}
as expected
Simpler then that
Assuming[NumericQ[a]=True,Minimize[a+x^2,x]]
yehuda
URL: , |
|