A résolu


Translating even-degree polynomial by its vertex to the origin
Let p be an even-degree polynomial such that has a unique vertex (single global extremum). Consider its translation by shifting ...

3 mois il y a

A résolu


Convert a diagonal representation of a matrix element to linear index or subscripts
Elements in matrices in MATLAB can be retrieved by linear index or subscripts. For example, the 1 in the matrix below has a line...

3 mois il y a

A résolu


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

3 mois il y a

A résolu


Determine whether a number is a repfigit number
A sequence of numbers is constructed from a number with the following steps: List the digits of . Compute the ()st term as t...

3 mois il y a

A résolu


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

3 mois il y a

A résolu


Shifting vertically a function's graph
Given a real function, f, by n input-output pairs, consider a translation in the up-down direction given by an amount k. For a ...

3 mois il y a

A résolu


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

3 mois il y a

A résolu


5-year Annedversaries
In a rare moment of wisdom, Lord Ned realized that he should reward his advisors for their years of service to Nedland. It also ...

3 mois il y a

A résolu


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

3 mois il y a

A résolu


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

3 mois il y a

A résolu


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

3 mois il y a

A résolu


Add
Add a + b

3 mois il y a

A résolu


Addition II
find a+b+c+d

3 mois il y a

A résolu


PEMDAS

3 mois il y a

A résolu


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

3 mois il y a

A résolu


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

3 mois il y a

A résolu


Division
Divide a by b.

3 mois il y a

A résolu


Subtraction
Subtract a from b.

3 mois il y a

A résolu


Squares
Find the square of x.

3 mois il y a

A résolu


Multiplication
Multiply a and b.

3 mois il y a

A résolu


Addition
Add together the values of a and b.

3 mois il y a

A résolu


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.

3 mois il y a

A résolu


Need Points From Creation

3 mois il y a

A résolu


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

3 mois il y a

A résolu


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 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


Slicing a 4-pointed star polygon
Given the area, A, of a 4-pointed star polygon formed by the rectangle, with dimensions L×2L, and four triangles, with height h ...

4 mois il y a

A résolu


Escape from Planet ....
Given a Planets mass M, and raduis r. Calculate the surface escape velocity and the escape velocity at height h. and the diff...

4 mois il y a

Charger plus