Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Create and Transpose Matrix

más de 3 años hace

Resuelto


Find Sum of array

más de 3 años hace

Resuelto


Determine if input is a perfect square

más de 3 años hace

Resuelto


Find Logic 7

más de 3 años hace

Resuelto


Add 2 Vectors

más de 3 años hace

Resuelto


Subtract two numbers

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Round to nearest integer

más de 3 años hace

Resuelto


multiply by 7

más de 3 años hace

Resuelto


Multiply by 14

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Circle : Square

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Find Logic 8

más de 3 años hace

Resuelto


Find Logic 3

más de 3 años hace

Resuelto


Find Logic 10

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


A KING AND 100 PRISONERS

más de 3 años hace

Resuelto


Area of Ellipse

más de 3 años hace

Resuelto


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.

más de 3 años hace

Cargar más