解決済み


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

8ヶ月 前

解決済み


Energy Conversion 2

8ヶ月 前

解決済み


Energy Conversion 1

8ヶ月 前

解決済み


Mass Conversion 2

8ヶ月 前

解決済み


Area Conversion 2

8ヶ月 前

解決済み


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

8ヶ月 前

解決済み


Temperature Conversion 2

8ヶ月 前

解決済み


Temperature Conversion 1

8ヶ月 前

解決済み


Find matching parenthesis
One of the most indispensable things about a great text editor for programming is the ability to quickly jump between matching p...

8ヶ月 前

解決済み


We love vectorized solutions. Problem 1 : remove the row average.
Given a 2-d matrix, remove the row average from each row. Your solution MUST be vectorized. The solution will be tested for ac...

8ヶ月 前

解決済み


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

8ヶ月 前

解決済み


Kinetic energy calculation

8ヶ月 前

解決済み


Total energy

8ヶ月 前

解決済み


German tank problem
The German tank problem is a well-known statistical problem that attempts to estimate the maximum of a discrete distribution fro...

8ヶ月 前

解決済み


Does the coin touch the line?
If we throw a coin that has a diameter of d, its center will land in a grid n x m. What is the probability that the coin land...

8ヶ月 前

解決済み


Guess the number I'm thinking of (Part 1)
In this game you are competing against two other people to guess the number that I'm thinking of. I randomly choose an integer ...

8ヶ月 前

解決済み


Generate a random matrix A of (1,-1)
Input n: is an positive integer which serves as the dimension of the matrix A; Output: A=(Aij),where each entry Aij is either...

8ヶ月 前

解決済み


Given n, create n random numbers such that their standard deviation is also n.
Given n, create n random numbers such that their standard deviation is also n.

8ヶ月 前

解決済み


Convert radians to degrees
Given input in radians, output to degrees

8ヶ月 前

解決済み


Area of a disk
Find the area of a disk or circle. x= radius of the disk.

8ヶ月 前

解決済み


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

8ヶ月 前

解決済み


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

8ヶ月 前

解決済み


Return the Fibonacci Sequence
Write a code which returns the Fibonacci Sequence such that the largest value in the sequence is less than the input integer N. ...

8ヶ月 前

解決済み


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

8ヶ月 前

解決済み


Laws of motion 6

8ヶ月 前

解決済み


Laws of motion 3

8ヶ月 前

解決済み


Laws of motion 2

8ヶ月 前

解決済み


Laws of motion 1

8ヶ月 前

解決済み


Laws of motion 5

8ヶ月 前

解決済み


Linear Motion 2
During testing in the desert, a remotely operated vehicle travels D kilometers over rough terrain. The testing takes place over...

8ヶ月 前

さらに読み込む