Solved


Laws of motion 6

nästan 3 år ago

Solved


Laws of motion 5

nästan 3 år ago

Solved


Laws of motion 4

nästan 3 år ago

Solved


Laws of motion 3

nästan 3 år ago

Solved


Laws of motion 2

nästan 3 år ago

Solved


Laws of motion 1

nästan 3 år 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...

nästan 3 år 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;...

nästan 3 år ago

Solved


Converts numbers into characters
Converts numbers into characters

nästan 3 år ago

Solved


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

nästan 3 år ago

Solved


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

nästan 3 år ago

Solved


to the 2 all elements
to the 2 all elements

nästan 3 år ago

Solved


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

nästan 3 år ago

Solved


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

nästan 3 år ago

Solved


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

nästan 3 år ago

Solved


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

nästan 3 år ago

Solved


Draw a '0' in a one matrix!

nästan 3 år ago

Solved


Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
Submit your answer to this problem a multiple of 5 seconds after the hour. Your answer is irrelevant; the only thing that matte...

nästan 3 år ago

Solved


Energy of a photon
*&#9883 &#9762 &#9883 &#9762 &#9883 &#9762 &#9883* Given the frequency F of a photon in giga hertz. Find energy E of this...

nästan 3 år ago

Solved


Return fibonacci sequence do not use loop and condition
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: ...

nästan 3 år ago

Solved


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

nästan 3 år ago

Solved


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

nästan 3 år ago

Solved


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

nästan 3 år ago

Solved


Convert radians to degrees
Given input in radians, output to degrees

nästan 3 år ago

Solved


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

nästan 3 år ago

Solved


Given a square and a circle, please decide whether the square covers more area.
You know the side of a square and the diameter of a circle, please decide whether the square covers more area.

nästan 3 år ago

Solved


Approximation of Pi
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given numbe...

nästan 3 år ago

Solved


radius of a spherical planet
You just measured its surface area, that is the input.

nästan 3 år ago

Solved


Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>

nästan 3 år ago

Solved


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

nästan 3 år ago

Load more