What MATLAB function should be used to determine what the co
What MATLAB function should be used to determine what the command/function sqrt does?
Solution
Answer: sqrt(x) function is used to find the square root of a given number.
Example: sqrt(2)
Explanation: It offers better manipulation than _power. specifically it indicates the positive root for real positive x.
if it is designated with floating point ,the square root function is diplomatic.
