문제를 풀었습니다


Find square of given number
Find Square of any number

11개월 전

문제를 풀었습니다


square of a number
find square of a given number

11개월 전

문제를 풀었습니다


Create an array from 1 to x in steps of 1.

11개월 전

문제를 풀었습니다


Round to nearest integer

11개월 전

문제를 풀었습니다


Volume of Cylinder
Find the volume of a cylinder

11개월 전

문제를 풀었습니다


Square
square root of x

11개월 전

문제를 풀었습니다


Number Power
Raise a number to itself.

11개월 전

문제를 풀었습니다


Real

11개월 전

문제를 풀었습니다


cube of number
find cube of number

11개월 전

문제를 풀었습니다


Power Numbers
Find the n-th power of m.

11개월 전

문제를 풀었습니다


Given length x find the area y of the square
Given length x find the area y of the square

11개월 전

문제를 풀었습니다


Vector Element Multiplication
Take two incoming vectors, and output the element wise multiplication of the vectors.

11개월 전

문제를 풀었습니다


Area of right triangle
Given a hypotenuse and a leg , calculate the area of right triangle.

11개월 전

문제를 풀었습니다


Area of a regular hexagon
Given the length of a side of a regular hexagon, return its area rounded to two decimal places.

11개월 전

문제를 풀었습니다


Create a vector
Create a vector from 0 to n by intervals of 2.

11개월 전

문제를 풀었습니다


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

11개월 전

문제를 풀었습니다


Test Problem; Create a 5x5 array containing all ones
This is a test for learning the process of creating a Cody problem. The goal of this test problem will be to create an array,...

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


The Answer to Life, the Universe, and Everything
A variation of a previous Hitchhiker's Guide to the Galaxy problem. *Inputs:* Life, the Universe, and Everything *Output:*...

11개월 전

문제를 풀었습니다


Find the volume of cone
Find the volume of cone, when given radius(r) and height(h).

11개월 전

문제를 풀었습니다


How many apples
You have x apples I take from you y apples now how many apples you have ?

11개월 전

문제를 풀었습니다


Element by element multiplication of two vectors
Given two input vectors, return the element-by-element product. Example A = [1 2 3] B = [7 3 1] The answer should be...

11개월 전

문제를 풀었습니다


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

11개월 전

문제를 풀었습니다


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


Mode
Find the mode of the vector Assumption: no vector is bimodal Example 1: input=[1 2 3 4 4]; output=4 Example 2: input=[7...

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

11개월 전

문제를 풀었습니다


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

11개월 전

문제를 풀었습니다


Times 5
Try out this test problem first. Given the variable x as your input, multiply it by five and put the result in y. Examples...

11개월 전

더 보기