Bug in Complex_vector .^ (-1) [SOLVED]
|
04-30-2017, 09:54 AM
(This post was last modified: 02-02-2018 08:47 PM by JMB.)
Post: #1
|
|||
|
|||
Bug in Complex_vector .^ (-1) [SOLVED]
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} |
|||
05-01-2017, 05:21 AM
Post: #2
|
|||
|
|||
RE: Bug in Complex_vector .^ (-1)
Hello,
Thanks, we will look at it. Cyrille Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP. |
|||
05-01-2017, 05:31 PM
Post: #3
|
|||
|
|||
RE: Bug in Complex_vector .^ (-1)
Thank you for your time, Cyrille!
|
|||
02-02-2018, 08:48 PM
Post: #4
|
|||
|
|||
RE: Bug in Complex_vector .^ (-1) [SOLVED]
Corrected in firmware 13333.
Thanks to the HP Prime Team! |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)