Solved


Find subtraction
Given a, b. Find a-b

9 years ago

Solved


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

9 years ago

Solved


add two numbers
two numbers given, output should addition of them.

9 years ago

Solved


add each element with 2
You have given a array. Add 2 to each element of that array.

9 years ago

Solved


add each element with 4
You have given a array. Add 4 to each element of that array.

9 years ago

Solved


add each element with 10
You have given a array. Add 10 to each element of that array.

9 years ago

Solved


add each element with 3
You have given a array. Add 3 to each element of that array.

9 years ago

Solved


find square root of a positive real number
a number given, find the square root of that number

9 years ago

Solved


find square root of 9
find square root of 9

9 years ago

Solved


find square root of 16
find square root of 9

9 years ago

Solved


Quberoot of 8
Find the qube-root of 8

9 years ago

Solved


Square root of 100
Find the square root of 100

9 years ago

Solved


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...

9 years ago

Solved


find 90-45
find 90-45

9 years ago

Solved


what is your name
The result should be my name i.e. Subrata Halder

9 years ago

Solved


Halder function
Find the halder function value of a number

9 years ago

Solved


modulus of a number
find the modulus of a given number

9 years ago

Solved


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

9 years ago

Solved


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...

9 years ago

Answered
Matlab jokes or puns
Q: How many MATLAB functions are there in the world? A: There is only one MATLAB function called matlabFunction.

9 years ago | 3

Solved


Find 1's Complement
Find 1's complement of a binary number For Example: x = 10011010 1's complement of x = 01100101

9 years ago

Solved


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...

9 years ago

Solved


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...

9 years ago

Solved


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

9 years ago

Solved


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

9 years ago

Solved


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

9 years ago

Solved


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

9 years ago

Solved


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

9 years ago

Solved


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...

9 years ago

Load more