Community Profile

photo

Tyler Stasko


Last seen: meer dan 2 jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

  • CUP Challenge Master
  • Community Group Solver
  • Promoter
  • Introduction to MATLAB Master
  • Solver

View badges

Feeds

View by

Solved


Square root of a number
Write a code that will output the square root of x.

meer dan 2 jaar ago

Solved


only input
Return the output without writing any code into the function.

meer dan 2 jaar ago

Solved


Square the input
Given a scalar or vector x, return the square of each element. Example x = [7 2] answer = [49 4]

meer dan 2 jaar ago

Solved


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

meer dan 2 jaar ago

Solved


Temperature Conversion 2

meer dan 2 jaar ago

Solved


Converts numbers into characters
Converts numbers into characters

meer dan 2 jaar ago

Solved


Area of the yellow shaded region

meer dan 2 jaar ago

Solved


Area of square
Find the area of a square whose diagonal length is given as x.

meer dan 2 jaar ago

Solved


Return area of square
Side of square=input=a Area=output=b

meer dan 2 jaar ago

Solved


Is My Wife Wrong?
Answer the question. (see also <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right Problem 149: Is my ...

meer dan 2 jaar ago

Solved


Array of Ones
Create a 100 X 100 array of ones.

meer dan 2 jaar ago

Solved


Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...

meer dan 2 jaar ago

Solved


square of a number
find square of a given number

meer dan 2 jaar ago

Solved


area

meer dan 2 jaar ago

Solved


Percentage
There is x liter water and y gram => z is percentage of salt in water

meer dan 2 jaar ago

Solved


Watt
Ampere x Volt = Watt

meer dan 2 jaar ago

Solved


Mile to Kilometer
x is mile and y is km

meer dan 2 jaar ago

Solved


Multiply pi
Multiply pi with x!

meer dan 2 jaar ago

Solved


Divide pi
Divide pi by x!

meer dan 2 jaar ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

meer dan 2 jaar ago

Solved


determine amount cookies left
started with 3 cookies and you never ate any how many are left

meer dan 2 jaar ago

Solved


Calculate the area of a triangle between three points
Calculate the area of a triangle between three points: P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) these three points are the vert...

meer dan 2 jaar ago

Solved


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

meer dan 2 jaar ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

meer dan 2 jaar 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...

meer dan 2 jaar 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...

meer dan 2 jaar 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...

meer dan 2 jaar 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...

meer dan 2 jaar 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...

meer dan 2 jaar ago

Load more