Resuelto


Square
square root of x

más de 1 año hace

Resuelto


cube of number
find cube of number

más de 1 año hace

Resuelto


square root
Find square root of given number

más de 1 año hace

Resuelto


Squares inside a square!

más de 1 año hace

Resuelto


Area of a rectangle
FInd the area of a rectangle with a length L and width W. Round to the nearest integer.

más de 1 año hace

Resuelto


Too Many Zeros, Dump Them!
Sometimes when I create a matrix, I use this syntax: a = zeros(1000,1000); But when the function ends, I find that I don'...

más de 1 año hace

Resuelto


Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
For a row vector: V=[7 1 2 -3] there is one sign change (from 2 to -3). So, the function you write must return N=1. F...

más de 1 año hace

Resuelto


Multiply to the limit?
If y = 4*x*x/pi/pi then what is the ultimate limiting result of (1+y/1/1)(1+y/3/3)(1+y/5/5)(1+y/7/7)... ... within 1000*eps?

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


Cutoff OF Exam

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


Add 2 Vectors

más de 1 año hace

Resuelto


Dot Product

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


Find Sum of array

más de 1 año hace

Resuelto


10% Discount

más de 1 año hace

Resuelto


Find square of given number
Find Square of any number

más de 1 año hace

Resuelto


Square root of number
Square root of given number.

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


Check if a number belongs in the fibonacci squence
Test if integer i is a number in the fibonacci sequence. Return true if it is.

más de 1 año 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 1 año 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 1 año hace

Resuelto


Calculate days until Christmas
Provided with inputs year, month, day e.g. 2019,11,12, calculate the number of days until the next Christmas day, i.e. the next ...

más de 1 año hace

Resuelto


Counting Sequence
Given a vector x, find the "counting sequence" y. A counting sequence is formed by "counting" the entries in a given sequence...

más de 1 año hace

Resuelto


Array Height (no usage of size)
Find the array height, the number of rows. Size may not be used.

más de 1 año hace

Resuelto


Double Deal
*Description* Given an input vector _v_, return the first element as the first output, the second element as the second outpu...

más de 1 año hace

Resuelto


Reference Index Number
Given a reference set R of elements (each unique but identical in type), and a list V of elements drawn from the set R, possibly...

más de 1 año hace

Resuelto


Count consecutive 0's in between values of 1
So you have some vector that contains 1's and 0's, and the goal is to return a vector that gives the number of 0's between each ...

más de 1 año hace

Cargar más