Solved


Find Logic 31

5 years ago

Solved


Find Logic 5

5 years ago

Solved


Cutoff OF Exam

5 years ago

Solved


Falling on the Moon.

5 years ago

Solved


Solve the equation. Find X.

5 years ago

Solved


Area of Ellipse

5 years ago

Solved


Dot Product

5 years ago

Solved


unsolvable

5 years ago

Solved


Select primes from the matrix.
Select primes from the matrix.

5 years ago

Solved


Calculate roots of polynomial given as vector array.
Calculate roots of polynomial given as vector array. Example x=[1 2 0 5 0 3] result=[-2.7267 ; ...

5 years ago

Solved


Given a Vector v1, create v2 which is the sum of each two adjacent elements in v1. {length(v2)=length(v1)-1}
if v1 is [1 2 3 4 5 6 7 8] then v2 should be [3 5 7 9 11 13 15]. if v1 is [1; 3; 5; 7] the...

5 years ago

Solved


Is it prime?
Given a number, check whether it is prime or not. If prime output is true, otherwise false.

5 years ago

Solved


Create an index-powered vector
Given a input vector x, return y as index-powered vector as shown below. Example x = [2 3 6 9] then y should be [...

5 years ago

Solved


find the index of a number

5 years ago

Solved


Distance Travelled by Vehicle

5 years ago

Solved


Values in Array
How many values are in the array

5 years ago

Solved


Count up then down
Create a function that produces counting up from 0 up to n then down to 0 n=2 --> 0 1 2 1 0 n=3 --> ...

5 years ago

Solved


Mid-term report
You just got your mid-term report, but it's full of ones and twos :(. So before you give it to your parents, you change it, in o...

5 years ago

Solved


Box
Give the volume of a box, x is equal to the body diagonal.

5 years ago

Solved


Stairs
Make an n by n matrix, where the elements are ones and zeros. In the main diagonal, and under that, there should be only ones (...

5 years ago

Solved


Remove the air bubbles
Given a matrix a, return a matrix b in which all the zeros have "bubbled" to the top. That is, any zeros in a given column shoul...

6 years ago

Solved


Find Logic 17

6 years ago

Solved


Simple sum 1

6 years ago

Solved


Find Logic 14

6 years ago

Solved


Find Logic 13

6 years ago

Solved


Find Logic 11

6 years ago

Solved


Find Logic 12

6 years ago

Load more