문제를 풀었습니다


Laws of motion 2

6개월 전

문제를 풀었습니다


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

6개월 전

문제를 풀었습니다


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<https://i.imgur.com/jlZDHhq.png>> ...

6개월 전

문제를 풀었습니다


Return the Fibonacci Sequence
Write a code which returns the Fibonacci Sequence such that the largest value in the sequence is less than the input integer N. ...

6개월 전

문제를 풀었습니다


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

6개월 전

문제를 풀었습니다


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

6개월 전

문제를 풀었습니다


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

6개월 전

문제를 풀었습니다


Product of Array
Given an array of numbers. Get the product of the array.

6개월 전

문제를 풀었습니다


Values in Array
How many values are in the array

6개월 전

문제를 풀었습니다


Negative Infinity
Round the given array a towards negative infinity.

6개월 전

문제를 풀었습니다


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

6개월 전

문제를 풀었습니다


Matlab Basics II - Free Fall
An object freely falling from rest under gravity covers a distance x given by: x = 1/2 gt^2 write a function that calculat...

6개월 전

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

6개월 전

문제를 풀었습니다


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

6개월 전

문제를 풀었습니다


Multiplication
Given 2 numbers a and b mulitply them

6개월 전

문제를 풀었습니다


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

6개월 전

문제를 풀었습니다


Transpose
Write a MATLAB script in order to convert a random length row vector (v) into a column vector.

6개월 전

문제를 풀었습니다


Spherical Volume
Calculate the volume of a sphere.

6개월 전

문제를 풀었습니다


Remainder
Given two number a and b find the remainder when you divide a by b

6개월 전

문제를 풀었습니다


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

6개월 전

문제를 풀었습니다


Basic Quadratic Equation
Create the equation: y=(3x)^2+(5x)+35 and compute y for various values of x

6개월 전

문제를 풀었습니다


Mode
Find the mode of a vector x

6개월 전

문제를 풀었습니다


Add two numbers
Given two numbers a and b add them together

6개월 전

문제를 풀었습니다


Division
Given two numbers a and b divide them a/b

6개월 전

문제를 풀었습니다


determine the sum of the squares
if x = 4, the solution will be: y = 1^2+2^2+3^2+4^2=1+4+9+16 = 30.

7개월 전

문제를 풀었습니다


Max of a Vector
Write a function to return the max of a vector

7개월 전

문제를 풀었습니다


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

7개월 전

문제를 풀었습니다


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

8개월 전

문제를 풀었습니다


Temperature Conversion 2

8개월 전

문제를 풀었습니다


Temperature Conversion 1

8개월 전

더 보기