Monday, September 21, 2020

Catalin George Festila: Python 3.8.5 : A sphere in Cartesian coordinates - part 001.

I like the equation of a sphere of radius R centered at the origin is given in Cartesian coordinates: x*x + y*y + z*z = r*r It is one of the first elements that helped me better understand mathematics and later the dynamics and theory of electromagnetic fields. I did not find a graphical representation using python as accurately as possible without eliminating the discretion of the range from -1

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...