Post Reply 
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}
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Bug in Complex_vector .^ (-1) [SOLVED] - JMB - 04-30-2017 09:54 AM
RE: Bug in Complex_vector .^ (-1) - JMB - 05-01-2017, 05:31 PM



User(s) browsing this thread: 1 Guest(s)