M.Sc Physics Lecture

Posts

Numerical Methods

  • 14 min read

Eigenvalues and eigenvectors play a central role in linear algebra, with wide applications in physics, engineering, and data science. They help understand the action of a linear transformation in a given vector space.

Read More

IV. Python: Object-Oriented Programming

  • 3 min read

Object-Oriented Programming (OOP) is a programming style that organizes code into objects, which store data and perform actions. This method makes programs more structured, reusable, and secure. The four main concepts of OOP are:

Read More