Solved


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

9 days ago

Solved


Find max
Find the maximum value of a given vector or matrix.

9 days ago

Solved


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

9 days ago

Solved


Inner product of two vectors
Find the inner product of two vectors.

9 days ago

Solved


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

9 days ago

Solved


Find the Pattern 6

10 days ago

Solved


Find the Pattern 10

10 days ago

Solved


Find the Pattern 9

10 days ago

Solved


Find the Pattern 8

10 days ago

Solved


Find the Pattern 7

10 days ago

Solved


Find the Pattern 5

10 days ago

Solved


Find the Pattern 4

10 days ago

Solved


Find the Pattern 3

10 days ago

Solved


Find the Pattern 2

10 days ago

Solved


Find the Pattern 1

10 days ago

Solved


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

10 days ago

Solved


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

10 days ago

Solved


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

10 days ago

Solved


Given a square and a circle, please decide whether the square covers more area.
You know the side of a square and the diameter of a circle, please decide whether the square covers more area.

10 days ago

Solved


radius of a spherical planet
You just measured its surface area, that is the input.

10 days ago

Solved


Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>

12 days ago

Solved


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

12 days ago

Solved


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

12 days ago

Solved


Basic Mathematics 6
A High School is trying to build their robot to be able to reach the hanging object which is H inches from the ground. Their ro...

12 days ago

Solved


Basic Mathematics 5
The total area of all four equal sections of the game field is N ft². Each section has a rectangle of dimensions X ft x Y ft re...

12 days ago

Solved


Basic Mathematics 4
Team #1 is in first place but only one point higher than Team #2. The sum of their two scores is N. What are each team’s scores...

12 days ago

Solved


Basic Mathematics 3
It was announced during a Robotics Competition kick off that two of the trickiest scoring objects are: soup cans, and beach ball...

12 days ago

Solved


Basic Mathematics 2
If a 4’ x 8’ sheet of ½” plywood weighs W lbs and you cut an L” x L” robot base from this material, approximately how much weigh...

12 days ago

Solved


Basic Mathematics 1
If a robot is traveling on a north heading at v1 inches per second and has the ability to only make N degree changes in directio...

12 days ago

Solved


Linear Motion 7
A robot has a maximum rate of acceleration of a m/s2. If the robot starts from rest and reaches a velocity of v2 m/s. How far ha...

13 days ago

Load more