已解决


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

12 months 前

已解决


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

12 months 前

已解决


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

12 months 前

已解决


Mode
Find the mode of a vector x

12 months 前

已解决


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

12 months 前

已解决


add num
add two numbers a and b

12 months 前

已解决


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

12 months 前

已解决


num to char
make num into char

12 months 前

已解决


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, ...

12 months 前

已解决


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

12 months 前

已解决


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

1 year 前

已解决


Prime Number
Determine if a number is prime

1 year 前

已解决


x = 1

1 year 前

已解决


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...

1 year 前

已解决


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...

1 year 前

已解决


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...

1 year 前

已解决


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...

1 year 前

问题


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 ...

1 year 前 | 0 | 5 个解题者

已解决


Create a fibonacci series

1 year 前

问题


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. ...

1 year 前 | 0 | 3 个解题者

问题


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 ...

1 year 前 | 0 | 5 个解题者

问题


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...

1 year 前 | 0 | 6 个解题者

已解决


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

1 year 前

问题


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...

1 year 前 | 0 | 6 个解题者

已解决


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...

1 year 前

问题


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...

1 year 前 | 2 | 4 个解题者

已解决


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

1 year 前

已解决


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...

1 year 前

已解决


"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...

1 year 前

已解决


Diagonal of a Golden Rectangle
A golden rectangle has sides in the ratio 1:φ (phi), where φ is the golden ratio (approximately 1.618). Given the length of the ...

1 year 前

加载更多