Resuelto


Return the Fibonacci Sequence
Write a code which returns the Fibonacci Sequence such that the largest value in the sequence is less than the input integer N. ...

casi 5 años hace

Resuelto


Find Logic 1

casi 5 años hace

Resuelto


Find Logic 3

casi 5 años hace

Resuelto


Find Logic 4

casi 5 años hace

Resuelto


Find Logic 6

casi 5 años hace

Resuelto


Find Logic 7

casi 5 años hace

Resuelto


Find Logic 8

casi 5 años hace

Resuelto


Find Logic 9

casi 5 años hace

Resuelto


Find Logic 10

casi 5 años hace

Resuelto


Find Logic 11

casi 5 años hace

Resuelto


Find Logic 12

casi 5 años hace

Resuelto


Find Logic 13

casi 5 años hace

Resuelto


Find Logic 15

casi 5 años hace

Resuelto


Find Logic 14

casi 5 años hace

Resuelto


Find Logic 16

casi 5 años hace

Resuelto


Find Logic 17

casi 5 años hace

Resuelto


Find Logic 18

casi 5 años hace

Resuelto


Find Logic 19

casi 5 años hace

Resuelto


Who has power to do everything in this world?
There is only one person who is older than this universe. He is Indian version of Chuck Norris.

casi 5 años hace

Resuelto


The sum of the numbers in the vector
eg. [1,2,3]---->SUM=6

casi 5 años hace

Resuelto


Matlab Basics - Assigning Variables
Assign different types of data to variables: integer, double, and strings Example: A is a double, for example 2.34 B is a...

casi 5 años hace

Resuelto


Element by element multiplication of two vectors
Given two input vectors, return the element-by-element product. Example A = [1 2 3] B = [7 3 1] The answer should be...

casi 5 años hace

Resuelto


given 3 sides, find area of this triangle
1:3 -> 0; 3:5 -> 6

casi 5 años hace

Resuelto


Count up then down
Create a function that produces counting up from 0 up to n then down to 0 n=2 --> 0 1 2 1 0 n=3 --> ...

casi 5 años hace

Resuelto


Draw 'B'
Draw a x-by-x matrix 'B' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 0 1 0 0 0 1 ...

casi 5 años hace

Resuelto


Draw 'C'.
Given x as input, generate a x-by-x matrix 'C' using 0 and 1. example: x=4 ans= [0 1 1 1 1 0 0 0 ...

casi 5 años hace

Resuelto


Missing five
Convert decimal numbers to a base-9 notation missing the digit *5* <<http://www.alfnie.com/software/missing5.jpg>> Too man...

casi 5 años hace

Resuelto


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

casi 5 años hace

Resuelto


Matlab Basics II - squares
Write a function that takes matrix A, and squares each element in the matrix example: A = [1 2 3] output = [1 4 9]

casi 5 años hace

Resuelto


Matlab Basics - y as a function of x
Write a function to calculate y as a function of x, such that y = 6x^2 + 5x - 2

casi 5 años hace

Cargar más