문제를 풀었습니다


Matrix for beginners
Multiply x and y elemwise.

거의 6년 전

문제를 풀었습니다


Electric Flux
Calculate the flux passing through a surface. E is electric field, A is area.

거의 6년 전

문제를 풀었습니다


Get the area of ​​the square.
Four circles are inscribed in the square ABCD. The perimeter of each circle is *aπ*. <<http://imgfz.com/i/UzgCJut.png>> Gi...

거의 6년 전

문제를 풀었습니다


Find the area of ​​the square
There are *n²* circles inscribed in the square ABCD. The perimeter of each circle is *aπ* <<http://imgfz.com/i/3wzCeAT.png>> ...

거의 6년 전

문제를 풀었습니다


Pentagonal dodecahedron
<<https://upload.wikimedia.org/wikipedia/commons/7/73/Dodecahedron.gif>> Pentagonal dodecahedron is a dodecahedron that is ...

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


Find the absolute value of c=a-b
Find the absolute value of c=a-b

거의 6년 전

문제를 풀었습니다


Calculate the volume of a cone
Calculate the volume of a cone given an array containing one column of radii and one column of the height of the cone. * Reme...

거의 6년 전

문제를 풀었습니다


DETERMİNE bigger input
which one is biigger x or z

거의 6년 전

문제를 풀었습니다


Bto
Hangisi daha büyük

거의 6년 전

문제를 풀었습니다


Sum 1 to 100 even number
Write a Matlab program to add all the even numbers from 0 to 100 |

거의 6년 전

문제를 풀었습니다


How many points lie within the rectangle and how many aren't?
Suppose, you are given the coordinates of bottom-left and top-right corners of a rectangle as *input-1, R* i.e *R=[Bottom-left c...

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


Sums with Excluded Digits
Add all the integers from 1 to n in which the digit m does not appear. m will always be a single digit integer from 0 to 9. no...

거의 6년 전

문제를 풀었습니다


QWERTY coordinates
Given a lowercase letter or a digit as input, return the row where that letter appears on a <http://en.wikipedia.org/wiki/Keyboa...

거의 6년 전

문제를 풀었습니다


Sum of terms in a series 1
Given x and n, compute the following sum: |x|+|x|^(1/2)+|x|^(1/3)+|x|^(1/4)+|x|^(1/5) ... + |x|^(1/n) where ||x|| indica...

거의 6년 전

문제를 풀었습니다


Function 1
Compute the value of <<https://i.imgur.com/AxKWLmE.gif>> for any given positive x.

거의 6년 전

문제를 풀었습니다


Prime number check
One way to see if a number x is prime is to compute the remainders obtained when dividing x by all integers from 2 to √(x). If x...

거의 6년 전

문제를 풀었습니다


Approximate functions 1
Compute the following sum for any given x and positive integer n. <<https://i.imgur.com/eUwXdSE.gif>> <> Here m! denote...

거의 6년 전

문제를 풀었습니다


Variance computation
Given a vector x with several values, compute the variance, whose formula is given by: <<https://i.imgur.com/Wg95KBE.gif>> ...

거의 6년 전

문제를 풀었습니다


Matlab Basics - Create a row vector
Write a Matlab script to create a row vector of 10 consecutive numbers x = [1 2 3 4 5 6 7 8 9 10]

거의 6년 전

더 보기