Solved


Sum of series VIII

3 years ago

Solved


Sum of series IX

3 years ago

Solved


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?

3 years ago

Solved


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

3 years ago

Solved


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

3 years ago

Solved


Remove the Zero
Given an array n, remove all zeros

3 years ago

Solved


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

3 years ago

Solved


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

3 years ago

Solved


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...

3 years ago

Solved


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,...

3 years ago

Solved


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 ...

3 years ago

Solved


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

3 years ago

Solved


Nth root
Nth root of a number x

3 years ago

Solved


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

3 years ago

Solved


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

3 years ago

Solved


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

3 years ago

Solved


area

3 years ago

Solved


Find Logic 3

3 years ago

Solved


Find Logic 7

3 years ago

Solved


Find Logic 4

3 years ago

Solved


10% Discount

3 years ago

Solved


Find square of given number
Find Square of any number

3 years ago

Solved


square root
Find square root of given number

3 years ago

Solved


cube of number
find cube of number

3 years ago

Solved


square of a number
find square of a given number

3 years ago

Solved


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...

3 years ago

Solved


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...

3 years ago

Solved


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...

3 years ago

Solved


kmph to mps
convert kilometer per hour to meter per second

3 years ago

Solved


Switch matrix to a column vector
for e.g. x = [1 2 3 4] y = 1 3 2 4

3 years ago

Load more