SarthakKeshari / calc_for_everything

This repository aims to provide Calculators for educational, professional, scientific, health and well-being and other purposes.
https://calc-for-everything-psi.vercel.app
MIT License
116 stars 104 forks source link

created cross product calculator #621

Closed syash7202 closed 8 months ago

syash7202 commented 8 months ago

Issue Id you have worked upon - #584

Briefly explain your program logic -

Created a cross-product calculator for two vectors using the formula A × B = (bz – cy)i – (az – cx)j + (ay – bx)k = (bz – cy)i + (cx – az)j + (ay – bx)

Screenshots(Attach 2 screenshots of your own input and output) -

image

image


By raising this PR I affirm that -

Vedansh-Keshari commented 8 months ago

Congratulations 🎉 @syash7202 on your contribution. Thanks for adding value to this repository. 😊

Let's celebrate this fest 😃 by providing more developers 👨‍💻👩‍💻 an opportunity to contribute. Help us make this repository reach far and more by sharing this to your friends and colleagues.

Your efforts can make difference.

Vedansh-Keshari commented 8 months ago

Hey 👋, may you also encourage us by clicking the star icon on the repository main page. ⭐

image