Resuelto


find radius of cone
if Slant height of Cone(I)& hight of Cone(H) given then find radius of the Cone(R) for example I=5,h=4 then the ans R=3;

más de 3 años hace

Resuelto


Area of rhombus
Calculate the rhombus area

más de 3 años hace

Resuelto


Area of a disk
Find the area of a disk or circle. x= radius of the disk.

más de 3 años hace

Resuelto


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

más de 3 años hace

Resuelto


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

más de 3 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 3 años hace

Resuelto


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

más de 3 años hace

Resuelto


sum of non-primes
The sum of the non-primes no larger than 10 is 1+4+6+8+9+10=38 Find the sum of all the positive non-prime integers that do no...

más de 3 años hace

Resuelto


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

más de 3 años hace

Resuelto


Factorize THIS, buddy
List the prime factors for the input number, in decreasing order. List each factor only once, even if the factorization includes...

más de 3 años hace

Resuelto


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

más de 3 años hace

Resuelto


Back to basics 21 - Matrix replicating
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, generate an output matrix that consists o...

más de 3 años hace

Resuelto


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

más de 3 años hace

Resuelto


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

más de 3 años hace

Resuelto


Sum of odd numbers in a matrix
Find the sum of all the odd numbers in a matrix. Example x = [2 3 5 7 1 4 11] y = 27

más de 3 años hace

Resuelto


Is it a number?
Determine if input is numeric. If it is,output is 1; if it is not, output is 0.

más de 3 años hace

Resuelto


Draw a '2' in a zero matrix!

más de 3 años hace

Resuelto


Draw a '6' in a zero matrix!

más de 3 años hace

Resuelto


Draw a '8' in a zero matrix!

más de 3 años hace

Resuelto


Draw a '5' in a zero matrix!

más de 3 años hace

Resuelto


Draw a '0' in a one matrix!

más de 3 años hace

Resuelto


Draw a '4' in a zero matrix!

más de 3 años hace

Resuelto


Draw a '1' in a zero matrix!

más de 3 años hace

Resuelto


Draw a '3' in a zero matrix!

más de 3 años hace

Resuelto


Sum of series IX
What is the sum of the following sequence: Σ 1/k! for k=1...n for different n?

más de 3 años hace

Resuelto


Draw a '9' in a zero matrix!

más de 3 años hace

Resuelto


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

más de 3 años hace

Resuelto


Find Logic 21

más de 3 años hace

Resuelto


Draw a '7' in a zero matrix!

más de 3 años hace

Resuelto


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

más de 3 años hace

Cargar más