Bud Kelly
自 2018 起处于活动状态
Followers: 0 Following: 0
Been programming computers since I first was able to buy a Sinclair 88 at K-Mart back in the 80's. I hooked it up to the VHS on my TV and programmed in built-in Basic. Wow, 8 kilohertz of blazing speed!
Then, Basic, Pascal, C, C++, Visual C++, and my true love Matlab. Wow, this is just what I have been looking for- designed for mathematics from the ground up. Love it.
Bud in San Diego
Feeds
已提交
mypiplottergregory.m
Plots the value of pi for any n terms of the classic Gregory-Leibnitz series for pi.
6 years 前 | 1 次下载 |
已提交
Treasure Island Puzzle Source Code
Geometric proof of George Gamow's mathematical proof that the treasure can still be located.
6 years 前 | 2 次下载 |
已提交
The Drunkard's Walk
Plots the location a drunkard taking n random steps that begin at a lamp post.
6 years 前 | 1 次下载 |
已提交
George Gamow's famous Treasure Island Puzzle
Uses imaginary numbers to locate a buried treasure
6 years 前 | 4 次下载 |
已提交
My Fibonacci Generator
Short, simple, tight algo for generating and displaying an array of Fibonacci numbers.
6 years 前 | 1 次下载 |
已提交
tight prime generator
A small piece of code that generates primes to n, pretty fast too.
6 years 前 | 2 次下载 |
已提交
the birthday paradox
Plots probability of any two people in a group of n having the same birthday
6 years 前 | 1 次下载 |
已提交
thebirthdayparadox.m
Calculates probability of same birthday in any random group of n people.
6 years 前 | 1 次下载 |
已回答
How can I write a program that can display the first 50 consecutive prime numbers starting with 2?
Here's a small and very tight bit of code that will generate prime numbers up to any searchlimit you wish. It's fast too. On m...
How can I write a program that can display the first 50 consecutive prime numbers starting with 2?
Here's a small and very tight bit of code that will generate prime numbers up to any searchlimit you wish. It's fast too. On m...
6 years 前 | 0