Solved


Find Current in R circuit.
Find the current in an R circuit for a given input of Voltage (V) and Resistance(R).

6 months ago

Solved


Find The area of the square
Given that the length of the side of a square is x, find the area.

6 months ago

Solved


Distance Travelled by Vehicle

6 months ago

Solved


Return fibonacci sequence do not use loop and condition version 2
Calculate the nth Fibonacci number,return sequence Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... ...

6 months ago

Solved


Weighted Gold/Silver Standard
Building off of the <http://www.mathworks.com/matlabcentral/cody/problems/8045-gold-standard Gold Standard> and <http://www.math...

6 months ago

Solved


Gold/Silver Standard
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/8045-gold-standard Gold Standard> problem, suppose that yo...

6 months ago

Solved


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

6 months ago

Solved


Subtraction
Given two numbers a and b subtract them

6 months ago

Solved


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

6 months ago

Solved


Multiplication
Given 2 numbers a and b mulitply them

6 months ago

Solved


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

6 months ago

Solved


Prime Number
Determine if a number is prime

6 months ago

Solved


Mode
Find the mode of a vector x

6 months ago

Solved


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

6 months ago

Solved


round pi
round pi

6 months ago

Solved


add num
add two numbers a and b

6 months ago

Solved


Gold Standard
Gold has long been used as currency and a standard for currency, due to its inherent value and rarity. Historical data for gold ...

6 months ago

Solved


Hofstadter Q sequence
The Hofstadter Q sequence is defined as follows: The first elements of the sequence are 1, 1, 2, 3, 3, 4, 5, 5, 6, 6. Write ...

6 months ago

Solved


Sum the two halves of an array with an even number of elements
given an array of an even number of elements, sum the front and back half of the array and return the sums as an array For exam...

6 months ago

Solved


Get the n-th rand number with given seed
Given seed s, return the n-th rand number using rand(). Round the answer with 4 digits. n is a postive integer.

6 months ago

Solved


Array Width (no usage of size)
Find the array width. Size may not be used.

6 months ago

Solved


wordle
create a dictionary and a playable game of wordle, figure out the solution.

6 months ago

Solved


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

6 months ago

Solved


num to char
make num into char

6 months ago

Solved


nam2
nam

6 months ago

Solved


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

6 months ago

Solved


Find the biggest empty box
You are given a matrix that contains only ones and zeros. Think of the ones as columns in an otherwise empty floor plan. You wan...

6 months ago

Solved


The twelve days of Christmas
Traditionally there are twelve days of Christmas to celebrate ("Twelvetide"), typically starting with Christmas Day (25 December...

6 months ago

Solved


Matrix Pattern 2

6 months ago

Solved


How many days?!?
Christmas is coming earlier and earlier each year. Thanks to rampant commercialism and Christmas Creep, "The Twelve Days of Chr...

6 months ago

Load more