Statistics
0 Problems
82 Solutions
RANK
N/A
of 301,287
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 21,220
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Solved
Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.
7 months ago
Solved
Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.
7 months ago
Solved
Area of a rectangle
FInd the area of a rectangle with a length L and width W. Round to the nearest integer.
7 months ago
Solved
Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.
7 months ago
Solved
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...
7 months ago
Solved
Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5
7 months ago
Solved
Divide by 4
Given the variable x as your input, divide it by four and put the result in y.
7 months ago
Solved
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...
7 months ago
Solved
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]
7 months ago
Solved
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: ...
7 months ago
Solved
Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem
7 months ago
Solved
the average value of the elements
Calculate the average value of the elements in the array
7 months ago
Solved
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 ...
7 months ago
Solved
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:...
7 months ago
Solved
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.
7 months ago
Solved
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 ...
7 months ago
Solved
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 ...
7 months ago


