已解决


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

4 days 前

已解决


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

4 days 前

已解决


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

4 days 前

已解决


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

4 days 前

已解决


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

4 days 前

已解决


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

4 days 前

已解决


Create a vector
Create a vector from 0 to n by intervals of 2.

4 days 前

已解决


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

4 days 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

4 days 前

已解决


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.

4 days 前

已解决


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

4 days 前

已解决


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

4 days 前

已解决


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

4 days 前

已解决


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

4 days 前

已解决


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

4 days 前

已解决


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

4 days 前

已解决


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

4 days 前

已解决


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

4 days 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

4 days 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4 days 前

已解决


Total energy

4 days 前

已解决


Potential energy calculation

4 days 前

已解决


Kinetic energy calculation

4 days 前

已解决


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

4 days 前

已解决


Laws of motion 3

4 days 前

已解决


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

4 days 前

已解决


Laws of motion 6

4 days 前

已解决


Laws of motion 2

10 days 前

已解决


Laws of motion 1

10 days 前