Multiply binary numbers
Write a function to multiply two binary numbers input as strings. For example, input values of ‘1011’ and ‘101’ should give ’110...
9 días hace
Resuelto
Pick the die most likely to win
After discussing Rock, Paper, Scissors, Lizard, Spock in The Simpsons and their Mathematical Secrets, Simon Singh writes that in...
Solve an ODE: equation C
Write a function to solve the following ordinary differential equation:
with and . The parameter is a constant. The functi...
9 días hace
Resuelto
Eliminate redundant numbers in text
Occasionally someone might write text such as
Briefly explain one (1) common problem that can result from the constant use of ...
9 días hace
Resuelto
List the titles of Cody problems
Cody has several ways to list problems, but I have not yet found an easy way to list them by their numbers. Listing by date crea...
Solve an ODE: equation A
Write a function to solve the following ordinary differential equation:
with and . The function should return the values of...
Solve an ODE: separable equation
Solve the following ordinary differential equation:
with the initial condition .The test suite will ask for the value of the ...