-
Notifications
You must be signed in to change notification settings - Fork 19.9k
[FEATURE REQUEST] Riemann Integration #6214
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
Comments
Hi, I'd like to work on this issue. Can you please assign it to me? |
@il798li I'd like to work on the issue please assign it to me |
@shankagr7805 @VSENTHAMIZHAN I was thinking of working on the issue myself. I have some basic code down already: https://github.com/il798li/Java/blob/master/src/main/java/com/thealgorithms/maths/RiemannIntegration.java |
@il798li Hey! I went through your code — it's super clean and well-structured, |
@VSENTHAMIZHAN sure! Do I need to authorize you anywhere for you to make these changes? |
@il798li No problem man i 'm new too ✨ just ask me if any help needed in contributing |
I am also new in this if you can help me with contributing..it will be a
great help for me
…On Thu, Apr 24, 2025, 5:43 AM VSENTHAMIZHAN ***@***.***> wrote:
*VSENTHAMIZHAN* left a comment (TheAlgorithms/Java#6214)
<#6214 (comment)>
No problem man i 'm new too ✨ just ask me if any help needed in
contributing
—
Reply to this email directly, view it on GitHub
<#6214 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJV5LKYVLGHAG2G6FJ7RKOD23AUDNAVCNFSM6AAAAAB2SDTLMCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMRVHAZDINBSGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
What would you like to Propose?
We can use an algorithm that uses Riemann's Left/Right/Midpoint/Trapezoidal sums to approximate the value of definite integrals.
Issue details
Using a deltaX, this will specify the width of each sub-interval. From there, based on the type of Riemann sum, the height of the rectangle can be determined. We can simply add up the areas of all rectangles to estimate the value of a definite integral.
Additional Information
No response
The text was updated successfully, but these errors were encountered: