Solved


Summation of integers

2 months ago

Solved


Summy's even sum

2 months ago

Solved


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

2 months ago

Solved


Ohmic Heating

2 months ago

Solved


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

2 months ago

Solved


Mile to Kilometer
x is mile and y is km

2 months ago

Solved


modulus of a number
find the modulus of a given number

2 months ago

Solved


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]

2 months ago

Solved


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

2 months ago

Solved


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

2 months ago

Solved


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

2 months ago

Solved


Do you have the minimum age?

2 months ago

Solved


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

2 months ago

Solved


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

2 months ago

Solved


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

2 months ago

Solved


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

2 months ago

Solved


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

2 months ago

Solved


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

2 months ago

Solved


Number Puzzle - 034

2 months ago

Solved


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

2 months ago

Solved


Sales Tax

2 months ago

Solved


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

2 months ago

Solved


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

2 months ago

Solved


To convolve two vectors
To convolve two vectors

2 months ago

Solved


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)

2 months ago

Solved


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

2 months ago

Solved


Summy's odd sum

2 months ago

Solved


Flow rate in a pipe

2 months ago

Load more