Resuelto


Summation of integers

3 meses hace

Resuelto


Summy's even sum

3 meses hace

Resuelto


Vector Element Multiplication
Take two incoming vectors, and output the element wise multiplication of the vectors.

3 meses hace

Resuelto


Ohmic Heating

3 meses hace

Resuelto


Given the mass and stiffness of an undamped SDOF system, find the natural frequency and the natural period of vibration
Problem Statement Given the mass and stiffness of an undamped SDOF system, find the system's natural frequency in both Hz and...

3 meses hace

Resuelto


Mile to Kilometer
x is mile and y is km

3 meses hace

Resuelto


modulus of a number
find the modulus of a given number

3 meses hace

Resuelto


Get all corner elements from a matrix where dimension of matrix is always equal to or greater than 2.
if a given matrix a = [1 2 3;4 5 6]; so answer is going to be [1 3;4 6]

3 meses hace

Resuelto


My Problem, Find the square of the horizontal concatenation of the third and fifth elements of a vector.
given the 1x5 vector x, y must be the square of the horizontal concatenation of the third and fifth elements. So, if x = [1 1 1 ...

3 meses hace

Resuelto


CARDS PROBLEM
Read my mind and tell me the card number that I have now in my hands.

3 meses hace

Resuelto


Which Prime
Given two prime numbers, specify the relation between them i.e. - 'Twin Prime', 'Cousin Prime', 'Sexy Prime' or 'None'

3 meses hace

Resuelto


Do you have the minimum age?

3 meses hace

Resuelto


Simple Interest : Calculate Future Value
Theorem : Simple Interest where; F : Future Value P : Present Value r : Annual simple interest rate (decimal) t : Time in...

3 meses hace

Resuelto


Function substitution (1)
Evaluate the function for the given values of the variables N and t

3 meses hace

Resuelto


Find the number of primes less than input
Given an integer n, determine the number of primes less than or equal to n.

3 meses hace

Resuelto


Alternate elements!
Write a function that combines two lists by alternating the elements, e.g. ['a','b','c'], ['1','2','3'] → 'a1b2c3'.

3 meses hace

Resuelto


Find the maxmum value of N*N Matrix
Input x=[1 2 3; 4 5 6; 7 8 9] output: y=9

3 meses hace

Resuelto


Determine the square root
Determine the square root of the value the user has entered, n.

3 meses hace

Resuelto


Round to Nearest Multiple of 10^n

3 meses hace

Resuelto


Number Puzzle - 034

3 meses hace

Resuelto


Hemisphere Volume on Top of a Cylinder
This MATLAB function has to calculate the volume of a hemisphere placed on top of a cylinder, given valid inputs. It takes the r...

3 meses hace

Resuelto


Sales Tax

3 meses hace

Resuelto


Replace x value into y value in string text.
Replace x value into y value in string text. Example text='Hello World' x='World', y='Universe' result='Hello Universe'.

3 meses hace

Resuelto


Throw common elements of two vector arrays
Throw common elements as output of two given input vector arrays

3 meses hace

Resuelto


To convolve two vectors
To convolve two vectors

3 meses hace

Resuelto


Converter temp 0 to 200 degree C to 4 to 20mA
Converter temp 0 to 200 degree C to 4 to 20mA (It is used in transmitter)

3 meses hace

Resuelto


Sort complex numbers into complex conjugate pairs
Sort complex numbers into complex conjugate pairs. Example: Input x = [3-6i -1-4i -1+4i 3+6i] Sorted output = [-1 - ...

3 meses hace

Resuelto


Summy's odd sum

3 meses hace

Resuelto


Flow rate in a pipe

3 meses hace

Cargar más