解決済み


index of n^2 in magic(n)
input=5 magic matrix 17 24 1 8 15 23 5 7 14 16 4 6 13 20 22 10 ...

5年以上 前

解決済み


Interior angles
Find the sum of interior angles for polygon of x sides.

5年以上 前

解決済み


Create and Transpose Matrix

5年以上 前

解決済み


Find Sum of array

5年以上 前

解決済み


Determine if input is a perfect square

5年以上 前

解決済み


Find Logic 7

5年以上 前

解決済み


Add 2 Vectors

5年以上 前

解決済み


Subtract two numbers

5年以上 前

解決済み


Find y if y is 4 times the value of x.

5年以上 前

解決済み


Replace values under a limit
For a vector x and number n, the goal is to find every element of x inferior to n and replace it by n. Example x= [ 1 2 3...

5年以上 前

解決済み


Round to nearest integer

5年以上 前

解決済み


multiply by 7

5年以上 前

解決済み


Multiply by 14

5年以上 前

解決済み


Find the maximum two numbers of every column of a matrix
Find the maximum two numbers of every column of a matrix. Example: If we input a matrix A = [ 1 2 4 6 0 3 ...

5年以上 前

解決済み


calculate RMS voltage
given peak to peak voltage, calculate rms voltage

5年以上 前

解決済み


Circle : Square

5年以上 前

解決済み


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

5年以上 前

解決済み


Getting the row and column location from a matrix
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to get <http://www.mathwo...

5年以上 前

解決済み


Find Factrorial without using built-in function
A number is given, you have to find the factorial of the number without using built-in factroial function. You may use loops....

5年以上 前

解決済み


Sum the real and imaginary parts of a complex number
Sum the real and imaginary parts of a complex number. Example c = 1+2i has the solution 1 + 2 = 3

5年以上 前

解決済み


Find Logic 8

5年以上 前

解決済み


Find Logic 3

5年以上 前

解決済み


Find Logic 10

5年以上 前

解決済み


Project Euler: Problem 3, Largest prime factor
The prime factors of 13195 are 5, 7, 13 and 29. What is the largest prime factor of the number being input, input might be ui...

5年以上 前

解決済み


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

5年以上 前

解決済み


~~~~~~~ WAVE ~~~~~~~~~
|The WAVE generator| Once upon a time there was a river. 'Sum' was passing by the river. He saw the water of the river that w...

5年以上 前

解決済み


How brilliant are you?
A Brilliant number is defined as a number with two prime factors, both of which have the same number of digits. Some examples: ...

5年以上 前

解決済み


A KING AND 100 PRISONERS

5年以上 前

解決済み


Area of Ellipse

5年以上 前

解決済み


Determine if input is divisible by three.
Given a positive integer, n, determine if n is divisible by 3. If yes, the function should output true. If no, false.

5年以上 前

さらに読み込む