photo

John D'Errico


Last seen: Today 2006 年からアクティブ

Followers: 41   Following: 0

A retired applied mathematician, consultant, sometime mechanical engineer, numerical analyst, woodworker, bridge player. Please DON'T contact me, as too many students then decide I am their personal consultant if I allow it. I won't do consulting by mail.

統計

All
MATLAB Answers

15 質問
7,926 回答

File Exchange

62 ファイル

Cody

5 問題
140 解答

Discussions

14 ハイライト

ランク
9
of 301,751

評判
22,293

コントリビューション
15 質問
7,926 回答

回答採用率
46.67%

獲得投票数
4,872

ランク
4 of 21,409

評判
66,846

平均評価
4.80

コントリビューション
62 ファイル

ダウンロード
375

ALL TIME ダウンロード
603575

ランク
1,870
of 176,380

コントリビューション
5 問題
140 解答

スコア
1,566

バッジ数
7

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
14 ハイライト

平均いいねの数
3

  • Most Accepted 2023
  • Editor's pick for Answers
  • Quiz Master
  • Promoter
  • Top Downloads 2024
  • Top Downloads 2023
  • Top Downloads 2022
  • Top Downloads 2021
  • Top Downloads 2020
  • Revival Level 4
  • Top Downloads 2019
  • Personal Best Downloads Level 5

バッジを表示

Feeds

Discussion


Little Fermat, a valuable tool for primality testing
In a previous discussion, https://www.mathworks.com/matlabcentral/discussions/tips/884294-oh-no-isprime-is-missing-just-kidding...

2ヶ月 前 | 0

Discussion


What is an emirp? Can we find a new world record size prime of this form, using only MATLAB, and a home computer?
An emirp is a prime that is prime when viewed in in both directions. They are not too difficult to find at a lower level. For ex...

3ヶ月 前 | 0

Discussion


OH NO! isprime is missing? (Just kidding)
What if you had no isprime utility to rely on in MATLAB? How would you identify a number as prime? An easy answer might be some...

8ヶ月 前 | 0

Discussion


Approximating a floating point number with a finite representation in decimal form
I saw an interesting problem on a reddit math forum today. The question was to find a number (x) as close as possible to r=3.6, ...

8ヶ月 前 | 0

Discussion


Primes and rough numbers, use of MOD as a large scale test to exclude composite numbers
The GCD approach to identify rough numbers is a terribly useful one, well worth remembering. But at some point, I expect someo...

1年以上 前 | 2

Discussion


Primes and rough numbers, using GCD as a test for roughness to exclude composite numbers
Yes, some readers might now argue that I used roughness in a crazy way in my last post, in my approach to finding a large twin...

1年以上 前 | 3

Discussion


Primes and rough numbers, used constructively to search for large primes
How can we use roughness in an effective context to identify large primes? I can quickly think of quite a few examples where w...

1年以上 前 | 4

Discussion


Primes and Rough Numbers, Basic ideas
What is a rough number? What can they be used for? Today I'll take you down a journey into the land of prime numbers (in MATLA...

1年以上 前 | 7

Discussion


Answers not displaying symbolic results? FIXED
syms u v atan2alt(v,u) function Z = atan2alt(V,U) % extension of atan2(V,U) into the complex plane Z = -1i*log((U+1i*V)....

1年以上 前 | 2

Discussion


Using graphs to learn about Kaprekar constant(s)
D.R. Kaprekar was a self taught recreational mathematician, perhaps known mostly for some numbers that bear his name. Today, I...

2年弱 前 | 8

Discussion


Using MATLAB to find a generative equation for a sequence
This stems purely from some play on my part. Suppose I asked you to work with the sequence formed as 2*n*F_n + 1, where F_n is t...

2年弱 前 | 8

Discussion


Should the AI apply to all questions posted on Answers?
I saw this post on Answers. https://www.mathworks.com/matlabcentral/answers/2046770-explaining-a-matlab-code/?s_tid=ans_lp_feed...

2年以上 前 | 3

Discussion


linprog failed to work. why? Did I do something wrong?
I've now seen linear programming questions pop up on Answers recently, with some common failure modes for linprog that people se...

3年以上 前 | 1

Discussion


Counting the passengers on a train: solving a basic problem using MATLAB
I saw this problem online recently. <https://www.youtube.com/watch?v=-rbozrj9poo Passenger distribution on a train> Not a...

約4年 前 | 8