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

4 years ago

Solved


Draw 'B'
Draw a x-by-x matrix 'B' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 0 1 0 0 0 1 ...

4 years ago

Solved


Draw a 'N'!
Given n as input, generate a n-by-n matrix 'N' using 0 and 1 . Example: n=5 ans= [1 0 0 0 1 1 1 0 0 1 1 0 ...

4 years ago

Solved


Draw 'C'.
Given x as input, generate a x-by-x matrix 'C' using 0 and 1. example: x=4 ans= [0 1 1 1 1 0 0 0 ...

4 years ago

Solved


Draw 'H'
Draw a x-by-x matrix 'H' using 1 and 0. (x is odd and bigger than 2) Example: x=5 ans= [1 0 0 0 1 1 0 0 0 1 ...

4 years ago

Solved


Draw 'J'
Given n as input, generate a n-by-n matrix 'J' using 0 and 1 . Example: n=5 ans= [0 0 0 0 1 0 0 0 0 1 0 0 ...

4 years ago

Solved


Draw 'E'
Draw a x-by-x matrix 'E' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 1 1 0 0 0 0 ...

4 years ago

Solved


Total energy

4 years ago

Solved


Potential energy calculation

4 years ago

Solved


Kinetic energy calculation

4 years ago

Solved


Laws of motion 1

4 years ago

Solved


Laws of motion 2

4 years ago

Solved


Laws of motion 3

4 years ago

Solved


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

4 years ago

Solved


Laws of motion 5

4 years ago

Solved


Laws of motion 6

4 years ago

Solved


Draw a '4' in a zero matrix!

4 years ago

Solved


Draw a '6' in a zero matrix!

4 years ago

Solved


Draw a '9' in a zero matrix!

4 years ago

Solved


Draw a '7' in a zero matrix!

4 years ago

Solved


Draw a '8' in a zero matrix!

4 years ago

Solved


Draw a '3' in a zero matrix!

4 years ago

Solved


Draw a '2' in a zero matrix!

4 years ago

Solved


Draw a '5' in a zero matrix!

4 years ago

Solved


Draw a '1' in a zero matrix!

4 years ago

Solved


Divisible by 2
This is the first problem in a set of "divisible by x" problems. You will be provided a number as a string and the function you ...

4 years ago

Solved


Find the Pattern 2

4 years ago

Solved


Find Logic 16

4 years ago

Solved


Find Logic 14

4 years ago

Solved


Find Logic 1

4 years ago

Load more