
Ryan Lacey
Followers: 0 Following: 0
Statistics
0 Problems
87 Solutions
RANK
N/A
of 298 204
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20 548
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 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.
mer än 4 år ago
Solved
Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...
mer än 4 år ago
Solved
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
mer än 4 år ago
Solved
Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.
mer än 4 år ago
Solved
Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2
mer än 4 år ago
Solved
Find the area of the four walls
If length, breadth and height of the walls are given, find the area of the four walls.
mer än 4 år ago
Solved
CONVERT TAN TO SIN
In a right angle triangle ABC given the tan(A) then find sin(A) For example tan(A)=3/4 then sin(A)=3/5
mer än 4 år ago
Solved
Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.
mer än 4 år ago
Solved
Area of a Square
Inside a square is a circle with radius r. What is the area of the square?
mer än 4 år ago
Solved
Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F. Examples: Input F = 90 Output C is 32.22 I...
mer än 4 år ago
Solved
Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively
mer än 4 år ago
Solved
Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.
mer än 4 år ago
Solved
Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];
mer än 4 år ago
Solved
MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.
mer än 4 år ago
Solved
Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.
mer än 4 år ago
Solved
Print true if
all elements are larger than 5 a=[1 3 5 8 6]; b=[6 6 6 6 6]; function(a) should be false, and function(b) will be tru...
mer än 4 år ago
Solved
How to calculate log?
There is a log that have base 5. How to calculate? log5(x)?
mer än 4 år ago
Solved
Calculate some equation
Using given inputs x and z, make two outputs that are y1 = (xz)/(x/z)^2 + 14x^2 - 0.8z^2 y2 = x^z - z^x + (x/z)^2 - (z/x...
mer än 4 år ago