Home Forums Gamescan Chat42 About
* Login   * Register * FAQ    * Search
It is currently Fri 08-29-2025 4:09AM

All times are UTC - 6 hours




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: TI-89 help
PostPosted: Sun 10-03-2004 12:12AM 
Offline
Captain
User avatar

Joined: Tue 09-09-2003 9:33PM
Posts: 129

Source: McAnerney Hall
Does anyone know how to do simultaneous equations on a TI-89? For instance if I had something like "2x+3y=5 and 4x+5y=2" how would I plug that into the calculator?


Top
 Profile E-mail  
    
 Post subject:
PostPosted: Sun 10-03-2004 12:18AM 
Offline
Colonel
User avatar

Joined: Fri 12-06-2002 1:01PM
Posts: 501

Source: Kelly Hall
solve(2x+3y=5 and 4x+5y=2,{x,y})

_________________
[/post]


Top
 Profile E-mail  
    
 Post subject:
PostPosted: Sun 10-03-2004 12:34AM 


Source: Somewhere
OK, thanks. I was using regular paranthesis instead of brackets.


Top
  
    
 Post subject:
PostPosted: Sun 10-03-2004 4:01PM 
Offline
Major General
User avatar

Joined: Sat 10-18-2003 10:26PM
Posts: 2955
Location: Stone's throw from Garden of the Gods, Colorado Springs

Source: Farrar Hall
That, or set the equations up in a matrix and use the rref() function to let it do the work.

i.e. for 2x + 3y = 5 and 4x + 5y = 2 you should set up the following matrix:

[[2,3,5]
[4,5,2]]

making sure that you keep your variables in consistent alignment throughout (i.e. all the x coefficients in one column, etc.) Hit Enter to let the calculator accept the matrix (or save it to a named matrix), and then hit rref(ans). The calculator should return:

[[1,0,x-value]
[0,1,y-value]]

You can set up and solve a N-by-(N+1) matrix for any system of N simultaneous equations. And this will work on any TI graphical calculator, as well as any calculator with the rref function. In the case of bigger matrices, the 1 will tell you which variable is being solved on that line.

_________________
It's still UMR to me, dammit.


Top
 Profile  
    
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group