MinkowskiQM.m

버전 1.0.0.0 (327 Bytes) 작성자: David Terr
Given x from 0 to 1, compute ?(x), where ? is the Minkowski question mark function.
다운로드 수: 2.1K
업데이트 날짜: 2004/6/1

라이선스 없음

Given x from 0 to 1, this program computes ?(x), where ? is the Minkowski question mark function, defined by

?(0)=0, ?(1)=1, and ?((a+b)/(c+d))=
(?(a/c) + ?(b/d))/2, where a/b and c/d are consecutive terms in the Farey sequence. ?(x) is continuous but nowhere differentiable. ?(x) is rational whenever x is rational or a quadratic irrational. If x is rational, the denominator of ?(x) is a power of 2, otherwise it is not.

인용 양식

David Terr (2024). MinkowskiQM.m (https://www.mathworks.com/matlabcentral/fileexchange/5031-minkowskiqm-m), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R12
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0