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} |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Bug in Complex_vector .^ (-1) [SOLVED] - JMB - 04-30-2017 09:54 AM
RE: Bug in Complex_vector .^ (-1) - cyrille de brébisson - 05-01-2017, 05:21 AM
RE: Bug in Complex_vector .^ (-1) - JMB - 05-01-2017, 05:31 PM
RE: Bug in Complex_vector .^ (-1) [SOLVED] - JMB - 02-02-2018, 08:48 PM
|
User(s) browsing this thread: 1 Guest(s)