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년 초과 전 | 다운로드 수: 1 |
제출됨
Treasure Island Puzzle Source Code
Geometric proof of George Gamow's mathematical proof that the treasure can still be located.
6년 초과 전 | 다운로드 수: 2 |
제출됨
The Drunkard's Walk
Plots the location a drunkard taking n random steps that begin at a lamp post.
6년 초과 전 | 다운로드 수: 1 |
제출됨
George Gamow's famous Treasure Island Puzzle
Uses imaginary numbers to locate a buried treasure
6년 초과 전 | 다운로드 수: 4 |
제출됨
mypicalculator4
Compares two classic methods of computing the value of pi.
6년 초과 전 | 다운로드 수: 4 |
제출됨
My Fibonacci Generator
Short, simple, tight algo for generating and displaying an array of Fibonacci numbers.
6년 초과 전 | 다운로드 수: 1 |
제출됨
tight prime generator
A small piece of code that generates primes to n, pretty fast too.
6년 초과 전 | 다운로드 수: 2 |
제출됨
the birthday paradox
Plots probability of any two people in a group of n having the same birthday
6년 초과 전 | 다운로드 수: 1 |
제출됨
thebirthdayparadox.m
Calculates probability of same birthday in any random group of n people.
6년 초과 전 | 다운로드 수: 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년 초과 전 | 0