已解决


Unique rows
A matrix is given as the input. Remove any duplicate rows from the matrix. keep the first occurrence.

4 months 前

已解决


'X'avier
Given a square matrix A of size n, write a function to create a new matrix B where only the elements on the main diagonal and th...

4 months 前

问题


Intersect three sequences
Most numbers have interesting properties, if you look hard enough and interpret “interesting” liberally. Let’s choose a number a...

4 months 前 | 0 | 2 个解题者

已解决


Subtraction
Given two numbers a and b subtract them

4 months 前

已解决


Multiplication
Given 2 numbers a and b mulitply them

4 months 前

已解决


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

4 months 前

已解决


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

4 months 前

已解决


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

4 months 前

已解决


Mode
Find the mode of a vector x

4 months 前

已解决


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

4 months 前

已解决


add num
add two numbers a and b

4 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

4 months 前

已解决


num to char
make num into char

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

4 months 前

已解决


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

4 months 前

已解决


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

5 months 前

已解决


Prime Number
Determine if a number is prime

5 months 前

已解决


x = 1

5 months 前

已解决


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

5 months 前

已解决


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

5 months 前

已解决


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

5 months 前

已解决


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

5 months 前

问题


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

5 months 前 | 0 | 4 个解题者

已解决


Create a fibonacci series

5 months 前

问题


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

5 months 前 | 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 ...

5 months 前 | 0 | 4 个解题者

问题


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

6 months 前 | 0 | 5 个解题者

已解决


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

6 months 前

问题


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

6 months 前 | 0 | 5 个解题者

已解决


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

6 months 前

加载更多