Community Profile

photo

Bud Kelly


2018년부터 활동

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

통계

All
  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 1
  • First Review
  • First Submission
  • First Answer

배지 보기

Content Feed

보기 기준

제출됨


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 |

Thumbnail

제출됨


the birthday paradox
Plots probability of any two people in a group of n having the same birthday

거의 6년 전 | 다운로드 수: 10 |

제출됨


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...

거의 6년 전 | 0