Solved


Converts numbers into characters
Converts numbers into characters

ungefär en månad ago

Solved


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

ungefär en månad ago

Solved


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

ungefär en månad ago

Solved


to the 2 all elements
to the 2 all elements

ungefär en månad ago

Solved


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

ungefär en månad ago

Solved


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

ungefär en månad ago

Solved


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

ungefär en månad ago

Solved


Total energy

ungefär en månad ago

Solved


Potential energy calculation

ungefär en månad ago

Solved


Kinetic energy calculation

ungefär en månad ago

Solved


Laws of motion 1

ungefär en månad ago

Solved


Laws of motion 2

ungefär en månad ago

Solved


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

ungefär en månad ago

Solved


Laws of motion 5
Calculate the force is u are given mass and acceleration.

ungefär en månad ago

Solved


Laws of motion 6

ungefär en månad ago

Solved


Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...

ungefär en månad ago

Solved


Matlab Basics - Rounding III
Write a script to round a large number to the nearest 10,000 e.g. x = 12,358,466,243 --> y = 12,358,470,000

ungefär en månad ago

Solved


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

ungefär en månad ago

Solved


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

ungefär en månad ago

Solved


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

ungefär en månad ago

Solved


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

ungefär en månad ago

Solved


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

ungefär en månad ago

Solved


Laws of motion 3

2 månader ago

Solved


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

2 månader ago

Solved


Temperature Conversion 2

2 månader ago

Solved


Temperature Conversion 1

2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader 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...

2 månader ago

Solved


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

2 månader ago

Load more