Solved


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

2 months ago

Solved


Do you have the minimum age?

2 months ago

Solved


Row avg

2 months ago

Solved


Automatic String Editing
In this function, you will take an incoming string, and output the same string with each character one letter later in the alpha...

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


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

2 months ago

Solved


Summy's odd sum

2 months ago

Solved


Polynomial division
Divide a polynomial u by polynomial v and return the quotients only. Example: u = x^4+3*x^3+5*x+3 v = x^2+1 Answer: ...

2 months ago

Solved


Volume of Cylinder
Find the volume of a cylinder

2 months ago

Solved


Get derivarive of polynomial given as vector array.
Get derivarive of polynomial given as vector array. Example p=[ 1 2 0 5 0 3 ]; result=[ 5 8 0 10 ...

2 months ago

Solved


Permutations of input vector
Find and output all permutations of given vector

2 months ago

Solved


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

2 months ago

Solved


step function

2 months ago

Solved


Square
square root of x

2 months ago

Solved


World Cup 2018 Prediction!
Which team will be the winner?

2 months ago

Solved


Component area
Find the area of the component below, all measurements are in mm <<https://image.ibb.co/hocruF/Component.png>>

2 months ago

Solved


Ordinary Annuity : Periodic Payments (Future Value)
Theorem : Future Value of an Ordinary Annuity where; F : Future value A : Periodic payment r : Rate per period n : Numbe...

2 months ago

Solved


cube of number
find cube of number

2 months ago

Solved


Real

2 months ago

Solved


divide by 5

2 months ago

Solved


Flow rate in a pipe

2 months ago

Solved


Create a code for XNOR
Given two inputs, output XNOR of those two

2 months ago

Solved


Vertically stack two vectors
Stack two vectors on top of each-other so that... if A = [1 5 3] and B = [8 6 4] then C = [1 5 3 ; 8 6 4]

2 months ago

Solved


Number Power
Raise a number to itself.

2 months ago

Solved


find the value

2 months ago

Solved


Probability of red tulips
I hope to give you bulbs of tulip. But I do not know the color of those petals. I just know that the color is red, white or yell...

2 months ago

Solved


Convert decimal to binary and then generate the minimum binary it can with jumbling
input is 10 --> 1010 output should be 3 --> 0011 input 23 --> 10111 output should be 15 --> 01111

2 months ago

Load more