Community Profile

photo

SEUNGYEOL SHIN


uos

Aktiv seit 2016

Followers: 0   Following: 0

Kontakt

-

Statistiken

  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


add -1
If given x=3, The answer is 2

mehr als 7 Jahre vor

Gelöst


divide 2
dividing 2

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


sum of vector
sum!!

mehr als 7 Jahre vor

Gelöst


only multiply 1230
only multiply 1230

mehr als 7 Jahre vor

Gelöst


just multiply 100
just multiply

mehr als 7 Jahre vor

Gelöst


multiply 10
just multiply 10

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


only add 1
add 1

mehr als 7 Jahre vor

Gelöst


add 1053
just add 1053

mehr als 7 Jahre vor

Gelöst


add 1020
just add 1020

mehr als 7 Jahre vor

Gelöst


add 1050
just add 1050

mehr als 7 Jahre vor

Gelöst


add 1052
just add 1052

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


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


Square Diagonal
If n is the given number, then make a diagonal matrix of size 2*2 with the square of that number.

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


Calculate square and cube of number
Calculate square and cube of number x

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


square number
Square a number

mehr als 7 Jahre vor

Gelöst


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

mehr als 7 Jahre vor

Gelöst


Matlab Basics II - squares
Write a function that takes matrix A, and squares each element in the matrix example: A = [1 2 3] output = [1 4 9]

mehr als 7 Jahre vor

Gelöst


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


Write an expression
Assigns finalResult with firstSample plus secondSample, squared, then divided by 3. Ex: If firstSample is 18 and secondSample is...

mehr als 7 Jahre vor

Gelöst


Unit Matrix
Given n, you should return an n-by-n unit matrix. Example: If input is n=2 then A = [ 1 0 0 1 ] If input ...

mehr als 7 Jahre vor

Mehr laden