Problem 45821. Magnitude of a vector (★★★)
Given a vector x with values [ x1, x2, x3, ..., xn ], compute the magnitude (or length) of the vector which is given by
href = "/#null"</a>
Thus, if x = [1 2 5 6], then the magnitude is √(1+4+25+36) = 8.1240.
You cannot use the following commands: norm, sum, dot, for, while
Solution Stats
Problem Comments
-
3 Comments
goc3
on 8 Oct 2020
Tolerance has been added to the test suite.
Ramon Villamangca
on 27 Jan 2023
Unrecognized function or variable 'tolerance'.
Dyuman Joshi
on 27 Jan 2023
Ramon, the error has been rectified. The question should be clear to solve.
Solution Comments
Show commentsProblem Recent Solvers79
Suggested Problems
-
Swap the first and last columns
21048 Solvers
-
Return a list sorted by number of occurrences
2820 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
3385 Solvers
-
1268 Solvers
-
Matlab Basics II - Log and natural log
184 Solvers
More from this Author52
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!