Skip to content

upper bound in the integrate function depends on a parameter

9 messages · grttt nbbfg, David Winsemius, e eeyore +2 more

#
On Dec 3, 2011, at 10:23 PM, grttt nbbfg wrote:

            
R is not an algebraic solver (and R-help is not a homework list.).
If it is known, yes. You could also do some investigation:

curve(x*2/(3*5)*(1-x/(3*5)), 0, 15)
As I said, no homework answers here.
#
Jorge I Velez <jorgeivanvelez <at> gmail.com> writes:
Yes, although if you really wanted to compute (symbolic) indefinite integrals,
it would be awfully hard. R is Turing-complete so of course you could do
it ... but ...

  Ben Bolker