Articles in category Mathematics:
Visualizing the Sierpinski Carpet in Python
Fractals are fascinating mathematical objects that have captivated the attention of scientists, mathematicians, and artists alike. One of the most famous fractals is the Sierpinski Carpet, which is a self-similar …
Using Permutations in Sympy
Permutations, the arrangement of objects in a specific order, are a fundamental concept in mathematics and computer science with vast applications in various fields. In principle, they are easy to …
A Trigonometry Game for Sunday
I’m an early bird, and my wife is not. So at the weekends, when I get up from bed, I always have some time alone in the morning, and I …
Efficient Matrix Construction in NumPy
With an application in Chebyshev theory
Today, we will be discussing a crucial aspect of numerical computing — efficient matrix construction in numpy . Matrix operations are the backbone of many scientific and engineering applications and …