Community Profile

photo

SEUNGYEOL SHIN


uos

Active since 2016

-

Statistics

  • Solver

View badges

Content Feed

View by

Solved


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

7 years ago

Solved


divide 2
dividing 2

7 years ago

Solved


sum of all
sum all of components

7 years ago

Solved


Triple Down!
Triple Down!

7 years ago

Solved


sum of vector
sum!!

7 years ago

Solved


only multiply 1230
only multiply 1230

7 years ago

Solved


just multiply 100
just multiply

7 years ago

Solved


multiply 10
just multiply 10

7 years ago

Solved


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

7 years ago

Solved


only add 1
add 1

7 years ago

Solved


add 1053
just add 1053

7 years ago

Solved


add 1020
just add 1020

7 years ago

Solved


add 1050
just add 1050

7 years ago

Solved


add 1052
just add 1052

7 years ago

Solved


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

7 years ago

Solved


only add 100
add 100

7 years ago

Solved


only add 50
add 50

7 years ago

Solved


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

7 years ago

Solved


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

7 years ago

Solved


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

7 years ago

Solved


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

7 years ago

Solved


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

7 years ago

Solved


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

7 years ago

Solved


square number
Square a number

7 years ago

Solved


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

7 years ago

Solved


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]

7 years ago

Solved


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

7 years ago

Solved


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

7 years ago

Solved


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

7 years ago

Solved


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

7 years ago

Load more