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

method to compute Integral(f(x), g(x)) #16841

Open
smichr opened this issue May 15, 2019 · 1 comment
Open

method to compute Integral(f(x), g(x)) #16841

smichr opened this issue May 15, 2019 · 1 comment

Comments

@smichr
Copy link
Member

smichr commented May 15, 2019

Instantiation gets messy if we try to detect Integral(f(x), g(x)) in general. Perhaps a method like transform -- named weight? -- could be added so Integral(f(x), x).weight(g(x)) would give Integral(f(x)*g(x).diff(x), x).

@sylee957
Copy link
Member

I think that this is called "Stieltjes Integral".
https://en.wikipedia.org/wiki/Riemann%E2%80%93Stieltjes_integral.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants