Resuelto


Number Puzzle - 039

2 meses hace

Resuelto


Number Puzzle - 113
Give an example of a six-digit prime number abcdef for which bcde and cd are also prime numbers.

2 meses hace

Resuelto


Number Puzzle - 054

2 meses hace

Resuelto


Number Puzzle - 037

2 meses hace

Resuelto


Number Puzzle - 115

2 meses hace

Resuelto


String Logic 10
Examples: 'SUNDAY' --> 83 'MONDAY' --> 77 'TUESDAY' --> 84 'WEDNESDAY' --> 87 'THURSDAY' --> 84 'FRIDAY' --> 70 'SATURD...

2 meses hace

Resuelto


String Logic 2
Example: ROSY --> HEIO TRUST --> JHKIJ MOSTLY --> CEIJBO

2 meses hace

Resuelto


String Logic 18
Examples: 'DIG' --> 'DG' 'IMPORTANT' --> 'IPRAT' 'DEAL' --> 'DA' 'LIMB' --> 'LM' 'MOSTLY' --> 'MSL'

2 meses hace

Resuelto


calculate the length of matrix
input 1 array, calculate the length

2 meses hace

Resuelto


convert the number to binary format & count digits
Convert the given number to the corresponding binary format and count the number of digits in that binary number

9 meses hace

Resuelto


Kelvin to Celsius
Degrees Celsius = degrees Kelvin - 273.15. Given a temperature in Kelvin, return the equivalent temperature in Celsius.

9 meses hace

Resuelto


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

9 meses hace

Resuelto


print 'Hello W0rld'

9 meses hace

Resuelto


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

9 meses hace

Resuelto


Split Even Number Into Two Primes
Given an even whole number n (> 2), return a 2-element vector of primes, p, such that p(1) + p(2) = n. Fun note: technically it...

9 meses hace

Resuelto


Determine if Input is Oddish or Evenish (Odd/Even Sum of Digits)
Given a positive integer n, determine whether n is "oddish" or "evenish" - that is, whether the sum of the digits of n is odd or...

9 meses hace

Resuelto


Easy Function(1)
Use this function to earn some cody points! function y = your_fcn_name(x) y = x^2 - 1; end

más de 1 año hace

Resuelto


non-repitition of numbers in a vector

más de 1 año hace

Resuelto


Find Sum of array

más de 1 año hace

Resuelto


String Logic 7
Examples: 'CAT' --> 84 'DOG' --> 79 'ROSY' --> 89 'MATLAB' --> 84 'TRUST' --> 85 'MOSTLY' --> 89

más de 1 año hace

Resuelto


Detect pair of equal values in a Matrix
A 2D matrix of 2 rows and N columns with random integer numbers. A = [3 1 2 4 6 6 7; 7 3 2 1 5 2 4] ...

más de 1 año hace

Resuelto


add 10
add 10 to x to equal y

más de 1 año hace

Resuelto


force y to equal 1
no matter what x is, y should be 1

más de 1 año hace

Resuelto


Kinetic energy calculation

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

más de 1 año hace

Resuelto


Mile to Kilometer
x is mile and y is km

más de 1 año hace

Resuelto


NaN

más de 1 año hace

Resuelto


Find Current in R circuit.
Find the current in an R circuit for a given input of Voltage (V) and Resistance(R).

más de 1 año hace

Resuelto


Baseball Pitch Question
One pitcher made 10 practice pitches during his warm up before the game. Using the given information, create a vector matrix an...

más de 1 año hace

Cargar más