Risolto


Times 32
X is given as your variable. Y is your output multiplied by 32 Example x=1 y=1x32=32

oltre 9 anni fa

Risolto


Find the square root of a value
Given the variable x as your input, find the square root and let the result be represented by y Examples: Input x = 4 O...

oltre 9 anni fa

Risolto


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

oltre 9 anni fa

Risolto


Autocorrelation of Signal
Given a sine function with these characteristics below, give the autocorrelation of this signal. N=51; n=1:N; x= sin(pi...

oltre 9 anni fa

Risolto


times 5
Given the variable x as your input, multiply it by five and put the result in y.

oltre 9 anni fa

Risolto


find the hypotenuse.
sideA=linspace(1,10,10) sideB=linspace(1,10,10) sideC=

oltre 9 anni fa

Risolto


square a vector-Given the variable x as your input, square it and put the result in y.
function y = (x)squared y = x; end

oltre 9 anni fa

Risolto


Sum of the Multiplication of Vectors
Given the vectors x and y as input, multiply the vectors and return the summation of its elements. Example: x = [1 2 ...

oltre 9 anni fa

Risolto


Find all of the odd integers in a vector between the intergers 1 and 10.
Given vector of integers 1:10 [1 2 3 4 5 6 7 8 9 10]

oltre 9 anni fa

Risolto


the function, the box of boxer briefs, being twice the amount being manufactured twice as much x
return y as the function multiplied by x twice

oltre 9 anni fa

Risolto


How to make y half of x
Making y equal to x/2.

oltre 9 anni fa

Risolto


square root
Find the square root (y) of an input (x).

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Risolto


Multiply by 3
Given the variable x as your input, multiply it by three and put the result in y.

oltre 9 anni fa

Risolto


Hardy-Ramanujan number
Find the first Hardy-Ramanujan number.

oltre 9 anni fa

Risolto


Multiplying Vectors 101
Make a vector from 1 to x then multiply the sum of that vector by 2.

oltre 9 anni fa

Risolto


Best Problem Ever
When I am writing those words, there are 2002 problems on Cody. Many of them are simply wonderful. Do you remember which of them...

oltre 9 anni fa

Risolto


Find the Sum of r and t.
Find the sum r^2 + t^2

oltre 9 anni fa

Risolto


sum of the first 10 odd numbers
y = sum(first_10_odd_numbers)

oltre 9 anni fa

Risolto


Alkane
Given a number, x, that is equal to the number of carbons in an alkane, find, y, the number of hydrogens in the alkane.

oltre 9 anni fa

Risolto


Palindrome
Given a string or array, determine whether the it is a palindrome.

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Risolto


Combination logic
Create an algorithm in MATLAB that calculate the combination for the given positive integers n and k as inputs. When k > n, the ...

oltre 9 anni fa

Risolto


Create a 5x4 array consisting of the input value, x.
Create a 5x4 array consisting of the input value, x.

oltre 9 anni fa

Risolto


Where is she?
Given the numbers 12, 3 , 6 ,9 Tell where the girl is located. I.E: Look to your 3 oclock = look right Ex. x = 3 fp...

oltre 9 anni fa

Risolto


Skip by a multiple
Given an integer create an array of its multiples. Array must have a length of 15

oltre 9 anni fa

Risolto


Perimeters/Circumference
Given an array. Determine whether the perimeter is of a circle, triangle or square. Then calculate the perimeter.

oltre 9 anni fa

Risolto


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

oltre 9 anni fa

Risolto


y equals x divided by 2
function y = x/2

oltre 9 anni fa

Risolto


square number
Square a number

oltre 9 anni fa

Carica altro