Resuelto


Average of square wave
given positive and negative peak , calculate dc level, 50% duty cycle

más de 7 años hace

Resuelto


Find out value of sine given by degree.
Find out value of sine given by degree. If theta=30, it's value must be 0.5.

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

más de 7 años hace

Resuelto


Skip by a multiple
Given an integer create an array of its multiples. Array must have a length of 15

más de 7 años hace

Resuelto


Variable_Addition
be able to add any variable to the number one

más de 7 años hace

Resuelto


Calculate volume of box
Calculate the volume of box,hiven its sides

más de 7 años hace

Resuelto


Bruh
Return 'bruh'.

más de 7 años hace

Resuelto


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


Step up
For given input array, output a array with all elements step up by two

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


Rotate array 90 degrees
Rotate the given matrix by 90 degrees. Example, A = [1 2 3 ; 4 5 6 ] B = rotated(A) = [ 3 6; 2 5; 1 4 ]

más de 7 años hace

Resuelto


Find the volume of cone
Find the volume of cone, when given radius(r) and height(h).

más de 7 años hace

Resuelto


Nth root
Nth root of a number x

más de 7 años hace

Resuelto


Energy of an object
Calculate the total mechanical energy of an object. Total Energy= Potential energy + Kinetic energy P.E.=m*g*h K.E.=1/2...

más de 7 años hace

Resuelto


y=x
y=x

más de 7 años hace

Resuelto


Find Factrorial without using built-in function
A number is given, you have to find the factorial of the number without using built-in factroial function. You may use loops....

más de 7 años hace

Resuelto


Sum the numbers on the main diagonal
Sum the numbers on the main diagonal of an n-by-n matrix. For input: A = [1 2 4 3 6 2 2 4 7]...

más de 7 años hace

Resuelto


Append two matrix as shown below example
Append two matrix as shown below example A=[1 2; 3 4] and B=[5 6;7 8] Answer must be 1 2 5 6 3...

más de 7 años hace

Resuelto


Alkane
Given a number, x, that is equal to the number of carbon atoms in an <http://en.wikipedia.org/wiki/Alkane alkane>, find, y, the ...

más de 7 años hace

Resuelto


Product of Array
Given an array of numbers. Get the product of the array.

más de 7 años hace

Resuelto


Your favourite city!
Type your favourite city.

más de 7 años hace

Resuelto


Average Grade
Given a 1x5 vector presents the grades of a student on five tests. Calculate the average grade of that student.

más de 7 años hace

Resuelto


metre to feet converter
The idea is to make a converter, which exchange meters to feets. We use a factor of 1m = 3.281*1f. so 3m are equals to 9.843 m...

más de 7 años hace

Resuelto


Golden ratio
Calculate the golden ratio. Hint: phi^2 = phi + 1.

más de 7 años hace

Resuelto


Hydrogens in a Saturated Hydrocarbon
Given (c) carbon atoms in a saturated hydrocarbon molecule (all single bonds), how many hydrogen atoms (h) are in the molecule?

más de 7 años hace

Resuelto


factorial of a number x
Factorial of a number x

más de 7 años hace

Cargar más