Post Reply 
Question about the use of the CAS solve function in a program
11-11-2023, 04:51 PM (This post was last modified: 11-11-2023 10:07 PM by StephenG1CMZ.)
Post: #2
RE: Question about the use of the CAS solve function in a program
Yes.

To use a cas function from a home program, you generally need to identify it as a cas function to distinguish it from any similarly-named home function.
So instead of:
fun(...)
try:
cas.fun(...) or
cas("fun(...)")

Or, perhaps the tips in this thread may help:
https://www.hpmuseum.org/forum/thread-17051.html (solve problems)
- Douggg suggests Solve.SOLVE [using the Solve app, not CAS], and others have the expression in quotes.

[updated to add link to thread]

Stephen Lewkowicz (G1CMZ)
https://my.numworks.com/python/steveg1cmz
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Question about the use of the CAS solve function in a program - StephenG1CMZ - 11-11-2023 04:51 PM



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