Solved


add 4 to x
add 4 to x

2 years ago

Solved


Add two to x
Add two to x

2 years ago

Solved


yo
yo

2 years ago

Solved


yo
yo

2 years ago

Solved


no
no

2 years ago

Solved


no
no

2 years ago

Solved


no
no

2 years ago

Solved


no
no

2 years ago

Solved


j
j

2 years ago

Solved


yo
yo

2 years ago

Solved


dub
dub

2 years ago

Solved


idj
idk

2 years ago

Solved


yo
yo

2 years ago

Solved


Basic Matlab Operation Bonanza
Given a horizontal array of numbers, perform the following operations, in order: transpose, flip matrix horizontally, flip matri...

2 years ago

Solved


graph plotter
plot the graph of a linear line that goes through the origin

2 years ago

Solved


dfgd
sfgdf

2 years ago

Solved


Hemisphere Volume on Top of a Cylinder
This MATLAB function has to calculate the volume of a hemisphere placed on top of a cylinder, given valid inputs. It takes the r...

2 years ago

Solved


Compute the total length of lines between all vertices of a regular polygon
Write a function to compute the total length of between all vertices of a regular polygon inscribed in a unit circle. For exampl...

2 years ago

Solved


Determine if input is greater than pi
Evaluate if given number is greater than pi. If greater, return true; else, return false.

2 years ago

Solved


nxn matrix with elements from 1:n^2
really simple once you see what the matrix is supposed to look like. i appreciate what seems to be a clever approach to solving ...

2 years ago

Solved


Construct numbers from antidiagonals of stacks of binary numbers
A sequence is constructed in the following way: Express the numbers 1, 2, 3, 4, 5,… in binary and stack them, right-justified. T...

2 years ago

Solved


List lunar triangular numbers without duplication
Triangular numbers—which are the subject of Cody Problems 5, 291, 44289, 44732, 45833, 55680, 55695, and 55705—are the sums of c...

2 years ago

Solved


Roman to Integer Conversion
The idea behind this cody problem is to write a code that converts the Roman Numerals to Integers. A numeral system known as R...

2 years ago

Solved


Determine whether a number is a repfigit number
The number 28 is a repfigit number because it has more than one digit and it appears in the sequence starting with its digits an...

2 years ago

Solved


Primitive Root Modulo n
Given a positive integer n > 2, return a vector, v, of positive integers smaller than n that are primitive roots modulo n. If no...

2 years ago

Solved


ベクトルを作成する
0 から n までのベクトルを 2 間隔で作成します。

2 years ago

Solved


Bullseye Matrix with Zeros
Inspired by Problem 18, create a bullseye matrix with the addition of padding equal to 0 between concentric rings. Matrices are ...

2 years ago

Solved


Determine if a number is a cool number
A number is considered cool if it is 3 digits, has a 5 in it, and is divisible by 4.

2 years ago

Solved


Sum of squares
Given a number n, return the sum of squares of all integers from 1 to n.

2 years ago

Load more