Solved


Draw 'I'
Given n as input, draw a n-by-n matrix 'I' using 0 and 1. example: n=3 ans= [0 1 0 0 1 0 0 1 0] n=...

6 months ago

Solved


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

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

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

6 months ago

Solved


Potential energy calculation

6 months ago

Solved


Laws of motion 1

6 months ago

Solved


Kinetic energy calculation

6 months ago

Solved


Total energy

6 months ago

Solved


Laws of motion 3

6 months ago

Solved


Laws of motion 2

6 months ago

Solved


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

6 months ago

Solved


Laws of motion 5
Calculate the force is u are given mass and acceleration.

6 months ago

Solved


Laws of motion 6

6 months ago

Solved


Find Logic 12

6 months ago

Solved


Find Logic 13

6 months ago

Solved


Find Logic 15

6 months ago

Solved


Find Logic 8

6 months ago

Solved


Find Logic 7

6 months ago

Solved


Find Logic 16

6 months ago

Solved


Find Logic 6

6 months ago

Solved


Find Logic 17

6 months ago

Solved


Find Logic 18

6 months ago

Solved


Find Logic 19

6 months ago

Solved


Find Logic 4

6 months ago

Solved


Find Logic 3

6 months ago

Solved


Find Logic 1

6 months ago

Solved


Find x rows where the sum of the numbers is the maximum
Find x rows where the sum of the numbers is the maximum. For example: when x is 2 and m is 2 3 5 0 2 3 5 5 6 0 9 4 then y =...

6 months ago

Solved


Draw a '9' in a zero matrix!

6 months ago

Solved


Draw a '8' in a zero matrix!

6 months ago

Solved


Draw a '7' in a zero matrix!

6 months ago

Load more