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カテゴリ
- 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 |