Resuelto


the number of inputs
Find the number of the inputs of the function. example y = theinputnumber(x,k); function called theinputnumber has 2 in...

alrededor de 1 año hace

Resuelto


Remove Duplicates
Remove duplicates from the vector of integers and display in sorted order

alrededor de 1 año hace

Resuelto


Remove the middle element from a vector
Remove the middle element of a vector? *Example:* [1,2,3] should return 2 [1,2,3,4] should return 2 [] should return...

alrededor de 1 año hace

Resuelto


Distances in a circle
A circle (360°) is given and a row of 6 monotonic increasing numbers with the which difference from last to first value is les...

alrededor de 1 año hace

Resuelto


Normalize by maximum
Subtract the maximum value in a column from the corresponding columns of a matrix.

alrededor de 1 año hace

Resuelto


More Simple String Concatenation
Take the first string input, reverse the order of the string from the end to beginning (i.e. apple becomes elppa), add a space a...

alrededor de 1 año hace

Resuelto


determine amount cookies left
started with 3 cookies and you never ate any how many are left

más de 1 año hace

Resuelto


Find difference of two set as per example
Find difference of two set as per example Say x=[1:5] and y=[2:6] then, set_diff(x,y) should give output[1] and set_diff(y...

más de 1 año hace

Resuelto


Determine the factorial of a number

más de 1 año hace

Resuelto


Zero or hero
A number will be given as an input. You can be hero if it's not zero. (Just for fun)

más de 1 año hace

Resuelto


Area of the yellow shaded region

más de 1 año hace

Resuelto


"Find out the best cricket"
This is how I originally read Problem 2013, so let's just go with it. Give me the first and last name of the best cricket, rega...

más de 1 año hace

Resuelto


Sum the real and imaginary parts of a complex number
Sum the real and imaginary parts of a complex number. Example c = 1+2i has the solution 1 + 2 = 3

más de 1 año hace

Resuelto


Card games

más de 1 año hace

Resuelto


How do you make seven even?
Take away the s.

más de 1 año hace

Resuelto


Arrow!!
Write a script that gives (( follow the example)) if x=4 & output= 1 1 1 1 1 1 0 1 1...

más de 1 año hace

Resuelto


Card Game
This is an overly simplified and highly modified version of card game Twenty-Nine. A deck of 100 unique cards (hypothetical) ...

más de 1 año hace

Resuelto


Finding the 9th power of a variable
Getting aquainted with finding the 9th power of a variable

más de 1 año hace

Resuelto


Finding the 8th power of a variable
Getting aquainted with finding the 8th power of an element.

más de 1 año hace

Resuelto


How to find a 7th power of a variable
Getting aquainted with finding the 7th power of a variable.

más de 1 año hace

Resuelto


How to find the sixth power of a variable
Getting an aquainatance of finding the sixth power of a variable.

más de 1 año hace

Resuelto


How to find the 5th power of a variable
Getting an aquaintance of how to find the 5th power of a variable

más de 1 año hace

Resuelto


How to find the 4th power of a variable
Getting an aquaintance on how to solve for the 4th power of a variable.

más de 1 año hace

Resuelto


How to square something
Looking to see if something could be squared from the code you created from the input of x

más de 1 año hace

Resuelto


How to square root something
A practice problem to get you aquainted with how to square root something.

más de 1 año hace

Resuelto


How to cube root something
An aquaintance on how to cube root an element

más de 1 año hace

Resuelto


Identifying teenager
Suppose the age of a person is given. If he/she is a teenage, answer is 'yes'. Otherwise, the answer is 'no'.

más de 1 año hace

Resuelto


Compute the drag on a moving vehicle
We assume no rolling resistance, and the simple rule for Drag : , where is the density of the fluid (assumed at 1.2 ), is the ...

más de 1 año hace

Resuelto


Modified Upper Matrix Mock
Given a vector v=[1 3 6 9 11], turn it into a matrix 'ramp' like so: m=[1 3 6 9 11; 0 3 6 9 11; 0 0 6 9 11; 0 0 0 9 11; 0 0 0...

más de 1 año hace

Cargar más