Solved
Return area of square
Side of square=input=a Area=output=b
4 months ago
Solved
Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.
4 months ago
Solved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
4 months ago
Solved
Add two numbers
Given a and b, return the sum a+b in c.
4 months ago
Solved
Draw a '4' in a zero matrix!
4 months ago
Solved
Draw a '6' in a zero matrix!
4 months ago
Solved
Draw a '9' in a zero matrix!
4 months ago
Solved
Draw a '7' in a zero matrix!
4 months ago
Solved
Draw a '8' in a zero matrix!
4 months ago
Solved
Draw a '3' in a zero matrix!
4 months ago
Solved
Draw a '2' in a zero matrix!
4 months ago
Solved
Draw a '5' in a zero matrix!
4 months ago
Solved
Find x rows where the sum of the numbers is the maximum
Find x rows where the sum of the numbers is the maximum. For example: when x is 2 and m is 2 3 5 0 2 3 5 5 6 0 9 4 then y =...
4 months ago
Solved
Draw a '1' in a zero matrix!
4 months 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...
4 months 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;...
4 months ago
Solved
Converts numbers into characters
Converts numbers into characters
4 months ago
Solved
Find the max element of the array
Find the max element of the array
4 months ago
Solved
Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.
4 months ago
Solved
Calculate the average value of the elements in the array
Calculate the average value of the elements in the array
4 months ago
Solved
to the 2 all elements
to the 2 all elements
4 months ago
Solved
the average value of the elements
Calculate the average value of the elements in the array
4 months ago
Solved
Double all elements in the array
Duplicate all elements in the array
4 months ago
Solved
calculate the length of matrix
input 1 array, calculate the length
4 months ago
Solved
Draw a '0' in a one matrix!
4 months ago
Solved
Sum of series IX
What is the sum of the following sequence: Σ 1/k! for k=1...n for different n?
5 months ago
Solved
Sum of series VIII
5 months 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)
5 months ago
Solved
Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.
5 months ago
Solved
Laws of motion 3
5 months ago
Load more