Solved


Find Logic 25

10 maanden ago

Solved


Find Logic 26

10 maanden ago

Solved


Find Logic 27

10 maanden ago

Solved


Find Logic 29

10 maanden ago

Solved


Find Logic 30

10 maanden ago

Solved


Find Logic 32

10 maanden ago

Solved


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

10 maanden ago

Solved


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

10 maanden ago

Solved


Converts numbers into characters
Converts numbers into characters

10 maanden ago

Solved


Find the max element of the array
Find the max element of the array

10 maanden ago

Solved


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

10 maanden ago

Solved


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

10 maanden ago

Solved


to the 2 all elements
to the 2 all elements

10 maanden ago

Solved


the average value of the elements
Calculate the average value of the elements in the array

10 maanden ago

Solved


Double all elements in the array
Duplicate all elements in the array

10 maanden ago

Solved


calculate the length of matrix
input 1 array, calculate the length

10 maanden ago

Solved


Draw a '0' in a one matrix!

10 maanden ago

Solved


Sum of series IX
What is the sum of the following sequence: Σ 1/k! for k=1...n for different n?

10 maanden ago

Solved


Sum of series VIII

10 maanden ago

Solved


Sum of series
a(n) = n^2 - (n-1)^2 find the summation of the series upto n i.e. a(1)+a(2)+...+a(n)

10 maanden ago

Solved


vectorization in N
For a given integer n (n>1), compute the sum f (i) (1 <= i <= n) where f (i) = 1 if n is odd and 2 otherwise.

10 maanden ago

Solved


matrix of natural number
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 resides seially as shown in the examples below. ...

10 maanden ago

Solved


Scrabble Scores
Given a word, determine its score in <http://en.wikipedia.org/wiki/Scrabble Scrabble>. The input string will always be provi...

10 maanden ago

Solved


Summing Digits within Text
Given a string with text and digits, add all the numbers together. Examples: Input str = '4 and 20 blackbirds baked in a...

10 maanden ago

Solved


Convert binary numbers to hexadecimal numbers
Function must convert the input vector x composed of 0 and 1 (length is a multiple of 8) in hexadecimal. Most significant bit is...

10 maanden ago

Solved


Find longest run
Write a function longest_run that takes as input an array of 0's and 1's and outputs the length and index of the longest consecu...

10 maanden ago

Solved


Binary
Given a positive, integer n, create a function that returns the respective binary number in the form of a vector. Example: ...

10 maanden ago

Solved


Convert binary numbers array into array of decimal numbers.
Convert binary numbers array into array of decimal numbers. Example x=[ 11001000 ; 11001001 ; 11001010 ; 11001011 ; 11001100 ;...

10 maanden ago

Solved


Binary Coder
Take an input number and print the binary value of this number.

10 maanden ago

Solved


Flip the bit
Given an input character string (e.g. '1001'), return a character string with the bits flipped ('0110').

10 maanden ago

Load more