Solved


Mach Number Calculator
Create a solver which converts a speed in km/s to a Mach Number Round to 2 decimal places Requires: Mach Number Formula (ea...

4 months ago

Solved


Translating parabola by its vertex to the origin
Given a quadratic polynomial, p(x) = ax^2 + bx + c (a ~= 0), represented by the vector [a b c], consider the translation of the ...

4 months ago

Problem


Extract numbers using a decaying sieve
The Sieve of Eratosthenes is one method of determining primes. Starting with 2, one keeps 2 and removes 2x2, 3x2, 4x2, etc. Then...

4 months ago | 0 | 7 solvers

Solved


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

4 months ago

Solved


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 ...

4 months ago

Solved


Addition II
find a+b+c+d

5 months ago

Problem


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...

5 months ago | 1 | 7 solvers

Solved


PEMDAS

5 months ago

Solved


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

5 months ago

Solved


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 ...

5 months ago

Solved


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

5 months ago

Solved


Division
Divide a by b.

5 months ago

Solved


Subtraction
Subtract a from b.

5 months ago

Solved


Squares
Find the square of x.

5 months ago

Solved


Multiplication
Multiply a and b.

5 months ago

Solved


Addition
Add together the values of a and b.

5 months ago

Solved


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.

5 months ago

Solved


Need Points From Creation

5 months ago

Solved


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

5 months ago

Solved


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

5 months ago

Solved


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

5 months ago

Solved


Exponents
Set a varible y = to x^2

5 months ago

Solved


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...

5 months ago

Solved


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...

5 months ago

Solved


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...

5 months ago

Solved


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...

5 months ago

Solved


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...

5 months ago

Solved


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).

5 months ago

Solved


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

5 months ago

Solved


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...

5 months ago

Load more