Questions tagged [row]
24 questions
1
vote
2 answers
Different output by HoldForm inside a row function
I have the following expression:
I initalize the variables:
capital = 1200; rate = 0.02; time = 6; period = 12;
and then run for second term, for example:
HoldForm[c (1 + r*t)] /. {c -> capital, r -> rate,
t -> Internal`RationalNoReduce[n, m]…
Rafael Rodriguez
- 11
- 1