已解决


Mathematical formula
Find the value of the expression given the values of variables t and k. Assume g=9.81

1 year 前

已解决


Function substitution (2)
Evaluate the function for the given values of the variables N and t

1 year 前

已解决


Function substitution (1)
Evaluate the function for the given values of the variables N and t

1 year 前

已解决


Array Concatenation (2)
Given two matrices, a and b, concatenate the two matrices vertically, i.e., the number of rows of the result should be equal to ...

1 year 前

已解决


Array Concatenation (1)
Given two matrices, a and b, concatenate the two matrices horizontally, i.e., the number of columns of the result should be equa...

1 year 前

已解决


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

1 year 前

已解决


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.

1 year 前

已解决


Approximation of Pi (vector inputs)
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given numbe...

1 year 前

已解决


Approximation of Pi
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given number of...

1 year 前

已解决


Pi Digit Probability
Assume that the next digit of pi constant is determined by the historical digit distribution. What is the probability of next di...

1 year 前

已解决


Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


Spherical Volume
Calculate the volume of a sphere.

1 year 前

已解决


Ounces to Kilograms
convert ounces to kilograms, easy

1 year 前

已解决


Nth root of a number
Given an input and a number N, find the Nth root of the number(s)

1 year 前

已解决


Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.

1 year 前

已解决


Find the distance traveled by a car given velocity and time.
A car is traveling at a constant velocity for a specific amount of time. The function should use the two inputs, velocity and ti...

1 year 前

已解决


Divide pi
Divide pi by x!

1 year 前

已解决


Rankine to Celsius Converter
Given input R, degrees Rankine, convert into degrees Celsius.

1 year 前

已解决


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.

1 year 前

已解决


Convert from integer to binary
if true % decimalToBinaryVector(x) end

1 year 前

已解决


easy problem
Find the last element of the array

1 year 前

已解决


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

1 year 前

已解决


Converts numbers into characters
Converts numbers into characters

1 year 前

已解决


Find the max element of the array
Find the max element of the array

1 year 前

已解决


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

1 year 前

已解决


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

1 year 前

加载更多