Feeds
已解决
Speed of car travelling x meters in y seconds
What is the speed of a car if the car travelled x meters in y seconds? Supply the answer in m/s.
10 months 前
已解决
Change string to number
Change given string to number. (hint: there is already function) Changing from ['1234'] to [1234] is one of example
10 months 前
已解决
Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.
10 months 前
已解决
Element by element multiplication of two vectors
Given two input vectors, return the element-by-element product. Example A = [1 2 3] B = [7 3 1] The answer should be...
10 months 前
已解决
Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product
10 months 前
已解决
Cube root of max value in a vector
Find the cube root of the maximum value in a vector
10 months 前
已解决
Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.
10 months 前
已解决
find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y
10 months 前
已解决
Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.
10 months 前
已解决
Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F. Examples: Input F = 90 Output C is 32.22 I...
10 months 前
已解决
determine the sum of the squares
if x = 4, the solution will be: y = 1^2+2^2+3^2+4^2=1+4+9+16 = 30.
10 months 前
已解决
Linear Motion 2
During testing in the desert, a remotely operated vehicle travels D kilometers over rough terrain. The testing takes place over...
10 months 前
已解决
Force and Motion 3
Two robots push on a large object in the same direction. One robot pushes with a force of F1 Newtons and the other with a force...
10 months 前
已解决
Linear Motion 6
An experimental vehicle traveling at v1 m/s is brought to a full stop in t seconds. How far does it travel before stopping? Roun...
10 months 前
已解决
Force and Motion 2
Two robots are pulling on an object in opposite directions. One robot pulls with a force of F1 Newtons and the other with a forc...
10 months 前
已解决
Momentum Calculation
A shopping cart of mass 'm1' is traveling with velocity 'u' and collides with a second shopping cart of mass 'm2.' The two shopp...
10 months 前
已解决
Find The area of the square
Given that the length of the side of a square is x, find the area.
10 months 前
已解决
Find minimum and maximum elements of an array
For a given array find minimum and maximum elements of an array and store minimum value in first index of output and maximum in ...
10 months 前

