A résolu


Matrix element wise multiplication
Take two incoming vectors, and multiply them element wise

plus de 5 ans il y a

A résolu


Sum two matrices
Take two incoming matrices, and sum them

plus de 5 ans il y a

A résolu


The great 82-year-old
Let's answer the question below; 'I am *x* years old and I have never written programs. If I study from now, will I be able ...

plus de 5 ans il y a

A résolu


Temperature Conversion 3

plus de 5 ans il y a

A résolu


Temperature Conversion 2

plus de 5 ans il y a

A résolu


0<=x<=pi?
Check whether the given angle is between zero and pi. Return logical true or false.

plus de 5 ans il y a

A résolu


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

plus de 5 ans il y a

A résolu


Temperature Conversion 1

plus de 5 ans il y a

A résolu


'Determine if array of numbers is odd'
Return true if the input single number is odd. If the input is a vector, it will return a vector or array of logical values indi...

plus de 5 ans il y a

A résolu


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

plus de 5 ans il y a

A résolu


Product of all elements in an array
Compute the product of all elements in an array.

plus de 5 ans il y a

A résolu


Adding Numbers
Add the input numbers to the original.

plus de 5 ans il y a

A résolu


Return median of a matrix
Compute median of a matrix of any dimension. Exclude the NaNs if any.

plus de 5 ans il y a

A résolu


Transpose the Matrix
Transpose the given matrix, e.g. x=[a b;c d] transpose of x = [a c;b d]

plus de 5 ans il y a

A résolu


Efficiency of a single phase Transformer
Calculate the efficiency of a single phase transformer whose KVA rating is A KVA, loading factor x,power factor p,full load copp...

plus de 5 ans il y a

A résolu


Calculate Resistance 2
In this problem, you have to calculate Resistance R of a linear conductor having voltage V across it and current I is passing i...

plus de 5 ans il y a

A résolu


Calculate Resistance
Calculate Resistance R of a linear conductor having resistivity p, length l and area A

plus de 5 ans il y a

A résolu


Add 3 numbers
In this problem, you have to add three numbers a, b and c. Give output d = add(a,b,c)

plus de 5 ans il y a

A résolu


Sum Sum Sum!
Calculate the sum of the natural numbers from 1 to n

plus de 5 ans il y a

A résolu


Perimeter of a square!
Calculate the circumference of the square whose side is n

plus de 5 ans il y a

A résolu


Triangle???
Calculate the circumference of an equilateral triangle with x

plus de 5 ans il y a

A résolu


Sum sum!!!
Sum the numbers from 1 to n

plus de 5 ans il y a

A résolu


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

plus de 5 ans il y a

A résolu


square a number twice with square root of 4/5
square a number twice with square root of 4/5

plus de 5 ans il y a

A résolu


Given a vector x, return vector y with all negative elements from the vector x.
Given a vector x, return vector y with all negative elements from the vector x if x has negative elements. Otherwise return 0. ...

plus de 5 ans il y a

A résolu


Check prime numbers
Let x, return 1 if x is a prime number, 0 otherwise e.g x = 7, return y =1; x = 6 return y = 0;

plus de 5 ans il y a

A résolu


factorial
calculate x!

plus de 5 ans il y a

A résolu


Square
square root of x

plus de 5 ans il y a

A résolu


Repeat elements of a vector
Repeat each elements of a given vector according to their values. * x=[1,2,1,3] * y=[1,2,2,1,3,3,3]

plus de 5 ans il y a

A résolu


Calculate the area of a circle
Given a circle of diameter x calculate its area

plus de 5 ans il y a

Charger plus