Bug in Complex_vector .^ (-1) [SOLVED] - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: Bug in Complex_vector .^ (-1) [SOLVED] (/thread-8270.html) |
Bug in Complex_vector .^ (-1) [SOLVED] - JMB - 04-30-2017 09:54 AM The following command gives a wrong output in HOME (FW 10637, VC 11226): [i, -i] .^ (-1) → [1-i, 1+i] In CAS you get the correct answer: [i, -i] .^ (-1) → [-i, i] If you use lists instead of vectors, you get the correct result both in HOME and CAS: {i, -i} .^ (-1) → {-i, i} RE: Bug in Complex_vector .^ (-1) - cyrille de brébisson - 05-01-2017 05:21 AM Hello, Thanks, we will look at it. Cyrille RE: Bug in Complex_vector .^ (-1) - JMB - 05-01-2017 05:31 PM Thank you for your time, Cyrille! RE: Bug in Complex_vector .^ (-1) [SOLVED] - JMB - 02-02-2018 08:48 PM Corrected in firmware 13333. Thanks to the HP Prime Team! |