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

Pendulum Calculator #1801

Closed
wants to merge 2 commits into from
Closed

Conversation

BarryByte
Copy link
Contributor

Fixes Issue🛠️

Closes #1797

Description :-

The Pendulum Calculator is a web application that calculates various properties of a pendulum system based on the length of the pendulum (l), the gravitational acceleration (g), the amplitude (A), and the mass of the bob (m). The calculator computes the following properties:

  • Period of the Pendulum (T)
  • Frequency of the Pendulum (f)
  • Angular Frequency (ω)
  • Maximum Speed
  • Maximum Acceleration
  • Kinetic Energy at the Lowest Point
  • Potential Energy at the Highest Point

Type of Change📄

  • [✅ ] New feature (non-breaking change which adds functionality)
  • [✅] Style (non-breaking change which improves website style or formatting)
  • [✅] Documentation (non-breaking change which updates or adds documentation)

Checklist✅

  • I am an Open Source contributor
  • I have performed a self-review of my code
  • My code follows the style guidelines of this project
  • I have commented on my code, particularly in hard-to-understand areas

Screenshots/GIF📷

image
image

Copy link

netlify bot commented Aug 5, 2024

Deploy Preview for calcdiverse ready!

Name Link
🔨 Latest commit 37c1c50
🔍 Latest deploy log https://app.netlify.com/sites/calcdiverse/deploys/66b09e538db6e50008628da8
😎 Deploy Preview https://deploy-preview-1801--calcdiverse.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @BarryByte, Welcome to the project CalcDiverse! 🎊
Thanks for your contribution! Your effort makes this project better. Keep it up! 🙌
Please wait for the PR to be reviewed. Happy Coding!! ✨

@BarryByte BarryByte closed this Aug 5, 2024
@BarryByte BarryByte deleted the pendulum-calculator branch August 5, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Add Pendulum Calculator
1 participant