Difference between revisions of "Tips:Complex Numbers"
From GeoGebra Manual
(+) |
|||
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 [[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. | + | 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. |
Revision as of 22:00, 2 August 2011
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.