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

Update quaternion.py #27399

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update quaternion.py #27399

wants to merge 1 commit into from

Conversation

samarthnaikk
Copy link

Implemented curl function for quaternion field
Brief description of what is fixed or changed

This pull request introduces a new curl function for quaternion fields, which calculates the curl of a quaternion field in 3D space. This function is essential for understanding the rotational behavior of quaternion fields and is useful in applications such as vector calculus, fluid dynamics, and physics simulations. The implementation includes necessary unit tests to ensure correctness and updates the documentation to include examples of usage.

Other comments

The new curl function works by computing the rotational properties of a quaternion field over a 3D space. It has been tested with various quaternion inputs to verify its accuracy.

Release Notes

functions
Added a curl function to compute the curl of quaternion fields in 3D space.

Implemented curl function for quaternion field.
@sympy-bot
Copy link

Hi, I am the SymPy bot. I'm here to help you write a release notes entry. Please read the guide on how to write release notes.

❌ There was an issue with the release notes. Please do not close this pull request; instead edit the description after reading the guide on how to write release notes.

Click here to see the pull request description that was parsed.
Implemented curl function for quaternion field
Brief description of what is fixed or changed

This pull request introduces a new curl function for quaternion fields, which calculates the curl of a quaternion field in 3D space. This function is essential for understanding the rotational behavior of quaternion fields and is useful in applications such as vector calculus, fluid dynamics, and physics simulations. The implementation includes necessary unit tests to ensure correctness and updates the documentation to include examples of usage.

Other comments

The new curl function works by computing the rotational properties of a quaternion field over a 3D space. It has been tested with various quaternion inputs to verify its accuracy.

Release Notes

<!-- BEGIN RELEASE NOTES -->
functions
Added a curl function to compute the curl of quaternion fields in 3D space.
<!-- END RELEASE NOTES -->

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.

2 participants