Gelöst


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

mehr als 7 Jahre vor

Gelöst


just solved
solved given x answer y must be x+2*3/6

mehr als 7 Jahre vor

Gelöst


sum of all
sum all of components

mehr als 7 Jahre vor

Gelöst


Triple Down!
Triple Down!

mehr als 7 Jahre vor

Gelöst


multiply 3 by 3
x=3 y=3*x

mehr als 7 Jahre vor

Gelöst


multiply 2 by 2
multiply 2 by 2

mehr als 7 Jahre vor

Gelöst


'Price of pizza!'
If you want to check pizza's price, try this! price is proportional to its volume, so you have to multiply 0.1($) to pizza's v...

mehr als 7 Jahre vor

Gelöst


multiply 10
just multiply 10

mehr als 7 Jahre vor

Gelöst


just multiply 100
just multiply

mehr als 7 Jahre vor

Gelöst


only multiply 1230
only multiply 1230

mehr als 7 Jahre vor

Gelöst


Add 7
Given an input variable x, output a variable y that is 7 greater than x. Example: Input x = 1 Output y is 8 Input ...

mehr als 7 Jahre vor

Gelöst


add 1020
just add 1020

mehr als 7 Jahre vor

Gelöst


add 1053
just add 1053

mehr als 7 Jahre vor

Gelöst


add 1052
just add 1052

mehr als 7 Jahre vor

Gelöst


add 1050
just add 1050

mehr als 7 Jahre vor

Gelöst


only add 100
add 100

mehr als 7 Jahre vor

Gelöst


only add 50
add 50

mehr als 7 Jahre vor

Gelöst


add 1
given x, y should be 1 greater than the input.

mehr als 7 Jahre vor

Gelöst


only add 1
add 1

mehr als 7 Jahre vor

Gelöst


Rotate a Matrix
Input a Matrix x, Output y is the matrix rotating x 90 degrees clockwise

mehr als 7 Jahre vor

Gelöst


Circle area using pi
Write a statement that assigns circleArea with the circle's area given circleRadius. Use the built-in mathematical constant pi. ...

mehr als 7 Jahre vor

Gelöst


sum of vector
sum!!

mehr als 7 Jahre vor

Gelöst


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

mehr als 7 Jahre vor

Gelöst


Sudoku square
We have a small Sudoku square, but one number is missing. x = [ 1 5 4 8 6 3 0 9 7 ] Make a function, wher...

mehr als 7 Jahre vor

Gelöst


Sum the numbers on the main diagonal
Sum the numbers on the main diagonal of an n-by-n matrix. For input: A = [1 2 4 3 6 2 2 4 7]...

mehr als 7 Jahre vor

Gelöst


Find Factrorial without using built-in function
A number is given, you have to find the factorial of the number without using built-in factroial function. You may use loops....

mehr als 7 Jahre vor

Gelöst


Factorial Numbers
Factorial is multiplication of integers. So factorial of 6 is 720 = 1 * 2 * 3 * 4* 5 *6 Thus 6 factorial = factorial(720)....

mehr als 7 Jahre vor

Gelöst


factorial of a number x
Factorial of a number x

mehr als 7 Jahre vor

Gelöst


Energy of an object
Calculate the total mechanical energy of an object. Total Energy= Potential energy + Kinetic energy P.E.=m*g*h K.E.=1/2...

mehr als 7 Jahre vor

Gelöst


Nth root
Nth root of a number x

mehr als 7 Jahre vor

Mehr laden