Polynomial Integrator
Maybe a week or two ago, I was wondering how to make a program that would output eigenvalues for an inputted matrix. To do that, I would...
Marketing, Management, and Economics
by George Fane
Maybe a week or two ago, I was wondering how to make a program that would output eigenvalues for an inputted matrix. To do that, I would...
At the end of February, I started going on the Corporate Finance Institute website again. It offered new certifications with new video...
The Riemann zeta function has many applications, but I wanted to focus on approximating its outputs. I had read a quite neat proof that...
Introduction My summer internship was coming to an end; in its last week, I knew I would miss the other interns, my supervisors, and the...
While creating my fourth version of a Prime Number Finder, I didn't start by using massive numbers under which to find primes. I started...
Programming prime-finders is fun for me because it is a constant test to improve. First I divided a potential prime by all of its factors...
Once I created a Goldbach Conjecture program to find even numbers as sums of primes, I wanted to go the other way around: find sums of...
Just between the end of my sister's sophomore year in college and the beginning of her summer research program, our whole family went out...
According to the story, Stanislaw Ulam was bored during a lecture, sometime after his work on the Manhattan Project. He began doodling: a...
It has been posited that there are an infinite number of primes that come 2 after some other prime. This pair of (n-1, n+1), where both...
These programs mark the deeper dive into Number Theory that I mentioned in my Factors and Prime Numbers article. Prime Number Finder v2...
Unusually, I cannot remember why I wanted to create a Base Converter. With all my other programs, I can easily identify its intrigue:...
I watched a Numberphile video (goodness, I love that channel now) about encryption. Dr. James Grime began by reading an incredibly long...
I probably first saw the Black-Scholes Formula for option valuation a few weeks ago. I had just finished up the CFI's video series on...
In addition to watching a video series on fixed-income securities and writing programs that perform bond valuations, I also watched a...
I saw the Black-Scholes formula for option valuation and wanted to develop a program to calculate it, but first I must learn to code a...
Last Wednesday at my GTB internship, I met with an employee in the Finance Department. She told me about the Corporate Finance Institute,...
Every program tells a story. Euler's Number/Compound Interest https://onlinegdb.com/HkdassKXH Note: this is a newer version that allows...