Resuelto


Converts numbers into characters
Converts numbers into characters

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


to the 2 all elements
to the 2 all elements

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


Total energy

2 meses hace

Resuelto


Potential energy calculation

2 meses hace

Resuelto


Kinetic energy calculation

2 meses hace

Resuelto


Laws of motion 1

2 meses hace

Resuelto


Laws of motion 2

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


Laws of motion 6

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


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

2 meses hace

Resuelto


Laws of motion 3

3 meses hace

Resuelto


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

3 meses hace

Resuelto


Temperature Conversion 2

3 meses hace

Resuelto


Temperature Conversion 1

3 meses hace

Resuelto


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

3 meses hace

Resuelto


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

3 meses hace

Resuelto


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

3 meses hace

Resuelto


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

3 meses hace

Cargar más