Find Euclidean norm of given vector u.
Find Euclidean norm of given vector u.
https://en.wikipedia.org/wiki/Euclidean_distance
Example
x=[1 1]
result=sqrt(1^2+1^2...
4 years ago
Solved
Component area
Find the area of the component below, all measurements are in mm
<<https://image.ibb.co/hocruF/Component.png>>
intervals
Write a function that takes an interval from a to b, and divides it into 6 parts.
4 years ago
Solved
Calculate the values of a polynomial.
Calculate the values of a polynomial.Input parameter p - vector of polynomial coefficients, x - matrix of the argument values.
...