Solved


num10
123456

7 months ago

Solved


num9
num

7 months ago

Solved


num8
num

7 months ago

Solved


num7
num

7 months ago

Solved


num6
num

7 months ago

Solved


num5
num

7 months ago

Solved


num4
nmjhg

7 months ago

Solved


num3
nam

7 months ago

Solved


nam2
nam

7 months ago

Solved


num
num

7 months ago

Solved


num to char
make num into char

7 months ago

Solved


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

7 months ago

Solved


Mode
Find the mode of a vector x

7 months ago

Solved


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

7 months ago

Solved


Prime Number
Determine if a number is prime

7 months ago

Solved


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

7 months ago

Solved


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

7 months ago

Solved


Multiplication
Given 2 numbers a and b mulitply them

7 months ago

Solved


Subtraction
Given two numbers a and b subtract them

7 months ago

Solved


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

7 months ago

Solved


x = 1

7 months ago

Solved


x = 3
write a funciton to make the variable x = 3

7 months ago

Solved


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

7 months ago

Solved


Cluster Partition
Given an array (row or column) of numbers, divide the array into consecutive positive/negative numbers. 0 is to be treated inde...

7 months ago

Solved


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

7 months ago

Solved


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

7 months ago

Solved


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

7 months ago

Solved


Permuted Multiples: Project Euler Problem 52
Return the smallest positive integer, x, for which x, 2x, 3x, 4x, 5x, and 6x, all contain the same digits but in different order...

7 months ago

Solved


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

7 months ago

Solved


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

7 months ago

Load more