摘要:
等额偿债基金含义:借款人分期偿还贷款利息(service payment of the loan, generally equals the amount of interest due),同时积累一笔偿债基金,用于到期时偿还贷款本金。 符号:L0 原始贷款本金i 贷款年利率n 贷款期限I 借款人在 阅读全文
摘要:
syms f x a b c; f(x)=3*x^4-4*x^3-12*x^2; q(x)=a*x^2+b*x+c; %二点二次插值 x=[-1.2 -0.8]; ff=diff(diff(f)); dif=diff(f); for i=1:3 %[a b c]=solve('f(x(1))=q(x(1))','f(x(2))=q(x(2))','12*x(1)^3-12*x(1)^2-... 阅读全文