I am a mathematician... [Page last updated 2025-05-09]
Here is an ever-expanding always-incomplete list of things I have done, or possibly will do, that pertain to mathematics. This page will always be "under construction".
In 2024 I began Master's studies in Mathematics
at the University of Waterloo (Ontario, Canada),
studying quantum information and cryptography.
But I still also have interests in machine learning.
Machine learning research: Bit vector embeddings to predict noun hierarchies. This is a joint work with Niloy Talukder and Dr. Mohammad Al Hasan, both from IUPUI.
2022 June-August: NSF REU (Research Experience for Undergraduates). Surveyed cryptographic attribute-based access control systems and learned about bilinear cryptography. Joint work with Dr. Xukai Zou (IUPUI) and Kritika Verma (Syracuse University).
2021 and earlier
2021 December: Scored 38 points (rank 112 out of 2975) on the Putnam Mathematical Competition.
2021 June-August: Completely independent work on an obscure problem involving intersecting families of finite sets. Not published, but paper can be found here.
2020 January-August: Numerical experiments to determine if a particular dynamical system is hyperbolic. Not published.
I have a lot of desires for my future development. One thing that recently piqued my curiosity is "Fully Homomorphic Encryption",
which is a cipher (secret code) where you can add and multiply the encrypted forms to add the original numbers. For example,
suppose 4 encrypts to \(x\) and 5 to \(y\); then if you decrypt \(x+y\) you get 9, and \(x \cdot y\) gives you 20.
This allows you to do computations "in the cloud", on e.g. Amazon's servers, without selling your soul or giving your data to Amazon.
They just run the computations (e.g. "find the average body weight of all participants over 60") and give you the encrypted result,
and you decrypt it and get your answer!