Post Reply 
project HP-PRIME CAS in the classroom
02-13-2017, 04:10 PM
Post: #2
RE: project HP-PRIME CAS in the classroom
(02-04-2017 04:28 PM)compsystems Wrote:  3: It is required that the terminal view, print in PRETTY-PRINT and can read a data from it, for the purpose of creating educational programs step by step and easy coding

Instead of using the PRINT command, an alternative is writing towards the Spreadsheet, e.g Spreadsheet.Cell(2,3):=4.23.

You can also read from the Spreadsheet.

You can adjust the format to Textbook (pretty – print) and write CAS formulas like sin(x)/x.

In CAS view by Spreadsheet.Cell(2,3):= sin(x)/x

And in Home view by: Spreadsheet.Cell(2,3):= CAS(“sin(x)/x”)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: project HP-PRIME CAS in the classroom - Jan_D - 02-13-2017 04:10 PM



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