|
[Date Index]
[Thread Index]
[Author Index]
Re: Can this integration be done?
- To: mathgroup at smc.vnet.net
- Subject: [mg50110] Re: Can this integration be done?
- From: Daniel Herring <dherring at at.uiuc.dot.edu>
- Date: Sun, 15 Aug 2004 03:14:47 -0400 (EDT)
- References: <cfk9ub$f69$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
> Integrate[x/((a + x)*(b + (c + x^2)^2)),{0,Infinity}].
Try
Integrate[x/((a + x)*(b + (c + x^2)^2)), {x, 0, Infinity}]
Note the added "x".
Later,
Daniel
Prev by Date:
Re: New user: Abs[] problem
Next by Date:
Re: New user: Absproblem
Previous by thread:
Re: Can this integration be done?
Next by thread:
Re: Can this integration be done?
|