解決済み


Sum of series
a(n) = n^2 - (n-1)^2 find the summation of the series upto n i.e. a(1)+a(2)+...+a(n)

5年弱 前

解決済み


Sum of series VIII

5年弱 前

解決済み


Sum of series IX

5年弱 前

解決済み


Sum of series VII
What is the sum of the following sequence: Σ(km^k)/(k+m)! for k=1...n for different n and m?

5年弱 前

解決済み


Sum of series VI
What is the sum of the following sequence: Σk⋅k! for k=1...n for different n?

5年弱 前

解決済み


length of a vector
Find twice the length of a given vector.

5年弱 前

解決済み


Remove the Zero
Given an array n, remove all zeros

5年弱 前

解決済み


only input
Return the output without writing any code into the function.

5年弱 前

解決済み


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

5年弱 前

解決済み


Cumulative product of a vector
Cumulative product of a vector example x=[1 2 5 10], then answer must be [ 1 2 10 100] *If you like this prob...

5年弱 前

解決済み


Test Problem; Create a 5x5 array containing all ones
This is a test for learning the process of creating a Cody problem. The goal of this test problem will be to create an array,...

5年弱 前

解決済み


Find the product of a Vector
How would you find the product of the vector [1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0 5.5 6.0] times 2?; x = [1 : 0.5 : 6]; y ...

5年弱 前

解決済み


kmph to mph converter
Convert the speed in miles/hour to km/hour.

5年弱 前

解決済み


Nth root
Nth root of a number x

5年弱 前

解決済み


Find the sum of n squares
What is the sum of the squares of the first n integers?

約5年 前

解決済み


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

約5年 前

解決済み


Max of a Vector
Write a function to return the max of a vector

約5年 前

解決済み


area

約5年 前

解決済み


Find Logic 3

約5年 前

解決済み


Find Logic 7

約5年 前

解決済み


Find Logic 4

約5年 前

解決済み


10% Discount

約5年 前

解決済み


Find square of given number
Find Square of any number

約5年 前

解決済み


square root
Find square root of given number

約5年 前

解決済み


cube of number
find cube of number

約5年 前

解決済み


square of a number
find square of a given number

約5年 前

解決済み


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

約5年 前

解決済み


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

約5年 前

解決済み


Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...

約5年 前

解決済み


kmph to mps
convert kilometer per hour to meter per second

約5年 前

さらに読み込む