Gelöst


list of prime numbers
n is given find the largest prime number <=n

fast 10 Jahre vor

Gelöst


Find subtraction
Given a, b. Find a-b

fast 10 Jahre vor

Gelöst


find lenth of array
you have given an array, find the length of that.

fast 10 Jahre vor

Gelöst


first element of matrix
find the first elements of a column matrix

fast 10 Jahre vor

Gelöst


find a specific element from an matrix
Find the element from matrix which is in 2nd row and 3rd column.

fast 10 Jahre vor

Gelöst


find the mean of all elements in a matrix
given a matrix, just find the mean of all elements in the matrix

fast 10 Jahre vor

Gelöst


Find mean
given an array, find the mean of the number in that array

fast 10 Jahre vor

Gelöst


find sum of the numbers in array
calculate the sum of numbers in a given array

fast 10 Jahre vor

Gelöst


Log of a number
Write a script that will give the log of x as output.

fast 10 Jahre vor

Gelöst


Vector with a repeated entry
Create a row vector of length n, filled with 4's. For example, if n = 3, output = [4 4 4] Hint: Search for the function...

fast 10 Jahre vor

Gelöst


If you have matrix A, create matrix B using matrix A as an "element"
A = [1 2 3 4; 5 6 7 8] B = [1 2 3 4 1 2 3 4; 5 6 ...

fast 10 Jahre vor

Gelöst


Square root of a number
Write a code that will output the square root of x.

fast 10 Jahre vor

Gelöst


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

fast 10 Jahre vor

Gelöst


Annual Salary
What is the annual salary of Mr. Cody if he works 40 hours a week and gets $x per hour and a yearly bonus of $2000? (Let, 50 wee...

fast 10 Jahre vor

Gelöst


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

fast 10 Jahre vor

Gelöst


Corresponding letter to ASCII code.
Given the letter, the output will show the corresponding ASCII code.

fast 10 Jahre vor

Gelöst


ASCII code of a leter.
Given the letter, the output will show the corresponding ASCII code.

fast 10 Jahre vor

Gelöst


Prime number removal
remove all prime numbers from the input e.g. input = 1 2 3 4 5 6 7 8 9 10 11 12 ...

fast 10 Jahre vor

Gelöst


iteration of N blank spot
we have N spot which can be blank o filled calculate the number of iteration for these spots. e.g. N=2 1- blank blank 2- bl...

fast 10 Jahre vor

Gelöst


find "greatest common divisor" of two integer value
A function to find Greatest Common Divisor of two integer input E.G. x=-18 y=96 output should be +6 x=-18; y=96; >>your...

fast 10 Jahre vor

Gelöst


find minimum
find the minimum from an array

fast 10 Jahre vor

Gelöst


find max
You are given an array number find the maximum

fast 10 Jahre vor

Gelöst


Halder function
Find the halder function value of a number

fast 10 Jahre vor

Gelöst


modulus of a number
find the modulus of a given number

fast 10 Jahre vor

Gelöst


Find the qube of a give number.
You are given a number, find the qube of that number.

fast 10 Jahre vor

Gelöst


Project Euler: Problem 14, Longest Collatz sequence
The following iterative sequence is defined for the set of positive integers: n → n/2 (n is even) n → 3n + 1 (n is odd) U...

fast 10 Jahre vor

Gelöst


Project Euler: Problem 11, Largest product in a grid
What is the greatest product of _k_ adjacent numbers in the same direction (up, down, left, right, or diagonally) in a _n×n_ gri...

fast 10 Jahre vor

Gelöst


Sums of cubes and squares of sums
Given the positive integers 1:n, can you: 1. Compute twice the sum of the cubes of those numbers. 2. Subtract the square...

fast 10 Jahre vor

Gelöst


Project Euler: Problem 18, Maximum path sum I
By starting at the top of the triangle below and moving to adjacent numbers on the row below, the maximum total from top to bott...

fast 10 Jahre vor

Gelöst


ASCII Code
Using matlab, give the symbol that is associated with ASCii code 90.

fast 10 Jahre vor

Mehr laden