문제를 풀었습니다


Temperature Conversion 3

대략 5년 전

문제를 풀었습니다


Temperature Conversion 2

대략 5년 전

문제를 풀었습니다


Temperature Conversion 1

대략 5년 전

문제를 풀었습니다


Find x rows where the sum of the numbers is the maximum

대략 5년 전

문제를 풀었습니다


Draw a '4' in a zero matrix!

대략 5년 전

문제를 풀었습니다


Draw a '6' in a zero matrix!

대략 5년 전

문제를 풀었습니다


Draw a '9' in a zero matrix!

대략 5년 전

문제를 풀었습니다


Draw a '7' in a zero matrix!

대략 5년 전

문제를 풀었습니다


Draw a '8' in a zero matrix!

대략 5년 전

문제를 풀었습니다


Draw a '3' in a zero matrix!

대략 5년 전

문제를 풀었습니다


Draw a '2' in a zero matrix!

대략 5년 전

문제를 풀었습니다


Draw a '5' in a zero matrix!

대략 5년 전

문제를 풀었습니다


Draw a '1' in a zero matrix!

대략 5년 전

문제를 풀었습니다


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

대략 5년 전

문제를 풀었습니다


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

대략 5년 전

문제를 풀었습니다


Converts numbers into characters
Converts numbers into characters

대략 5년 전

문제를 풀었습니다


Find the max element of the array
Find the max element of the array

대략 5년 전

문제를 풀었습니다


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

대략 5년 전

문제를 풀었습니다


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

대략 5년 전

문제를 풀었습니다


to the 2 all elements
to the 2 all elements

대략 5년 전

문제를 풀었습니다


the average value of the elements
Calculate the average value of the elements in the array

대략 5년 전

문제를 풀었습니다


Double all elements in the array
Duplicate all elements in the array

대략 5년 전

문제를 풀었습니다


calculate the length of matrix
input 1 array, calculate the length

대략 5년 전

문제를 풀었습니다


Draw a '0' in a one matrix!

대략 5년 전

문제를 풀었습니다


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

대략 5년 전

문제를 풀었습니다


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

대략 5년 전

문제를 풀었습니다


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<https://imgur...

대략 5년 전

문제를 풀었습니다


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

대략 5년 전

문제를 풀었습니다


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

대략 5년 전

문제를 풀었습니다


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

대략 5년 전

더 보기