
Hey, I’m
MOMIN ABDUL AZIZ
Undergraduate student at VNIT Nagpur
ABILITY IS GOOD THING, BUT STABILITY IS EVEN BETTER.
THE ONLY REASON WHY EARTH HAS GRAVITY IS TO REMIND US TO KEEP OUR FEET ON THE GROUND IN ALL THE SITUATIONS OF OUR LIFE....!

About Me
Hi all, Myself Momin Abdul Aziz, conventionally I am a second-year B.Tech student of Metallurgical and Materials Engineering at Visvesvaraya National Institute of Technology (VNIT). However, I am an enthusiast of Mathematics and Physics, especially in Quantum Physics and Mathematical Modelling.
My Aims And Inspiration
Right now as a goal for the next five years is to complete my graduation and then pursue a Master of Science in Physics and Mathematics from some recognized and distinguished university of the world. I do not look upon one guy or ideology as a role model or inspiration. I admire and get inspired by everyone who is slogging in hours for making his dream come true and to bring a positive change in this world.
Projects
Partition of Numbers :-​
We have a natural number N, we need to divide that number in k(k<N) parts such that their sum is equal to N. We are supposed to include both cases- 1)One of the numbers of k is 0, 2)Excluding 0.
I have written a program in C and Python, but I was interested in some different algorithms.
1)First I convert the numbers less than or equal to N into binary number, then i found some similar trend using left/right shift operator, compliment operator. I made families of those similar binary numbers. That is equal to 2^N.Then cartesian product of those set of families will be the number of partition of the number N.
2)Second, after obtaining the binary numbers, rather considering 0 or 1 as a notation I took -1/2 and +1/2, and trying to use some quantum concept to find some different algorithms.
Buffon's Needle Problem :-
Buffon's needle problem ask to find probability that a needle problem of length l will land on a line, given a floor with equally spaced parallel lines a distance d apart.
I have solved this problem with analytical method i.e. using linear algebra and different mathematical concepts.
But I was interested in finding a solution using quantum mechanics algorithm.
So I consider the space as an infinitely long plane plate and photons are falling on it, and let the distance between two parallel lines is negligible, then using Schrodinger uncertainty principle i am trying to find the probability of photon falling on the line.
Auto-Bot with Kicking Mechanism :-
I have made an Auto-Bot for Robo-Cup competition at AXIS(TechFest) VNIT Nagpur 2018.
I have used spring-gear mechanism for kicking the ball.
​
