| Author |
Comment/Response |
yehuda ben-shimol
|
05/02/12 09:32am
Say that your result is
res={553.639 + 0.105118 x, 1686.86 + 0.0786843 x, 2510.24 + 0.0705797 x,
8737.44 + 0.0519555 x, 9561.36 + 0.0509397 x};
Than pick what you like most (and is appropriate for your needs)
res /. a_ + b_ x :> b x
res /. a_ + b_ x :> b
Coefficient[res, x, 1] x
Coefficient[res, x, 1]
Last /@ res
yehuda
URL: , |
|