Feeds
已解决
Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.
3 months 前
已解决
Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.
3 months 前
已解决
Area of a rectangle
FInd the area of a rectangle with a length L and width W. Round to the nearest integer.
3 months 前
已解决
Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.
3 months 前
已解决
Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...
3 months 前
已解决
Divide by 4
Given the variable x as your input, divide it by four and put the result in y.
3 months 前
已解决
Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns. E...
3 months 前
已解决
Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]
3 months 前
已解决
Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...
3 months 前
已解决
Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem
3 months 前
已解决
the average value of the elements
Calculate the average value of the elements in the array
3 months 前
已解决
Find x in provided equation!
x^2-2*x+1=0 This polynomial can be expressed by using each term's coefficients, such as [1 -2 1]. Using the polynomial ...
3 months 前
已解决
Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...
3 months 前
已解决
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.
3 months 前
已解决
Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...
3 months 前
已解决
multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...
3 months 前


