Gelöst


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)

etwa 5 Jahre vor

Gelöst


Sum of series VIII

etwa 5 Jahre vor

Gelöst


Sum of series IX

etwa 5 Jahre vor

Gelöst


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?

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


Remove the Zero
Given an array n, remove all zeros

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


Nth root
Nth root of a number x

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


area

etwa 5 Jahre vor

Gelöst


Find Logic 3

etwa 5 Jahre vor

Gelöst


Find Logic 7

etwa 5 Jahre vor

Gelöst


Find Logic 4

etwa 5 Jahre vor

Gelöst


10% Discount

etwa 5 Jahre vor

Gelöst


Find square of given number
Find Square of any number

etwa 5 Jahre vor

Gelöst


square root
Find square root of given number

etwa 5 Jahre vor

Gelöst


cube of number
find cube of number

etwa 5 Jahre vor

Gelöst


square of a number
find square of a given number

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


kmph to mps
convert kilometer per hour to meter per second

etwa 5 Jahre vor

Mehr laden