Resuelto


Multiply a column by a row
* Given a column vector C and and a row vector R. * Output a matrix M. * Every column of M equals to C multiplied by correspon...

casi 4 años hace

Resuelto


Sort in descending order.

casi 4 años hace

Resuelto


Factorize uniquely! (★★)

casi 4 años hace

Resuelto


Surface area of a cone

casi 4 años hace

Resuelto


0<=x<=pi?
Check whether the given angle is between zero and pi. Return logical true or false.

casi 4 años hace

Resuelto


Divide pi
Divide pi by x!

casi 4 años hace

Resuelto


divide by 5

casi 4 años hace

Resuelto


Multiply pi
Multiply pi with x!

casi 4 años hace

Resuelto


Perimeter of a Triangle

casi 4 años hace

Resuelto


find the value

casi 4 años hace

Resuelto


Find the Pattern 1

casi 4 años hace

Resuelto


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


only input
Return the output without writing any code into the function.

casi 4 años hace

Resuelto


Convert a vector into numbers
Suppose a vector x = [ 1 2 4 7] is given. You have to convert this vector into string number y = '1247'. Examples x = [ 1...

casi 4 años hace

Resuelto


Integer or Float?
Test an input to see whether it is an integer or a floating point number. If it is an integer return 1 for 'true'. Otherwise ret...

casi 4 años hace

Resuelto


How to calculate log?
There is a log that have base 5. How to calculate? log5(x)?

casi 4 años hace

Resuelto


Power Numbers
Find the n-th power of m.

casi 4 años hace

Resuelto


Multiply 2 numbers
Very easy, you just have to multiply 2 numbers but you cannot use the following signs (*, /, - ,^) ,mtimes , times, cross, pro...

casi 4 años hace

Resuelto


Square a Number
Given an input x, return y, which is equal to the square of x.

casi 4 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]

casi 4 años hace

Resuelto


Question 1
Implement a function named q1 with one input argument named n. This function should return the multiplication of all odd numbers...

casi 4 años hace

Resuelto


Find Logic 12

casi 4 años hace

Resuelto


Counting down
Create a vector that counts from 450 to 200 in increments of 10.

casi 4 años hace

Resuelto


Generate pi using logarithm
Generate pi using logarithm

casi 4 años hace

Resuelto


Number of toolboxes?
Return a number equal to the number of toolboxes available to the Cody solvers.

casi 4 años hace

Resuelto


Find Logic 1

casi 4 años hace

Resuelto


Find Logic 3

casi 4 años hace

Resuelto


Find Logic 4

casi 4 años hace

Resuelto


Find Logic 6

casi 4 años hace

Cargar más