KAlgebra/Credit payment: Difference between revisions

From KDE Wiki Sandbox
(Created page with "'''Credit Payment''' Function , which calculate the monthly interest rate by given yearly interest rate. x-yearly given interest rate <code> f:= x-> x/12 </code> [[File:Scree...")
 
No edit summary
Line 9: Line 9:
</code>
</code>


[[File:Screenshot-26.png]]
[[File:Screenshot-26.png|600px]]

Revision as of 12:21, 15 December 2010

Credit Payment

Function , which calculate the monthly interest rate by given yearly interest rate.

x-yearly given interest rate

f:= x-> x/12