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년 전
문제를 풀었습니다
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년 전
문제를 풀었습니다
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.
...