<?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%3AA_Bi</id>
	<title>TI-BASIC:A Bi - 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%3AA_Bi"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:A_Bi&amp;action=history"/>
	<updated>2026-04-17T08:06:17Z</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:A_Bi&amp;diff=606&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:A_Bi&amp;diff=606&amp;oldid=prev"/>
		<updated>2016-02-24T18:09:35Z</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=APLUSBI.GIF&lt;br /&gt;
|summary=Puts the calculator into a+b&amp;#039;&amp;#039;i&amp;#039;&amp;#039; mode.&lt;br /&gt;
|syntax=a+b&amp;#039;&amp;#039;i&amp;#039;&amp;#039;&lt;br /&gt;
|location=Press:&lt;br /&gt;
# MODE to access the mode menu.&lt;br /&gt;
# Use the arrow keys and ENTER to select a+b&amp;#039;&amp;#039;i&amp;#039;&amp;#039;&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=1 byte&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The a+b&amp;#039;&amp;#039;i&amp;#039;&amp;#039; command puts the calculator into rectangular complex number mode. This means that:&lt;br /&gt;
* Taking square roots of negative numbers, and similar operations, no longer returns an error.&lt;br /&gt;
* Complex results are displayed in the form a+b&amp;#039;&amp;#039;i&amp;#039;&amp;#039; (hence the name of the command)&lt;br /&gt;
&lt;br /&gt;
This is the standard way of displaying complex numbers, though they can also be displayed in polar form (see [[TI-BASIC:Re_Thetai|re^θi]] for more details). To extract the coefficients a and b, use the [[TI-BASIC:Real_Func|real(]] and [[TI-BASIC:Imag|Imag(]] commands.&lt;br /&gt;
&lt;br /&gt;
= Advanced Uses =&lt;br /&gt;
&lt;br /&gt;
Rather than switch to a+bi mode, you might want to force the calculations to use complex numbers by making the original argument complex. The general way to do this is by adding +0i to the number. However, there may be an optimization in any particular case. See the [[TI-BASIC:Quadratic_Formula|Quadratic_Formula]] routine for a good example of this.&lt;br /&gt;
&lt;br /&gt;
 Real&lt;br /&gt;
 		Done&lt;br /&gt;
 √(-1)	&lt;br /&gt;
 		(causes an error)&lt;br /&gt;
 √(-1+0i)		&lt;br /&gt;
 		i&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Real_Mode|Real]]&lt;br /&gt;
* [[TI-BASIC:Re_Thetai|re^θi]]&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Quadratic_Formula|Quadratic Formula]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>