Published inCodeX·May 17Member-onlyMathematical Induction with SymPyIntroduction The name mathematical induction may strike fear in the hearts of those who are intimidated by certain words but rest assured it is not that complicated to understand. It has been often compared to the familiar domino effect where when one falls, the next one will also fall. Note that…Mathematics5 min readMathematics5 min read
Published inCodeX·Apr 24Member-onlyPython Decorators in 3 MinutesIntroduction There are tutorials out there which states you can learn what a Python decorator is and how you can use it in 10 minutes or even just 5 minutes. I will say you can do it in under 3 minutes by reading through this article and copying and pasting some…Python3 min readPython3 min read
Apr 16Member-onlyQuantum EraserZoom into the world of tiny things, Where particles spin and dance, You will see weird happenings, Called quantum eraser by chance. It all starts with a particle, Whose state is unknown to us, Until we measure its properties, And find out what it does. But in the quantum world, …Poetry1 min readPoetry1 min read
Jan 9Member-onlyHow to Find a Job for Fresh GraduatesI would like to start with a personal story. Recently, I was asked by someone to give some tips for her son in helping to find a job. Her son would be graduating from college in a few months and was feeling a little frustrated with the prospects out there…Job Hunting6 min readJob Hunting6 min read
Dec 25, 2022Member-onlyWhere to See Christmas Lights in HoustonIt’s beginning to look a lot like Christmas in Houston. In fact while I’m writing this, it is Christmas; don’t worry though for the lights for many of these places will be up until New Year. There are light displays all around for those living in the city or coming…Christmas4 min readChristmas4 min read
Dec 14, 2022Member-onlyFusionPoem inspired by the recent Department of Energy positive net energy fusion announcement…Fusion1 min readFusion1 min read
Dec 5, 2022Member-onlyQuarksThe universe is quite a quaint place if much of its visible mass forms from aPoetry1 min readPoetry1 min read
Published inCodeX·Oct 26, 2022Member-onlyPython Generators: An IntroductionIntroduction In Python, two language constructs delay result creation whenever possible in user-defined operations: generator functions and generator expressions. Generator functions are coded as normal def statements but use yield statements to return results one at a time. …Python4 min readPython4 min read
Oct 9, 2022Member-onlyOrbit Determination Concepts: Part 1Introduction The article here is the first of a series which presents an understanding of spacecraft orbit determination. Please note that though there is no hard math derivation in this article, terminologies are presented which assumes the reader has a passing knowledge of linear algebra and Newtonian mechanics. Orbit determination (henceforth…Space4 min readSpace4 min read
Oct 4, 2022Member-onlySubtractionIf x = world and a = my contribution,Poetry1 min readPoetry1 min read