How I can start solver with the Num view ?
|
01-15-2021, 09:53 AM
(This post was last modified: 01-15-2021 10:13 AM by C.Ret.)
Post: #2
|
|||
|
|||
RE: How I can start solver with the Num view ?
Hi,
One of the many ways available on the HP Prime is to initialize your application in the START() BEGIN ... END; code block : Edit the initial code generated when you save the built-in SOLVE application into your SolveVOL application. If needed, scratch your SolveVOL app. and restart from beginnning. Then press [shift] [ Program] and select 'SolveVOL(App)' and touche ( EDIT ) to modify your code application so it contains at least this : Code: START() // This section of code executed every time you select your SolveVOL application You can leave all the comments in place as a reminder of the different available sub-sections. You just have to remove comment delimiters // in the START() section of the code and type the few needed. Hope this help... Regards. C.Ret[/code] |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How I can start solver with the Num view ? - fs5qc - 01-14-2021, 06:24 PM
RE: How I can start solver with the Num view ? - C.Ret - 01-15-2021 09:53 AM
|
User(s) browsing this thread: 1 Guest(s)