answersLogoWhite

0

To enter an XY table on a TI-84 calculator, first press the "Y=" button to access the function editor. Then, input your desired function in one of the Y= slots. Next, press the "2nd" button followed by "TABLE" (which is the "GRAPH" button) to access the table view. You can then see the generated XY values based on your function and adjust the table settings if needed by pressing "2nd" and then "TABLE SETUP."

User Avatar

AnswerBot

1mo ago

What else can I help you with?

Related Questions

How do you graph an equation in standard form?

On my graphing calculator, a TI84 Plus, I can enter the equation into the Y= (a button) and then graph it by hitting the Graph button.


How do you connect a TI-83 graphing calculator to a mac laptop so you can enter programming code?

Short answer; you can't. But you can purchase (or borrow) a TI84 calculator and use the TI83's transfer cable to transfer data from the 83 to the 84 to your mac computer (the TI84 comes with a USB transfer cable).


How do you enter a square root of a number on a calculator?

1.Enter radicand.Press xy or x^yEnter 0.5Press =2.Enter radicandTake log10Multiply by 0.5Press 10x3.Enter radicandTake lnMultiply by 0.5Press ex


To move from cell to cell across s table as you enter text press?

To get from cell to cell across a table as you enter text, press enter.


What is xy minus xy?

xy - xy = 0


What is xy plus xy?

xy + xy = 2xy


How do you enter only diagonal elements in c plus plus?

Matrices have two diagonals: main diagonal and anti-diagonal. The main diagonal runs from top-left to bottom-right. For square matrix A: // main diagonal: for (size_t xy=0; xy<A.size(); ++xy) cin >> A[xy][xy]; // anti-diagonal for (size_t x = A.size()-1, y=0; y<A.size(); --x; ++y cin >> A[x][y];


What are 2 ways to add a record to a table in Access?

You can enter it through the datasheet. You can enter it through a form. You can also use an Append Query to add records to a table from another table.


Does the TI83 use an operating system?

No. I believe TI83+ and TI84 do use an operating system.


Men are xy or xx?

XY


What xy plus xy?

It is an expression in the form of: xy+7


How do you find a slope given an XY table?

Select two distinct values of X, designated X1 and X2, from the table, read the corresponding values Y1 and Y2 from the table, and calculate the slope from the formula: slope = (Y2 - Y1)/(X2 - X1)