已解决


FEN Chess Notation
Given an 8-by-8 character matrix representing a chess board, convert it to FEN (Forsyth-Edwards Notation) board position format....

5 months 前

已解决


Calculating Swimming Stroke Index (SI)
In competitive swimming, speed () is only one part of the equation. High efficiency is defined by moving fast while maintaining ...

5 months 前

已解决


Addition II
find a+b+c+d

6 months 前

问题


Apply the planing transform to natural numbers
Claude Lenormand’s planing (or raboter, in French) transform removes one element from each run in a sequence; that is, imagine a...

6 months 前 | 1 | 7 个解题者

已解决


PEMDAS

6 months 前

已解决


X-intercepts of a quadratic.
Find the y value of the quadratic of the function at a point x.

6 months 前

已解决


Write a string
The answer should be a string that is the value: "I like apples!" (Ignore the quotation marks, just write what is inside the ...

6 months 前

已解决


Point on a line
Find the slope of the straight line between the points a and b. Then find y at x=20.

6 months 前

已解决


Division
Divide a by b.

6 months 前

已解决


Subtraction
Subtract a from b.

6 months 前

已解决


Squares
Find the square of x.

6 months 前

已解决


Multiplication
Multiply a and b.

6 months 前

已解决


Addition
Add together the values of a and b.

6 months 前

已解决


Sum of even numbers in a vector
Write a function that takes a vector of numbers and returns the sum of all the even numbers in the vector.

6 months 前

已解决


Need Points From Creation

6 months 前

已解决


Linearly Spaced Array
Create a linearly spaced array from 0 to x consisting of y elements.

6 months 前

已解决


Find the sum of 2 numbers
Create a function that sums two numbers together.

6 months 前

已解决


Multiplying the Sums of Two Arrays
Get two arrays, add the values within the array up, and then multiply the two total values. [2,3]*[3,6] 5*18 90

6 months 前

已解决


Exponents
Set a varible y = to x^2

6 months 前

已解决


Escape from Planet ....
Given a Planets Mass M, and raduis r. Calculate the surface Excape velocityand the Excape velocity at Height h. and the diffe...

6 months 前

已解决


The Five Infection (Boss Level)
Given a 3x3 matrix A, replace: every value that is equal to five every value that is directly adjacent to a five with zero in...

6 months 前

已解决


No Fives Permitted
Create a function that gives users an custom error message if the matrix A contains a five. The error message should say "No Fiv...

6 months 前

已解决


A Five Introduction
Write a function that takes a number x as an input and returns the same value as y, unless x = 5, in which case the function sho...

6 months 前

已解决


Don't Sum a Five
Create a function that sums the first and last element of a muti-element vector unless the value of one of the elements is 5. Do...

6 months 前

已解决


Don't Include a Five (Part Two)
Given a vector A with at least one non-five, return vector B, with all fives excluded (not replaced by zeros).

6 months 前

已解决


Don't Include a Five
Given a vector A, return vector B with all 5s replaced with 0s.

6 months 前

已解决


Broken Clock
Create a function that outputs t, an inputted matrix time x, in hours and minutes (hr:min) unless the time contains a five. In t...

6 months 前

已解决


Fives Begone
Given any sentence as an input value 'sentence', turn all fives into the letter X and return the improved sentence. Also, turn a...

6 months 前

已解决


High Five!
Write a function that takes a number x and returns y = 'High Five' if x is not equal to five. Return y = 'Denied' if the number ...

6 months 前

已解决


A Fiveless Factorial
Given a positive integer x, compute its factorial y, but exclude any muliplication by five if applicable.

6 months 前

加载更多