Post Reply 
Let the Prime Increase your College Courses Grades
01-24-2018, 04:38 PM (This post was last modified: 01-25-2018 04:40 AM by lschroeder1947.)
Post: #3
RE: Let the Prime Increase your College Courses Grades
TI-89 CD screen, from Chapter 6 Linear Programming.

[Image: bc_simplex.gif]

Here is the HP Prime technique for this page. Since the HP Prime Fee / Lite has no program editor, or HP connectivity kit I used CAS variables to add pivmat.

Copy the function pivmat to the CAS command line and press enter. (See the first screen)

pivmat(m,r,c):=
BEGIN
return pivot(SCALE(m,(1/m(r,c)),r),r,c);
END;

Note: pivmat needed Begin return End - HP Connectivity Kit crashed when Kit tried to display Pro/Virtual CAS Vars without Begin return End included.

[Image: simplex_dual.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Let the Prime Increase your College Courses Grades - lschroeder1947 - 01-24-2018 04:38 PM



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