Solved


"Find out the best cricket"
This is how I originally read Problem 2013, so let's just go with it. Give me the first and last name of the best cricket, rega...

3 years ago

Solved


Sum the real and imaginary parts of a complex number
Sum the real and imaginary parts of a complex number. Example c = 1+2i has the solution 1 + 2 = 3

3 years ago

Solved


Card games

3 years ago

Solved


How do you make seven even?
Take away the s.

3 years ago

Solved


Arrow!!
Write a script that gives (( follow the example)) if x=4 & output= 1 1 1 1 1 1 0 1 1...

3 years ago

Solved


Card Game
This is an overly simplified and highly modified version of card game Twenty-Nine. A deck of 100 unique cards (hypothetical) ...

3 years ago

Solved


Finding the 9th power of a variable
Getting aquainted with finding the 9th power of a variable

3 years ago

Solved


Finding the 8th power of a variable
Getting aquainted with finding the 8th power of an element.

3 years ago

Solved


How to find a 7th power of a variable
Getting aquainted with finding the 7th power of a variable.

3 years ago

Solved


How to find the sixth power of a variable
Getting an aquainatance of finding the sixth power of a variable.

3 years ago

Solved


How to find the 5th power of a variable
Getting an aquaintance of how to find the 5th power of a variable

3 years ago

Solved


How to find the 4th power of a variable
Getting an aquaintance on how to solve for the 4th power of a variable.

3 years ago

Solved


How to square something
Looking to see if something could be squared from the code you created from the input of x

3 years ago

Solved


How to square root something
A practice problem to get you aquainted with how to square root something.

3 years ago

Solved


How to cube root something
An aquaintance on how to cube root an element

3 years ago

Solved


Identifying teenager
Suppose the age of a person is given. If he/she is a teenage, answer is 'yes'. Otherwise, the answer is 'no'.

3 years ago

Solved


Compute the drag on a moving vehicle
We assume no rolling resistance, and the simple rule for Drag : , where is the density of the fluid (assumed at 1.2 ), is the ...

3 years ago

Solved


Modified Upper Matrix Mock
Given a vector v=[1 3 6 9 11], turn it into a matrix 'ramp' like so: m=[1 3 6 9 11; 0 3 6 9 11; 0 0 6 9 11; 0 0 0 9 11; 0 0 0...

3 years ago

Solved


Digito das Dezenas
Dado um nĂºmero inteiro n, retorne qual o digito referente ao digito das dezenas n = 250; digito = DigitoDezena(n); digito = 5...

3 years ago

Solved


CARDS PROBLEM
Read my mind and tell me the card number that I have now in my hands.

3 years ago

Solved


what's my tax amount this year ?
given an annual salary x and a tax rate i calculate the amount that you have to pay.Example x = 70000; i=.10 y_correc...

3 years ago

Solved


Calculate roots of polynomial given as vector array.
Calculate roots of polynomial given as vector array. Example x=[1 2 0 5 0 3] result=[-2.7267 ; ...

3 years ago

Solved


GPA
Math's credit is 5 and you got x | Physics's credit 7 and you got y what is your GPA

3 years ago

Solved


Slope intercept application
Find y given slope (m), x, and y intercept (b).

3 years ago

Solved


Squares inside a square!

3 years ago

Solved


Determine if vector has any zeroes
Return 1 if vector has atleast 1 zero, else return 0

3 years ago

Solved


Odd row
Create a row 'y' with odd numbers where the potential maximum number is given by 'x' and the space between them by 'm'. The firs...

3 years ago

Solved


Calculating Student Grades
The matrix grades contains raw grades for 7 students who took your course. Each row represents a different student. The first 7 ...

3 years ago

Solved


Dog Statistics
The vectors ht and wt contains the heights and weights of 20 golden retrievers. In some cases, it was not possible to make both ...

3 years ago

Load more