Resuelto


Find the absolute value of of the array

más de 3 años hace

Resuelto


Basic Addition

más de 3 años hace

Resuelto


Find Logic 14

más de 3 años hace

Resuelto


Check if number is a square number
Test if integer i is a square number. Return logical true if it is.

más de 3 años hace

Resuelto


Check if integer is a prime number
Check if integer i is a prime number. Returns logical true '1' if it is.

más de 3 años hace

Resuelto


Convert Fahrenheit to Kelvin
Convert the value f in Fahrenheit to Kelvin

más de 3 años hace

Resuelto


Slope of the line passing through two points
Determine the slope of a line passing through the points a=[x1 y1] and b=[x2 y2].

más de 3 años hace

Resuelto


Remove all the columns contains only zero
Remove the column from the matrix which has only zeros . Refer the Example below a= 1 0 3 0 23 0 56 0 1 ...

más de 3 años hace

Resuelto


Create Vector containing following elements
Create Vector containing following elements A=[pi eps NaN inf -inf flintmax];

más de 3 años hace

Resuelto


Add two different item as shown in example
Add two different item as shown in example x=5; y='ab'; Then output must be'5ab';

más de 3 años hace

Resuelto


Find out characteristics equation of given matrix.
Find out characteristics equation of given matrix. A=[0 2; 1 8] then char. eq is s^2-8*s-2=0 and answer should be [1 -8 -2] ...

más de 3 años hace

Resuelto


Gamma Function
Evaluate the <http://en.wikipedia.org/wiki/Gamma_function/ Gamma Function>. Gamma_val(0) = Inf Gamma_val(1.2) = 0.9182

más de 3 años hace

Resuelto


Generate vector according to sign of vector
Generate vector according to sign of vector Example: If A=[-2 0 5] then output must be[-1 0 1] meaning that for negative n...

más de 3 años hace

Resuelto


Replace odd number in given matrix by zero
Replace the odd numbers in a given matrix with zero. Example A = [ 17 24 1 8 15 23 5 7 ...

más de 3 años hace

Resuelto


find out eigenvector of matrix
find out eigenvector of matrix A =eye(3); Answer is [0 0 1; 0 1 0; 1 0 0];

más de 3 años hace

Resuelto


Find the area of a square

más de 3 años hace

Resuelto


Find the Sum of matrix A

más de 3 años hace

Resuelto


Matrix Pattern 3

más de 3 años hace

Resuelto


Temperature Conversion 2

más de 3 años hace

Resuelto


Temperature Conversion 3

más de 3 años hace

Resuelto


Temperature Conversion 1

más de 3 años hace

Resuelto


Find the Pattern 5

más de 3 años hace

Resuelto


Find the Pattern 4

más de 3 años hace

Resuelto


Find the Pattern 3

más de 3 años hace

Resuelto


Find the Pattern 2

más de 3 años hace

Resuelto


Find the Pattern 1

más de 3 años hace

Resuelto


Matrix Pattern 4

más de 3 años hace

Resuelto


Volume of Spherical Shell
In three-dimensional space, a spherical shell can be constructed from two concentric spheres. Determine the volume of a spheric...

más de 3 años hace

Resuelto


Calculating Ring Area
In two-dimensional space, a ring can be constructed by using two concentric circles. Determine the area of a ring which has r1 ...

más de 3 años hace

Resuelto


Mass Conversion 1

más de 3 años hace

Cargar más