Post Reply 
BETA version no longer allows exponentiation of litsts
06-15-2021, 06:36 PM
Post: #2
RE: BETA version no longer allows exponentiation of litsts
(Still having some intermittent internet connection problems, but here are some examples.)

For Version (2021 04 28) BETA
L1:={2,-2,3,-3}
TAN(L1) gets {-2.19,2.19,-0.14,0.14}
TAN({L1}) gets {{-2.19,2.19,-0.14,0.14}}
e^L1 gets ERROR: Bad argument type
e^{L1} gets {{7.39,0.14,20.09,0.05}}
LN(L1) gets ERROR: Invalid input

For Version (2020 01 16) everything is the same except that
e^L1 gets {7.39,0.14,20.09,0.05}
which is consistent with how it works with other functions except the logarithm function.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: BETA version no longer allows exponentiation of litsts - Mike Elzinga - 06-15-2021 06:36 PM



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