解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


Potential energy calculation

11ヶ月 前

解決済み


Laws of motion 1

11ヶ月 前

解決済み


Kinetic energy calculation

11ヶ月 前

解決済み


Total energy

11ヶ月 前

解決済み


Laws of motion 3

11ヶ月 前

解決済み


Laws of motion 2

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


Laws of motion 6

11ヶ月 前

解決済み


Find Logic 12

11ヶ月 前

解決済み


Find Logic 13

11ヶ月 前

解決済み


Find Logic 15

11ヶ月 前

解決済み


Find Logic 8

11ヶ月 前

解決済み


Find Logic 7

11ヶ月 前

解決済み


Find Logic 16

11ヶ月 前

解決済み


Find Logic 6

11ヶ月 前

解決済み


Find Logic 17

12ヶ月 前

解決済み


Find Logic 18

12ヶ月 前

解決済み


Find Logic 19

12ヶ月 前

解決済み


Find Logic 4

12ヶ月 前

解決済み


Find Logic 3

12ヶ月 前

解決済み


Find Logic 1

12ヶ月 前

解決済み


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

12ヶ月 前

解決済み


Draw a '9' in a zero matrix!

12ヶ月 前

解決済み


Draw a '8' in a zero matrix!

12ヶ月 前

解決済み


Draw a '7' in a zero matrix!

12ヶ月 前

さらに読み込む