What percentage?
Calculate the output c as the percentage of a on b for given a and b.
2 years ago
Solved
Simple Interest : Calculate time in years
Theorem : Simple Interest
where;
F : Future Value
P : Present Value
r : Annual simple interest rate (decimal)
t : Time in...
what's my tax amount this year ?
given an annual salary x and a tax rate i calculate the amount that you have to pay.Example
x = 70000;
i=.10
y_correc...
2 years ago
Solved
Mathematical formula
Find the value of the expression given the values of variables t and k. Assume g=9.81
2 years ago
Solved
Compound Interest: Present Value
Theorem : Compound Interest
where,
F : Future value at the end of n periods
P : Present value
r : Annual nominal rate
n :...
2 years ago
Solved
Which one is More bigger?
we have two input like (x,y) our output (z) must wich one is bigger input.
Break it up! Break it up!
You have N pennies. Write a Matlab script that will reveal how many different ways you can break up those pennies. For example...
2 years ago
Solved
Fibonacci Sequence
Write a MATLAB function called fibonacci_sequence(n) that takes an integer n as input and returns the first n terms of the Fibon...