Risolto


Multiplication
Given 2 numbers a and b mulitply them

oltre un anno fa

Risolto


Division
Given two numbers a and b divide them a/b

oltre un anno fa

Risolto


Remainder
Given two number a and b find the remainder when you divide a by b

oltre un anno fa

Risolto


Find the mean
Find the mean of a given sdet of numbers in a vector x

oltre un anno fa

Risolto


Mode
Find the mode of a vector x

oltre un anno fa

Risolto


sum numbers to some value n
sum of numbers up to a value n

oltre un anno fa

Risolto


add num
add two numbers a and b

oltre un anno fa

Risolto


minecraft movie scramble
the following phrase "la la la lava ch ch ch chicken" will be out of order. make it into the correct order

oltre un anno fa

Risolto


num to char
make num into char

oltre un anno fa

Risolto


Maze Solver with Backtracking and Custom Cost Rules
Write a function solve_maze that finds a path from the top-left corner (1,1) to the bottom-right corner (m,n) of a 2D matrix M, ...

oltre un anno fa

Risolto


Find the summation of factorial series
Factorial numbers are n! = 1*2*3....*n the series is 1!, 2!, 3!,........, n!

oltre un anno fa

Risolto


Add two numbers
Given two numbers a and b add them together

oltre un anno fa

Risolto


Prime Number
Determine if a number is prime

oltre un anno fa

Risolto


x = 1

oltre un anno fa

Risolto


What kind of triangle?
Write a function named check_triangle that receives three positive integers as input: a, b, and c. These three numbers are inte...

oltre un anno fa

Risolto


Check if a Number is a Palindrome Without Converting to String
Write a function that checks if a given positive integer is a palindrome without converting the number to a string or using stri...

oltre un anno fa

Risolto


Zero Out Negative Elements
Write a MATLAB function called zeroNegatives that takes a numeric vector v as input and returns a modified version where all neg...

oltre un anno fa

Risolto


Matrix Diagonal Sum
Given a square matrix A of size n x n, write a function to compute the sum of the elements on both the main diagonal and the ant...

oltre un anno fa

Problema


Find the closest e-abundant numbers
An abundant number is an integer whose sum of its positive proper divisors—or the sum of its divisors excluding itself—exceeds ...

oltre un anno fa | 0 | 7 risolutori

Risolto


Create a fibonacci series

oltre un anno fa

Problema


List e-perfect numbers
A perfect number is an integer that equals the sum of its positive proper divisors—or the sum of its divisors excluding itself. ...

oltre un anno fa | 0 | 5 risolutori

Problema


Sum powers of e-divisors
In number theory the function produces the sum of divisors of an integer raised to the power . Setting sums the divisors, as ...

oltre un anno fa | 0 | 7 risolutori

Problema


Count the e-divisors of an integer
Cody Problem 2664 asks us to count the divisors of an integer, and Cody Problem 60843 involves listing the e-divisors of an inte...

oltre un anno fa | 0 | 8 risolutori

Risolto


Test x = 1
Write a function to make the variable x = 1

oltre un anno fa

Problema


Determine the e-divisors of an integer
From MathWorld: is called an e-divisor (or exponential divisor) of a number with prime factorization if and where for...

oltre un anno fa | 0 | 8 risolutori

Risolto


Count Vowels at Even Indices
Write a function `vowelEvenIndices` that counts the number of vowels (a, e, i, o, u) located at even indices (0-based) in a give...

oltre un anno fa

Problema


List the notes of a major scale
If you have seen The Sound of Music, then you are familiar with the major scale: do, re, mi, fa, sol, la, ti, do. The C major sc...

oltre un anno fa | 2 | 6 risolutori

Risolto


Given length x find the area y of the square
Given length x find the area y of the square

oltre un anno fa

Risolto


Integer Division Without Remainder
Write a function that takes two positive integers, a and b, and returns the result of integer division (quotient) without remain...

oltre un anno fa

Risolto


"Identify and Replace Outliers in a Numeric Array"
Given a numeric array, identify outliers that are more than two standard deviations away from the mean and replace them with the...

oltre un anno fa

Carica altro