Post Reply 
Strange behaviour of ANS ?
12-22-2015, 06:23 AM
Post: #1
Strange behaviour of ANS ?
    Hello,
took me a while to see what happens -> Maybe not easy to reproduce.

For me it seems CAS.l2norm(Ans) is not always catching the last/shown value of Ans.

Example:
[1 2] ENTER
-> [1 2]

Ans
-> [1 2]

CAS.l2norm[Ans]
-> Sometimes output seems to be a result from an older vector or even complete garbage, for example 0 or a complex number...


Do I missunderstand something?
   

I made some screenshot, but I don't know how to insert it into the post. It shows the following situation:

[3 6] ENTER -> [3 6]
Ans ENTER -> [3 6]
CAS.l2norm(Ans) -> 3*sqrt(5)

[1 2] ENTER -> [1 2]
Ans ENTER -> [1 2]
CAS.l2norm(Ans) -> 3*sqrt(5)

Before Clear (Shift ESC) I even manged to get some complex number as a result of CAS.l2norm(Ans)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Strange behaviour of ANS ? - Dirk. - 12-22-2015 06:23 AM
RE: Strange behaviour of ANS ? - Joe Horn - 12-22-2015, 06:58 AM
RE: Strange behaviour of ANS ? - DrD - 01-13-2016, 02:36 PM
RE: Strange behaviour of ANS ? - Dirk. - 12-22-2015, 07:33 AM
RE: Strange behaviour of ANS ? - Joe Horn - 12-22-2015, 04:25 PM
RE: Strange behaviour of ANS ? - Dirk. - 12-23-2015, 04:09 AM
RE: Strange behaviour of ANS ? - Joe Horn - 12-23-2015, 05:30 AM
RE: Strange behaviour of ANS ? - primer - 01-13-2016, 01:49 PM
RE: Strange behaviour of ANS ? - Dirk. - 01-13-2016, 11:56 AM
RE: Strange behaviour of ANS ? - Dirk. - 01-13-2016, 02:11 PM
RE: Strange behaviour of ANS ? - primer - 01-13-2016, 03:52 PM
RE: Strange behaviour of ANS ? - DrD - 01-15-2016, 12:44 PM
RE: Strange behaviour of ANS ? - Dirk. - 01-15-2016, 12:35 PM



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