Post Reply 
TI 36X Pro: The Next Generation?
11-12-2022, 09:45 PM
Post: #19
RE: TI 36X Pro: The Next Generation?
(11-10-2022 06:32 AM)Csaba Tizedes Wrote:  
(11-09-2022 08:39 PM)Matt Agajanian Wrote:  f(x), g(x), f(g(x)), and g(f(x)) in tables. The 36X only has one function, f(x) for tables. Or is there a way to create and use similar functionalities on the 36X Pro?

Not ONLY in TABLEs, frankly speaking on TI has no TABLE. TABLE is a CASIO stuff. If you want similar on TI, use Data Editor with L1, L2, L3 lists (means no cell-like addressing only list (eg L2=L1+3), but ALL mathematical functions are available).

If you want something similar on older model, use f() definition + do g() on normal calculation screen or use Numerical Solver. Eg:

On new model:
f(x)=exp(-x^2)
g(x)=d/d(f(x),x=a)
In Num Solv: g(x)=0 and Solve for a

On older model:
f(x)=exp(-x^2)
In Num Solv: d/dx(f(x),x=a)=0 and Solve for a

Of course the
d/dx(f(x),x=a)=0 and Solve for a
is works on newer model also, and you can use g() for other task.

Check this video:



Cs.

I’m not sure I follow.

Where am I defining g(x) or f(g(x)) on the 36X Pro?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: TI 36X Pro: The Next Generation? - Matt Agajanian - 11-12-2022 09:45 PM



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