Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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.

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


Spherical Volume
Calculate the volume of a sphere.

11 Monate vor

Gelöst


Ounces to Kilograms
convert ounces to kilograms, easy

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


Divide pi
Divide pi by x!

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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.

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


easy problem
Find the last element of the array

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


Converts numbers into characters
Converts numbers into characters

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Mehr laden