answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you enter an xy table in ti84?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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


What is xy minus xy?

xy - xy = 0


What is xy plus xy?

xy + xy = 2xy


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.


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.


Men are xy or xx?

XY


What xy plus xy?

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


Does the TI83 use an operating system?

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


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)