Community Profile

photo

Kayla Myers


Last seen: mer än ett år ago Active since 2022

Statistics

  • CUP Challenge Master
  • Commenter
  • Introduction to MATLAB Master
  • Solver

View badges

Content Feed

View by

Solved


Create a vector
Create a vector from 0 to n by intervals of 2.

mer än ett år ago

Solved


Find max
Find the maximum value of a given vector or matrix.

mer än ett år ago

Solved


Inner product of two vectors
Find the inner product of two vectors.

mer än ett år ago

Solved


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

mer än ett år ago

Solved


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

mer än ett år ago

Solved


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

mer än ett år ago

Solved


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

mer än ett år ago

Solved


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

mer än ett år ago

Solved


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

mer än ett år ago

Solved


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

mer än ett år ago

Solved


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<https://i.imgur.com/jlZDHhq.png>> ...

mer än ett år ago

Solved


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<https://imgur.com/x6hT6mm.png>> ...

mer än ett år ago

Solved


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

mer än ett år ago

Solved


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

mer än ett år ago

Solved


Determine the square root
Determine the square root of the value the user has entered, n.

mer än ett år ago

Solved


Find the area of the circle
geometry

mer än ett år ago

Solved


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

mer än ett år ago

Solved


area

mer än ett år ago

Solved


Square a Number
Given an input x, return y, which is equal to the square of x.

mer än ett år ago

Solved


Square root of number
Square root of given number.

mer än ett år ago

Solved


Calculate the area of a circle
Given a circle of diameter x calculate its area

mer än ett år ago

Solved


Square
square root of x

mer än ett år ago

Solved


Round to nearest integer

mer än ett år ago

Solved


Multiply by 14

mer än ett år ago

Solved


multiply by 7

mer än ett år ago

Solved


divide by 5

mer än ett år ago

Solved


Perimeter of a Triangle

mer än ett år ago

Solved


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

mer än ett år ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

mer än ett år ago

Solved


Spherical Volume
Calculate the volume of a sphere.

mer än ett år ago

Load more