Post Reply 
tabvar(sin(x)) question...
11-23-2017, 07:03 AM
Post: #1
tabvar(sin(x)) question...
I've been playing with some of the new commands...

tabvar(sin(x)) gives a table of operations. However, I don't understand some of the symbols.
What do the diagonal up and diagonal down arrows mean?
Find all posts by this user
Quote this message in a reply
11-23-2017, 07:09 AM
Post: #2
RE: tabvar(sin(x)) question...
I think the arrows mean "increasing" and "decreasing".

I also did a simplify(|cot(pi*x)|^(1/16) - 10) and I got this as result:

_x->(table(_x+1 = (|cos(pi*x)|/|sin(pi*x)|)^(1/16) -10))

Please explain what this means?
Thx
-Donald
Find all posts by this user
Quote this message in a reply
11-23-2017, 07:22 AM
Post: #3
RE: tabvar(sin(x)) question...
cot(x)=cos(x)/sin(x)
Find all posts by this user
Quote this message in a reply
11-23-2017, 08:12 AM
Post: #4
RE: tabvar(sin(x)) question...
...and...? :-)

....I meant what does table() mean? What is _x? etc..
Find all posts by this user
Quote this message in a reply
11-23-2017, 08:51 AM
Post: #5
RE: tabvar(sin(x)) question...
-X-> indicates that it is a function, _x is imho a variable introduced by the CAS, when I copy your simplify(...) stuff into my command-line I get a syntax error, entering it by hand results in a long line containing cos, cosh, sin, sinh as a result of the attempt to rewrite that, no table(...)
Find all posts by this user
Quote this message in a reply
11-24-2017, 11:01 AM
Post: #6
RE: tabvar(sin(x)) question...
I'm using beta v2...are you?
Find all posts by this user
Quote this message in a reply
11-24-2017, 11:10 AM
Post: #7
RE: tabvar(sin(x)) question...
As usual the newest version 13012, no such issue here.
Find all posts by this user
Quote this message in a reply
Post Reply 




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