Solved


Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]

5 years ago

Solved


Remove All elements less than 5
Given an input vector x, remove all elements of x less than 5 . Example: Input x = [ 1 2 5 7 3 ] Output y is [ 5 7 ...

5 years ago

Solved


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

5 years ago

Solved


Is it column vector?
Is it column vector? Check vector for column vector without using iscolumn function.

5 years ago

Solved


Radians to Degrees
Convert radians to degrees.

5 years ago

Solved


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

5 years ago

Solved


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

5 years ago

Solved


Make a 1 hot vector
Make a vector of length _N_ that consists of all zeros except at index _k_, where it has the value 1. Example: Input ...

5 years ago

Solved


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

5 years ago

Solved


Degrees to Radian
Convert degrees to radians

5 years ago

Solved


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

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

5 years ago

Solved


Sum of series III
What is the sum of the following sequence: Σ(2k-1)^3 for k=1...n for different n?

5 years ago

Solved


Square root of a number
Write a code that will output the square root of x.

5 years ago

Solved


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

5 years ago

Solved


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

5 years ago

Solved


Volume of triangular prism

5 years ago

Solved


Cube root

5 years ago

Solved


area of a parallelogram

5 years ago

Solved


Subtract

5 years ago

Solved


Perimeter of a Triangle

5 years ago

Solved


Find value of current

5 years ago

Solved


Volume of cone

5 years ago

Solved


Celsius to Fahrenheit

5 years ago

Solved


Surface area of a cone

5 years ago

Solved


Area of a Cylinder

5 years ago

Solved


kelvin to celsius problem

5 years ago

Solved


Power

5 years ago

Solved


GPA
Math's credit is 5 and you got x | Physics's credit 7 and you got y what is your GPA

5 years ago

Solved


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

5 years ago

Load more