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 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Question about the use of the CAS solve function in a program - ZDog2002 - 11-11-2023, 05:03 AM
RE: Question about the use of the CAS solve function in a program - StephenG1CMZ - 11-11-2023 04:51 PM
RE: Question about the use of the CAS solve function in a program - Gene222 - 11-11-2023, 11:53 PM
RE: Question about the use of the CAS solve function in a program - Gene222 - 11-12-2023, 10:31 PM
RE: Question about the use of the CAS solve function in a program - ra4532 - 05-29-2024, 04:18 PM
|
User(s) browsing this thread: 2 Guest(s)