MinkowskiQM.m
版本 1.0.0.0 (327 字节) 作者:
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 (2025). MinkowskiQM.m (https://www.mathworks.com/matlabcentral/fileexchange/5031-minkowskiqm-m), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R12
兼容任何版本
平台兼容性
Windows macOS Linux类别
- AI and Statistics > Statistics and Machine Learning Toolbox > Cluster Analysis and Anomaly Detection > Nearest Neighbors >
在 Help Center 和 MATLAB Answers 中查找有关 Nearest Neighbors 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 |