Difference of the Square of Sums and the Sum of Squares
バージョン 1.0.0.0 (1.92 KB) 作成者:
Andrew Chen
A function called on a single natural number.
Call this function to evaluate a NATRUAL number x --> dsumsquare(x) This function will produce the difference of the sum of squares of a ll natural numbers 1 to x and the square of the sum of natural numbers 1 to x.
For example:
dsumsquare(3) = (1+2+3)^2-(1^2+2^2+3^2) = 36-14 = 22
引用
Andrew Chen (2025). Difference of the Square of Sums and the Sum of Squares (https://www.mathworks.com/matlabcentral/fileexchange/59140-difference-of-the-square-of-sums-and-the-sum-of-squares), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R2016a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- Robotics and Autonomous Systems > Automated Driving Toolbox > Detection and Tracking > Tracking and Sensor Fusion >
- Automotive > Automated Driving Toolbox > Detection and Tracking > Tracking and Sensor Fusion >
Help Center および MATLAB Answers で Tracking and Sensor Fusion についてさらに検索
タグ
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!バージョン | 公開済み | リリース ノート | |
---|---|---|---|
1.0.0.0 |