Difference between revisions of "Tips:Complex Numbers"
From GeoGebra Manual
(Created page with 'GeoGebra supports complex numbers, just enter e.g. <code>z = 2 + 3i</code>. Complex numbers just work like normal numbers most of the time and even some [[Pre-defined Functions a...') |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | GeoGebra supports complex numbers, just enter e.g. <code>z = 2 + 3i</code>. Complex numbers just work like normal numbers most of the time and even some [[ | + | GeoGebra supports [[Complex Numbers|complex numbers]], just enter e.g. <code>z = 2 + 3i</code>. Complex numbers just work like normal numbers most of the time and even some [[Predefined Functions and Operators|pre-defined functions]] work with complex arguments, try e.g. <code>cos(2 + i)</code>. Plotting complex functions is not possible however. |
Latest revision as of 19:21, 26 October 2013
GeoGebra supports complex numbers, just enter e.g. z = 2 + 3i
. Complex numbers just work like normal numbers most of the time and even some pre-defined functions work with complex arguments, try e.g. cos(2 + i)
. Plotting complex functions is not possible however.