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,930 답변

File Exchange

62 파일

Cody

5 문제
140 답안

Discussions

14 하이라이트

순위
9
of 301,806

평판
22,293

참여
15 질문
7,930 답변

답변 채택
46.67%

획득한 표
4,872

순위
4 of 21,413

평판
66,858

평균 평점
4.80

참여
62 파일

다운로드 수
358

ALL TIME 다운로드 수
603695

순위
1,872
of 176,647

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

3개월 전 | 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