@Think2

97 Followers
95 Following
224 Posts
#data #visualization #coding #python #science
websitewww.pythonkeys.com
In any triangle, the point where the perpendicular bisectors of the sides intersect is the center of the circumscribed circle
#geometry
#math
#illustration
Group Theory:
The set of rotations R0,R1,R2,R3​ by angles of 0, 90, 180, and 270 deg forms a group.
Identity element : R0 ( 0 deg),
Addition : composition .
Here is its addition table, visualized through the action of rotations on a square filled with a gradient (the square visible at R0+R0​).
Inverse:
Look in the R1 row for the unchanged square (as it appears at R0+R0​) .
R1 ​+ R3 ​= R0​, R3​ is the inverse of R1​. (90 + 270 = 360, equivalent to 0)
#math
#algebra
#illustration

Vector Calculus :
This is a scalar field and its gradient.
The RED arrows represent the direction and intensity of change in the scalar field
The arrow points in the direction where the value (like temperature or height) increases the fastest

#science
#maths
#illustration

In any triangle, the point where the perpendicular bisectors of the sides intersect is the center of the circumscribed circle

#geometry #math #illustration

When you apply the function z→z² to a grid in the complex plane, the grid lines transform into curves. The vertical and horizontal lines become parabolas or hyperbolas, depending on their orientation with respect to the real axis.

The NumPy module in Python facilitates manipulation of complex numbers

This illustration was created using Matplotlib

#math
#analysis
#illustration
#python

A scalar field is a function that assigns a scalar value to each point in space. For example, temperature can be considered a scalar field, where every point in space is associated with a specific temperature value.
This scalar value can be represented using a color gradient.

#maths
#physics

Let f be a function from a set A to a set B.
f is a :
- injection if and only if f(x)=f(y) implies x=y.
- surjection if and only if for every y in B, there exists an x in A such that f(x)=y.
- a bijection if and only if f is injective and surjective

#math
#function
#sets
#illustration
#python

Electromagnetism : a 2D electric field generated by two electric charges of the same sign .

Illustration created with python

#physics
#python

Let f be a function from a set A to a set B.
f is a :
- injection if and only if f(x)=f(y) implies x=y.
- surjection if and only if for every y in B, there exists an x in A such that f(x)=y.
- a bijection if and only if f is injective and surjective

Identify the non injective surjection, the non surjective injection, the bijection, and the function that is neither surjective nor injective, in this illustration ( done with python )

#math
#function
#sets
#illustration
#python

Pascal's Theorem states that if a hexagon is inscribed in a conic section (such as an ellipse), then the three intersection points of the pairs of opposite sides of the hexagon are collinear (they lie on a straight line )

#math
#geometry
#illustration