Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...
Power of Moving Vehicle
Engineers at Tesla calculate how much power is required to maintain vehicle motion.
約1ヶ月 前
解決済み
Machine Efficiency Test
Engineers at Siemens test how efficiently a motor converts electrical energy into mechanical work.
約1ヶ月 前
解決済み
Power Loss in Transmission Lines
Electricity transmitted by Power Grid Corporation of India experiences power loss due to resistance.
Current = 10 A
Resistance...
約1ヶ月 前
解決済み
Fibonacci sequence
Calculate the nth Fibonacci number.
Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ...
Examples:
Input...
expand intervals vol.2
Similar to problem <http://www.mathworks.co.uk/matlabcentral/cody/problems/2528 2528>. This is a more general case, when bounds ...
約1ヶ月 前
解決済み
The Tortoise and the Hare - 02
Previous problem <https://www.mathworks.com/matlabcentral/cody/problems/45425-the-tortoise-and-the-hare-01>
Suppose in an inf...