Solved


Vector Element Multiplication
Take two incoming vectors, and output the element wise multiplication of the vectors.

2 years ago

Solved


Matrix element wise multiplication
Take two incoming vectors, and multiply them element wise

2 years ago

Solved


Sum the rows
Sum the rows of the given matrix. Example x = [ 1 2 3 4 ] y = [ 3 7 ]

2 years ago

Solved


Sum the squares of numbers from 1 to n
For a given value of n return the sum of square of numbers from 1 to n. Example For n = 2 then sum of squares = 5 (1^2 + ...

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

2 years ago

Solved


Determine if input is divisible by three.
Given a positive integer, n, determine if n is divisible by 3. If yes, the function should output true. If no, false.

2 years ago

Solved


Perimeters/Circumference
Given an array. Determine whether the perimeter is of a circle, triangle or square. Then calculate the perimeter.

2 years ago

Solved


How many monitors are connected ?
How to obtain the numbers of monitors connected to your computer ?

2 years ago

Solved


Spherical Volume
Calculate the volume of a sphere.

2 years ago

Solved


Area of square
Find the area of a square whose diagonal length is given as x.

2 years ago

Solved


Box!
Given a box, find the volume of the cube. With each side = a.

2 years ago

Solved


Bruh
Return 'bruh'.

2 years ago

Solved


ASCII Code
Using matlab, give the symbol that is associated with ASCii code 90.

2 years ago

Solved


Log of a number
Write a script that will give the log of x as output.

2 years ago

Solved


Mile to Kilometer
x is mile and y is km

2 years ago

Solved


Square root of number
Square root of given number.

2 years 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:...

2 years ago

Solved


Divide pi
Divide pi by x!

2 years ago

Solved


Calculate the area of a circle
Given a circle of diameter x calculate its area

2 years ago

Solved


Multiply pi
Multiply pi with x!

2 years ago

Solved


Equal to their cube
Tell me three real numbers that are equal to their cubes?

2 years ago

Solved


Values in Array
How many values are in the array

2 years ago

Solved


raise 1/3
Raise a number to 1/3 power.

2 years ago

Solved


row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.

2 years ago

Solved


Joules to Megatons of TnT
Given joules, J, make a function that converts to megatons of TNT.

2 years ago

Solved


MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.

2 years ago

Solved


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

2 years ago

Solved


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

2 years ago

Solved


Radians to Degrees
Convert radians to degrees.

2 years ago

Load more