Solved


Find the area of a squar
Let x be the length of the square let y be the area of the square

9 years ago

Solved


Convert row and columb
Convert row to a columb

9 years ago

Solved


Rounding
Round a number

9 years ago

Solved


Multiply a vector
Multiply a vector

9 years ago

Solved


find the area of rectangle
find the area of the rectangle given the length and width

9 years ago

Solved


combine 2 strings
combine 2 strings

9 years ago

Solved


Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.

9 years ago

Solved


First
Square the input

9 years ago

Solved


multiply by 2
multiply the input by 2

9 years ago

Solved


Rankine to Kelvin Converter
Given input R, rankine, convert into degrees Celsius.

9 years ago

Solved


multiply by 5
multiply the input by 5 y = x*5

9 years ago

Solved


Divide the Least Common Multiple by the Greatest Common Divisor of two numbers
Divide the Least Common Multiple by the Greatest Common Divisor of two numbers. For example, for x=12345 and y=54321, the answer...

9 years ago

Solved


Find the distance traveled by a car given velocity and time.
A car is traveling at a constant velocity for a specific amount of time. The function should use the two inputs, velocity and ti...

9 years ago

Solved


Create a New_Word
The output of the function is a new word created from the word entered into the function. The new word is created by deleting th...

9 years ago

Solved


3x
3x

9 years ago

Solved


y = 7
y = 7

9 years ago

Solved


Find the average
Find the average of the input vector

9 years ago

Solved


Create zeros
Create a vector of zeros in the amount of 'x'

9 years ago

Solved


Repeat Vector Values an Arbitrary Number of Times
Given two vectors of the same size, repeat the values of the first vector the number of times given in a second vector. For exam...

9 years ago

Solved


make an eye matrix which element is 1:n
for a given input n, make an n by n matrix which contains elements 1:n for example input =5 output = [1 0 0 0 0;0 2 0 0 0; 0...

9 years ago

Solved


Change input vector
If a input vector is [3, 2, 6, 1, 6], the output vector is [3, 2, 6, 1, 6] + [1, 2, 3, 4, 5] = [4, 4, 9, 5, 11].

9 years ago

Solved


true or false
if the matrix has a zero, return true. else, return false

9 years ago

Solved


Replace all odd numbers with NaN
Replace all odd numbers in the vector or matrix with NaN. For example, if x = [1 3 4 5 8 11]; then return y = [NaN Na...

9 years ago

Solved


wipe out!
make all the elements in given x zero.

9 years ago

Solved


sum
sum as rows

9 years ago

Solved


flip up and down
flip up and down the matrix

9 years ago

Solved


only add 1
add 1

9 years ago

Solved


replace component
given vector x make new vector with x(3)=3

9 years ago

Solved


only add 50
add 50

9 years ago

Solved


only add 100
add 100

9 years ago

Load more