![]() |
HP Prime: complex numbers in CAS. - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: HP Prime: complex numbers in CAS. (/thread-257826.html) |
HP Prime: complex numbers in CAS. - Alberto Candel - 12-06-2013 The CAS editor seems to have some bugs. If I type (1,2)it displays the complex number 1+2*ibut if type (1/3, 2)it displays the vector [1/3 2]with square brackets. If I copy and paste this into the editor line, the brackets disappear.
My settings are the default settings.
Re: HP Prime: complex numbers in CAS. - parisse - 12-06-2013 (a,b) notation is accepted in CAS (for compatibility) only if a and b are integers or floats, not for fractions or any other object type for real/imaginary part. Please use the standard a+b*i notation.
|