<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3ATvm</id>
	<title>TI-BASIC:Tvm - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3ATvm"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Tvm&amp;action=history"/>
	<updated>2026-06-10T07:31:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>http://learn.cemetech.net/index.php?title=TI-BASIC:Tvm&amp;diff=547&amp;oldid=prev</id>
		<title>Maintenance script: Initial automated import</title>
		<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Tvm&amp;diff=547&amp;oldid=prev"/>
		<updated>2016-02-24T18:06:44Z</updated>

		<summary type="html">&lt;p&gt;Initial automated import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:TI-BASIC:Command&lt;br /&gt;
|picture=@@TVM.GIF&lt;br /&gt;
|summary=Solves for the specified finance variable.&lt;br /&gt;
|syntax=tvm_Pmt(&amp;#039;&amp;#039;&amp;#039;N&amp;#039;&amp;#039;&amp;#039;,I%,PV,FV,P/Y,C/Y)&lt;br /&gt;
&lt;br /&gt;
tvm_I%(&amp;#039;&amp;#039;&amp;#039;N&amp;#039;&amp;#039;&amp;#039;,PV,PMT,FV,P/Y,C/Y)&lt;br /&gt;
&lt;br /&gt;
tvm_PV(&amp;#039;&amp;#039;&amp;#039;N&amp;#039;&amp;#039;&amp;#039;,I%,PMT,FV,P/Y,C/Y)&lt;br /&gt;
&lt;br /&gt;
tvm_&amp;#039;&amp;#039;&amp;#039;N&amp;#039;&amp;#039;&amp;#039;(I%,PV,PMT,FV,P/Y,C/Y)&lt;br /&gt;
&lt;br /&gt;
tvm_FV(&amp;#039;&amp;#039;&amp;#039;N&amp;#039;&amp;#039;&amp;#039;,I%,PV,PMT,P/Y,C/Y)&lt;br /&gt;
&lt;br /&gt;
All arguments are optional.&lt;br /&gt;
|location=On the TI-83, press:&lt;br /&gt;
# 2nd FINANCE to access the finance menu.&lt;br /&gt;
# 2 through 6 to select tvm_Pmt through tvm_FV respectively.&lt;br /&gt;
On the TI-83+ and higher, press:&lt;br /&gt;
# APPS to access the applications menu.&lt;br /&gt;
# 1 or ENTER to select Finance...&lt;br /&gt;
# 2 through 6 to select tvm_Pmt through tvm_FV respectively.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=2 bytes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The tvm_&amp;#039;&amp;#039;VAR&amp;#039;&amp;#039; commands use the TVM (Time Value of Money) solver to solve for the variable &amp;#039;&amp;#039;VAR&amp;#039;&amp;#039;. They&amp;#039;re usually used in programs, since outside a program it&amp;#039;s easier to use the interactive solver (the first option in the finance menu).&lt;br /&gt;
&lt;br /&gt;
All five commands can be used by themselves, with no arguments. In that case, they will return the value of &amp;#039;&amp;#039;VAR&amp;#039;&amp;#039; solved from the current values of the other finance variables. &lt;br /&gt;
&lt;br /&gt;
If you give them arguments, the values you give will replace the values of the finance variables. You can supply as many or as few arguments as needed, and the finance variables will be replaced in the order: &amp;#039;&amp;#039;&amp;#039;N&amp;#039;&amp;#039;&amp;#039;, I%, PV, PMT, FV, P/Y, C/Y (skipping the one you&amp;#039;re solving for).&lt;br /&gt;
&lt;br /&gt;
= Error Conditions =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#iterations|ERR:ITERATIONS]]&amp;#039;&amp;#039;&amp;#039; is thrown if the maximum amount of iterations was exceeded in computing I% (this usually means there is no solution)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#nosignchg|ERR:NO SIGN CHG]]&amp;#039;&amp;#039;&amp;#039; is thrown if calculating I% when FV, (N*PMT), and PV all have the same sign.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Pmt_End|Pmt_End]]&lt;br /&gt;
* [[TI-BASIC:Pmt_Bgn|Pmt_Bgn]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>