Sum of series VI
What is the sum of the following sequence:
Σk⋅k! for k=1...n
for different n?
3年以上 前
解決済み
Is it an Armstrong number?
An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself. Fo...
3年以上 前
解決済み
Right and wrong
Given a vector of lengths [a b c], determines whether a triangle with those sides lengths is a right triangle: <http://en.wikipe...
3年以上 前
解決済み
Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...
Perfect Square or not
find Given input x is perfect square or not,if yes then output y=1.else y=0
3年以上 前
解決済み
Convert yards to feet
The goal of this script is to convert a value given in yards to feet.
3年以上 前
解決済み
Convert a vector into a number
This is a sub problem related to this problem:
<http://www.mathworks.com/matlabcentral/cody/problems/621-cryptomath-addition>...