photo

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

统计学

All
MATLAB Answers

0 个提问
1 个回答

File Exchange

9 文件

排名
271,163
of 300,302

声誉
0

贡献数
0 个提问
1 个回答

回答接受率
0.00%

收到投票数
0

排名
9,793 of 20,911

声誉
68

平均
5.00

贡献数
9 文件

下载次数
12

ALL TIME 下载次数
635

排名

of 168,040

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

已提交


mypiplottergregory.m
Plots the value of pi for any n terms of the classic Gregory-Leibnitz series for pi.

7 years 前 | 1 次下载 |

0.0 / 5

已提交


Treasure Island Puzzle Source Code
Geometric proof of George Gamow's mathematical proof that the treasure can still be located.

7 years 前 | 2 次下载 |

0.0 / 5

已提交


The Drunkard's Walk
Plots the location a drunkard taking n random steps that begin at a lamp post.

7 years 前 | 1 次下载 |

0.0 / 5

已提交


George Gamow's famous Treasure Island Puzzle
Uses imaginary numbers to locate a buried treasure

7 years 前 | 4 次下载 |

0.0 / 5

已提交


mypicalculator4
Compares two classic methods of computing the value of pi.

7 years 前 | 2 次下载 |

5.0 / 5

已提交


My Fibonacci Generator
Short, simple, tight algo for generating and displaying an array of Fibonacci numbers.

7 years 前 | 1 次下载 |

0.0 / 5

已提交


tight prime generator
A small piece of code that generates primes to n, pretty fast too.

7 years 前 | 2 次下载 |

0.0 / 5
Thumbnail

已提交


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

7 years 前 | 3 次下载 |

0.0 / 5

已提交


thebirthdayparadox.m
Calculates probability of same birthday in any random group of n people.

7 years 前 | 1 次下载 |

0.0 / 5

已回答
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...

7 years 前 | 0