Resuelto


Number Puzzle - 040

más de 5 años hace

Resuelto


Number Puzzle - 041

más de 5 años hace

Resuelto


Number Puzzle - 042

más de 5 años hace

Resuelto


Splitting Triangle - Problem the first

más de 5 años hace

Resuelto


Splitting Square - Problem the second

más de 5 años hace

Resuelto


Splitting Square - Problem the first

más de 5 años hace

Resuelto


Number Puzzles - 021

más de 5 años hace

Resuelto


Consecutive Prime Numbers

más de 5 años hace

Resuelto


When the sum of the cubes is a quartic...

más de 5 años hace

Resuelto


When the sum of the squares is a cubic...

más de 5 años hace

Resuelto


Volume of Cylindrical Shell

más de 5 años hace

Resuelto


Area of Cylindrical Shell

más de 5 años hace

Resuelto


Angular Velocity

más de 5 años hace

Resuelto


Period of a pendulum

más de 5 años hace

Resuelto


Toolbox check part 3
In my ongoing quest to highlight obscure parts of MATLAB, the latest challenge is to take 2 string inputs, one a MATLAB toolbox ...

más de 5 años hace

Resuelto


Spot the rectangle (Part 2)
This problem is related to the <http://bit-player.org/2009/the-17x17-challenge 17x17 challenge>. See also <http://www.mathworks....

más de 5 años hace

Resuelto


Finding fourier transform of a given vector
Find the fourier transform of a given input vector for ex a=[1 2 3 4] then y=[ 10.0000 + 0.0000i -2.0000 +...

más de 5 años hace

Resuelto


THE CALCULATOR OF LOVE
In honor of Valentine's Day, program a love calculator that figures out the percentage of compatibility between two people using...

más de 5 años hace

Resuelto


Find all the zeros of sinus , cosinus and tangent in a given interval
The aim is to find all the zeros of a function within an interval. *Input* : * fcn : an anonymous function (@sin, @cos......

más de 5 años hace

Resuelto


Mandelbrot Number Test [Real+Imaginary]
The <http://en.wikipedia.org/wiki/Mandelbrot_set Mandelbrot Set> is built around a simple iterative equation. z(1) = c z...

más de 5 años hace

Resuelto


Construct finite difference approximations of derivatives
In solving a differential equation with a finite-difference method, one computes derivatives with various combinations of the fu...

más de 5 años hace

Resuelto


solve for y that is half as much as three less than one tenth of x
function y = half(x) y = (x * .1); end

más de 5 años hace

Resuelto


Covering area
As an extension of the problem <http://www.mathworks.com/matlabcentral/cody/problems/416-polygon-area>, find the area, bounded b...

más de 5 años hace

Resuelto


Wrap-around effect
In vector x of length n we define (n+1) position as going back to the first position (so called wrap-around effect). Can you ret...

más de 5 años hace

Resuelto


Explode string
Break a sentence into cell of words

más de 5 años hace

Resuelto


Leading-zero padding
Write a function that will add leading-zero padding to all numbers in the supplied vector, as necessary, based on the maximum nu...

más de 5 años hace

Resuelto


Calculate the probability that at least two people in a group share the same birthday.
Calculate the probability that at least two people in a group share the same birthday. Given an integer input n, return to 0.015...

más de 5 años hace

Resuelto


Second Diagonal
Transpose the matrix from it's second diagonal.

más de 5 años hace

Resuelto


Numbers on 7-segment
This is a 7-segment: _ |_| |_| It's a 3-by-3 char matrix.It has made by 3 characters: '_' , '|' and ' ' (space...

más de 5 años hace

Resuelto


My Problem, Find the square of the horizontal concatenation of the third and fifth elements of a vector.
given the 1x5 vector x, y must be the square of the horizontal concatenation of the third and fifth elements. So, if x = [1 1 1 ...

más de 5 años hace

Cargar más