Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Surd integration rules #45

Open
axkr opened this issue Feb 15, 2021 · 0 comments
Open

Surd integration rules #45

axkr opened this issue Feb 15, 2021 · 0 comments

Comments

@axkr
Copy link

axkr commented Feb 15, 2021

Here are some Surd rules which could be added to the Rubi package:

Int[Surd[x_ ,n_Integer]^p_., x_Symbol] := (n*x*Surd[x, n]^p)/(n + p) /; FreeQ[p, x] && GtQ[n, 0]

Int[(x_^m_)*Surd[x_ ,n_Integer]^p_., x_Symbol] :=  (x^(1 + m)*Surd[x, n]^p)/(1 + m + p/n) /; FreeQ[{m,p}, x] && GtQ[n, 0]
@axkr axkr changed the title Surd[] integration rules Surd integration rules Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant