Resuelto


Determine the mean of matrix
Determine the mean of matrix without using mean function Hint: use simple algorithm

más de 8 años hace

Resuelto


Variable_Addition
be able to add any variable to the number one

casi 9 años hace

Resuelto


Volume of Cylinder
Compute the Circumference of a Cylinder given it's radius and height.Here x is the radius and y is the height

casi 9 años hace

Resuelto


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

casi 9 años hace

Resuelto


Calculate square and cube of number
Calculate square and cube of number x

casi 9 años hace

Resuelto


Determine if a row vector has NaN
Determine if a row vector x has NaN

casi 9 años hace

Resuelto


metre to feet converter
The idea is to make a converter, which exchange meters to feets. We use a factor of 1m = 3.281*1f. so 3m are equals to 9.843 m...

casi 9 años hace

Resuelto


Calculate the logarithm of number
Calculate the logarithm of number x

casi 9 años hace

Resuelto


calculate the tangent of angle in radians
Calculate the tangent of angle in degrees

casi 9 años hace

Resuelto


Test if a number is numeric or not
Test if a number is numeric or not

casi 9 años hace

Resuelto


factorial of a number x
Factorial of a number x

casi 9 años hace

Resuelto


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

casi 9 años hace

Resuelto


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

casi 9 años hace

Resuelto


Times 3 problem
When you enter the number, it should return the number multiplied by 3

casi 9 años hace

Resuelto


Potential Energy
Calculate the potential energy of a rock.

casi 9 años hace

Resuelto


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

casi 9 años hace

Resuelto


Finding the volume of a basketball.
You are given a basketball with a given radius (r), what is its volume?

alrededor de 9 años hace

Resuelto


Not square-free number sequence
<http://oeis.org/A013929 Not square-free numbers> are all positive integers divisible by a square greater than one: 4, 8, 9, 12,...

alrededor de 9 años hace

Resuelto


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

alrededor de 9 años hace

Resuelto


Multiply by 3
Given the variable x as your input, multiply it by three and put the result in y.

alrededor de 9 años hace

Resuelto


Matlab Basics II - Max & Index of Max
Write a function that takes a vector x, then returns both the max value in x and its location in the vector for example x ...

alrededor de 9 años hace

Resuelto


square number
Square a number

alrededor de 9 años hace

Resuelto


How long does it take to run a bath?
Given the *volume flow rate* (volume/time) of a faucet and the *volume* of a bath tub, find the amount of time it takes to fill ...

alrededor de 9 años hace

Resuelto


Matlab Basics II - Create a 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] make sure to round UP when n is a...

alrededor de 9 años hace

Resuelto


Matlab Basics II - Minimum
Write a function that returns the minimum of each ROW of a matrix x example: x = [1 2 3; 4 5 6]; output [1;4];

alrededor de 9 años hace

Resuelto


Find the product of a Vector
How would you find the product of the vector [1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0 5.5 6.0] times 2?; x = [1 : 0.5 : 6]; y ...

alrededor de 9 años hace

Resuelto


y equals x divided by 2
function y = x/2

alrededor de 9 años hace

Resuelto


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

alrededor de 9 años hace

Resuelto


Sum of integers numbers
Sum of the numbers from 1 to 100

alrededor de 9 años hace

Resuelto


Create an anti-identity matrix
Create an anti-identity matrix of given dimension. Examples n = 2 A = [0 1; 1 0] n = 3 A = [0 0 1; 0 1 0; 1 0 0...

alrededor de 9 años hace

Cargar más